Modules§
Macros§
- lisp
- A macro for more easily creating s-expressions from within Rust code
Functions§
- default_
env - Initialize an instance of
Env
with several core Lisp functions implemented in Rust. Without this, you will only have access to the functions you implement yourself. - start_
repl - Starts a REPL prompt at stdin/stdout. This will block the current thread.