clojure-rs / ClojureRS

Clojure, implemented atop Rust (unofficial)
Apache License 2.0
952 stars 27 forks source link

Finally implement Conditions properly #62

Open Tko1 opened 4 years ago

Tko1 commented 4 years ago

Really would like to implement these basically now, before the system gets too much bigger, especially as we are starting to use Conditions and want to handle them (such as with reading a file, which will eventually get an eof error but will want to handle that by ignoring it)