joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
2020-02-05T02:49:30.006100Z

is there an edn parse? I have a string of edn and need to turn it into a datastructure i can map/get etc

Candid 2020-02-05T04:38:02.006300Z

no, but (read-string) should do the trick for most cases.