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
Correct. Here is some more info: https://github.com/candid82/joker#differences-with-clojure