[][src]Function rust_lisp::default_env

pub fn default_env() -> 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.