Idorobots / spartan

A small Lisp dialect that serves me as a test bed for programming language features.
MIT License
13 stars 3 forks source link

Landing page with a try-me style REPL env. #182

Open Idorobots opened 8 months ago

Idorobots commented 8 months ago

https://github.com/racketscript/racketscript can be used to compile the src/compiler/compiler.rkt module (currently neither src/sprtn.rkt nor src/main.rkt work due to racketscript limitations).

It should be sufficient to run the compilation to JS with the compiled compiler, and then eval the code within the browser.

Bonus points for writing the landing page in Spartan itself.