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.