Lighthouse Scheme
A very small Scheme-like language built on top of Elixir.
Built for those who want to hack on Scheme and Elixir and recursive ideas.
In action:
Running the REPL
From the command line:
./lighthouseYou can also access the repl from inside iex:
# iex -S mix
Scheme.replRunning a file
./lighthouse path-to-file.scmNote the file extension must be .scm
Running tests for the library
As it stands there is a small standard library and test framework.
To run the tests:
bin/run-testsHelping Out
PRs welcome. See the TODO.md if you'd like.
