Modules

Prelude containing key exports, including everything needed by the lisp! { } macro

Macros

A macro for more easily creating s-expressions from within Rust code

Functions

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.

Starts a REPL prompt at stdin/stdout. This will block the current thread.