Function rust_lisp::default_env[][src]

pub fn default_env() -> Env
Expand description

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.