Skip to content
A small Scheme-like language on Elixir.
Elixir Scheme Erlang Shell
Latest commit 283518d Mar 14, 2016 @jwhiteman Add screenshot to README

README.md

Lighthouse Scheme

A very small Scheme-like language built on top of Elixir.

ScreenShot

Built for those who want to hack on Scheme and Elixir and recursive ideas.

In action:

https://vimeo.com/131496359

Running the REPL

From the command line:

./lighthouse

You can also access the repl from inside iex:

# iex -S mix
Scheme.repl

Running a file

./lighthouse path-to-file.scm

Note 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-tests

Helping Out

PRs welcome. See the TODO.md if you'd like.

Something went wrong with that request. Please try again.