ludus/TODO.xit

15 lines
373 B
Plaintext
Raw Normal View History

2023-05-22 21:00:10 +00:00
[ ] Wire up interpreter for spawn and receive
[ ] Write send function
[ ] ---- Investigate weird timing issue in current send implementation
[ ] Investigate with-bindings and virtual threads
[ ] Fix recursive definition problems in grammar.clj
[ ] Wire up new interpreter to repl, script situation
[ ] Write compiler
[ ] Merge new interpreter
[ ] Get drawing working?