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 37d2004 commit aedb5beCopy full SHA for aedb5be
src/environment.rs
@@ -118,6 +118,7 @@ impl Environment {
118
environment.insert(Symbol::intern("System_nanotime"), nanotime_fn.to_rc_value());
119
120
// core.clj wraps calls to the rust implementations
121
+ // @TODO add this to clojure.rs.core namespace as clojure.rs.core/slurp
122
environment.insert(Symbol::intern("rust-slurp"), slurp_fn.to_rc_value());
123
124
environment.insert(Symbol::intern("+"), add_fn.to_rc_value());
0 commit comments