Popularity
4.8
Stable
Activity
0.0
Stable
38
4
4
Programming language: Elixir
License: MIT License
Tags:
Languages
lighthouse_scheme alternatives and similar packages
Based on the "Languages" category.
Alternatively, view lighthouse_scheme alternatives based on common mentions on social networks and blogs.
-
Elchemy
Write Elixir code using statically-typed Elm-like syntax (compatible with Elm tooling) -
Writing An Interpreter In Elixir
Elixir implementation of an interpreter for the Monkey programming language
Do you think we are missing an alternative of lighthouse_scheme or a related project?
README
Lighthouse Scheme
A toy Scheme-like language built on top of Elixir, just for fun.
In action:
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