Skip to content

Release 1.4

Compare
Choose a tag to compare
@scramjet scramjet released this 28 Mar 01:27
· 1 commit to master since this release

Add support for the quote char ' in symbols (e.g. 'abc becomes MPEdnSymbol with name 'abc). This is not in the EDN spec, and doesn't make any sense outside of an evaluated environment and yet:

 user> (pr-str (clojure.edn/read-string "'a"))
 "'a"

Since Clojure can generate EDN like this, we now also accept it (but do not generate it).