digitalmars.D.announce - Introducing the wren-port DUB package
- Guillaume Piolat (14/14) Dec 18 2021 Wren is a small, fast, and class-based concurrent scripting
- Ozan =?UTF-8?B?U8O8ZWw=?= (3/17) Dec 18 2021 Great stuff (on a first view)
- Dejan Lekic (4/12) Dec 22 2021 Brilliant! - I also recommend reading "Crafting Interpreters"
Wren is a small, fast, and class-based concurrent scripting language. wren-port is a D transation of the Wren v0.4 programming language implementation, intended for embedding. This is useful is you want a nothrow nogc fast interpreter in your D application. Our goal is not to stay compatible but tune this for use as an "imperative CSS" language for Dplug UIs. Original Wren code: https://github.com/wren-lang Translation Code: https://github.com/AuburnSounds/wren-port DUB: https://code.dlang.org/packages/wren-port Other Wren interoperability packages: - https://code.dlang.org/packages/dwren (static bindings) - https://code.dlang.org/packages/wren-d (static bindings)
Dec 18 2021
On Saturday, 18 December 2021 at 15:13:33 UTC, Guillaume Piolat wrote:Wren is a small, fast, and class-based concurrent scripting language. wren-port is a D transation of the Wren v0.4 programming language implementation, intended for embedding. This is useful is you want a nothrow nogc fast interpreter in your D application. Our goal is not to stay compatible but tune this for use as an "imperative CSS" language for Dplug UIs. Original Wren code: https://github.com/wren-lang Translation Code: https://github.com/AuburnSounds/wren-port DUB: https://code.dlang.org/packages/wren-port Other Wren interoperability packages: - https://code.dlang.org/packages/dwren (static bindings) - https://code.dlang.org/packages/wren-d (static bindings)Great stuff (on a first view)
Dec 18 2021
On Saturday, 18 December 2021 at 15:13:33 UTC, Guillaume Piolat wrote:Wren is a small, fast, and class-based concurrent scripting language. wren-port is a D transation of the Wren v0.4 programming language implementation, intended for embedding. This is useful is you want a nothrow nogc fast interpreter in your D application. Our goal is not to stay compatible but tune this for use as an "imperative CSS" language for Dplug UIs.Brilliant! - I also recommend reading "Crafting Interpreters" book by the creator of Wren.
Dec 22 2021