Skip to content

Commit aedb5be

Browse files
Tko1erkkikeranen
authored andcommitted
Update environment.rs
1 parent 37d2004 commit aedb5be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/environment.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ impl Environment {
118118
environment.insert(Symbol::intern("System_nanotime"), nanotime_fn.to_rc_value());
119119

120120
// core.clj wraps calls to the rust implementations
121+
// @TODO add this to clojure.rs.core namespace as clojure.rs.core/slurp
121122
environment.insert(Symbol::intern("rust-slurp"), slurp_fn.to_rc_value());
122123

123124
environment.insert(Symbol::intern("+"), add_fn.to_rc_value());

0 commit comments

Comments
 (0)