https://github.com/lpil/beam-lisp
https://github.com/lpil/beam-lisp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lpil/beam-lisp
- Owner: lpil
- Created: 2016-06-05T17:26:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T19:29:56.000Z (almost 10 years ago)
- Last Synced: 2025-01-22T05:41:53.635Z (over 1 year ago)
- Language: Erlang
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```