Program by editing the syntax tree.
Goal is to have no parse step, just straight from AST to IR. Saves having to reparse entire files for only minor modifications.
Currently very ugly, bright and bold. Just a proof of concept.
Works especially well for languages aiming for homoiconicity.
Run
$ python -m http.server
$ open http://localhost:8000