joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
2020-04-03T10:59:34.013600Z

basic question... not all clojure functions are needed/wanted? (count (ns-interns 'clojure.core)) => 725 (count (ns-interns 'joker.core)) => 597 want to learn some internals, not sure where to start

Candid 2020-04-03T16:14:13.013700Z

Correct. Here is some more info: https://github.com/candid82/joker#differences-with-clojure