1 रिपॉजिटरी
Runtimes for scripting languages that natively support concurrent task execution via fibers or coroutines.
Distinct from Script Execution Engines: Existing candidates focus on automation tools or AI tool-calling rather than general-purpose concurrent language runtimes.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Concurrent Scripting Engines. Refine with filters or upvote what's useful.
Wren is a bytecode-compiled, class-based scripting language designed as an embeddable programming language. It provides a lightweight runtime and interface for executing dynamic scripts directly within host software applications. The engine utilizes a single-pass compiler to transform source code into compact bytecode and a virtual machine to process those instructions. It supports concurrent task execution through a system of lightweight fibers and coroutines. The language implements a class-based object model with dynamic message dispatch for organizing code into reusable components. It al
Implements a runtime using lightweight fibers and coroutines to execute multiple communicating tasks simultaneously.