jank-lang / jank

The native Clojure dialect hosted on LLVM
https://jank-lang.org
Mozilla Public License 2.0
1.69k stars 50 forks source link

Add more pure core fns #71

Closed madstap closed 6 months ago

madstap commented 6 months ago

juxt, partial, doto, map-indexed (- seq), keep-indexed (- seq), frequencies, reductions, distinct, distinct?, dedupe

jeaye commented 6 months ago

Thanks!