A toy Scheme-like language built on top of Elixir, just for fun.
In action:
https://vimeo.com/131496359
From the command line:
./lighthouseYou can also access the repl from inside iex:
# iex -S mix
Scheme.repl./lighthouse path-to-file.scmNote the file extension must be .scm
As it stands there is a small standard library and test framework.
To run the tests:
bin/run-tests