Sort
Literate Ludus
A notebook-based environment for running & publishing Ludus.
Testing!
Standing up a test harness for Ludus.
Polishing Prelude
Any functions that belong in Prelude.
Completing the language
Adding all the forms in the language: scanning, parsing, validating, and interpreting everything that goes in Ludus.
Bytecode VM
Developing a much faster bytecode VM for Ludus.
Better errors
Getting Ludus ready for learners: give better errors!
Turtle Protocol & Adapters
Creating a protocol that turtles speak, that Ludus sends out into the world. And adapters for it in different scenes.
Actors
Implementing the Actor Model in Ludus