awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesConcurrent Scripting Engines

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.

Awesome Concurrent Scripting Engines GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • munificent/wrenmunificent का अवतार

    munificent/wren

    8,039GitHub पर देखें↗

    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.

    Wren
    GitHub पर देखें↗8,039
  1. Home
  2. Programming Languages & Runtimes
  3. Concurrent Scripting Engines