Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlisp

Lisp interpreter written in Erlang.

Run

First, compile the source code to BEAM byte code:

erlc erlisp.erl

Then run

erl -noshell -s erlisp main -s init stop

to start the REPL. Or, interpret the .lisp Erlisp source file

erl -noshell -s erlisp main [-extra] [file.lisp] -s init stop

You can also run in the Erlang's REPL:

erl
1> c(erlisp).
2> erlisp:main().

Examples

here to see some examples

About

Lisp interpreter written in Erlang

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages