Skip to main content

standard_env

Function standard_env 

Source
pub fn standard_env() -> Arc<GlobalEnv>
Expand description

Create a GlobalEnv with all built-ins and stdlib registered.

Prefer this over cljrs_eval::standard_env() in the cljrs binary so that stdlib namespaces are loaded lazily (only on first require) instead of eagerly at startup.