We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee5df2 commit 75e9889Copy full SHA for 75e9889
src/environment.rs
@@ -272,7 +272,8 @@ impl Environment {
272
// @TODO its time for a RT (runtime), which environment seems to be becoming
273
let _ = Repl::new(Rc::clone(&environment)).try_eval_file("./src/clojure/core.clj");
274
275
- environment.change_namespace(Symbol::intern("user"));
+ // We can add this back once we have requires
276
+ // environment.change_namespace(Symbol::intern("user"));
277
278
environment
279
}
0 commit comments