An open API service indexing awesome lists of open source software.

https://github.com/lpil/beam-lisp


https://github.com/lpil/beam-lisp

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

BEAM Lisp
========

Learning to make languages on the BEAM.

```sh
# Build the project
rebar3 compile

# Run the tests
rebar3 eunit

# Run the test watcher
# (requires rebar3_autotest)
rebar3 as test autotest

# Run the REPL
rebar3 shell
```