kuroko-lang / kuroko

Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter.
https://kuroko-lang.github.io/
MIT License
427 stars 25 forks source link

v1.1 Roadmap / Ideas #2

Closed klange closed 3 years ago

klange commented 3 years ago

This ticket is for tracking ideas for the next full release of Kuroko.

1.0 was essentially a demo, the first version of Kuroko as a viable language built from the core of Crafting Interpreters. 1.1 is intended to be a "real" release - one with a production-ready release process, "complete" standard library, and stable ABI/API for extension developers and embedders.

Deferred to 1.2

Cancelled