Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: clj Clear Filter

Clj-coll: Clojure collections and sequences in Common Lisp

CLJ-COLL: looks like Clojure, tastes like Common Lisp! This is a Common Lisp implementation of Clojure's APIs for collections, seqs, and lazy-seqs. It provides immutable Cons, Queue, PersistentList, capabilities as well as Vector, Set, and Map analogues built on FSet (but accessed entirely via Clojure APIs). CLJ-COLL is intended to give a "most naturally integrated" experience of Clojure APIs and immutable data structures within a Common Lisp environment, and to make Common Lisp more approacha