New
- Support for
:refer-clojure
+:exclude
in ns form - Add
condp
- Add
defn-
- Add
instance?
- Add
delay
- Use current file in error messages
- Add support for
java.nio.file.Paths
Fixes
require
can now be used with a single symbol instead of a sequential collection- When error happens during namespace load, the namespace will be removed as if it has never existed (like in Clojure)
- Fix crash when ns form only has docstring and no other forms