Remix.run Logo
Clj-coll: Clojure collections and sequences in Common Lisp(github.com)
70 points by todsacerdoti 7 days ago | 2 comments
upghost 3 days ago | parent [-]

Very nice! I love this sort of polyglot feature cross-pollination. My CL isn't as strong as my Clojure, I can't tell if the persistent vector implementation implements finger tries w/reference sharing or not, but will be very impressed if that is the case!

shawn_w 3 days ago | parent [-]

It uses FSst seqs for immutable vectors, which in turn use weight balanced binary trees like other FSet data structures.