Wren is a small, fast, class-based concurrent scripting language designed for embedding in applications. It features a compact VM implementation under 4,000 lines of code, single-pass compilation to bytecode, object-oriented design with classes, and lightweight fibers for concurrency. The language combines elements from Smalltalk, Lua, and Erlang with modern syntax, offering a C99-compatible API for easy integration into existing applications.

2m read timeFrom github.com
Post cover image
1 Comment

Sort: