Posts tagged with coding

Comparing Common LISP and Clojure: Cons Cells

🗓 24 Jan 2017
In: 📁 Coding 📁 Clojure

The existence (or lack thereof) of cons cells in Clojure might be one of the first things LISPers notice when switching to Clojure. It was for me, anyway. In Common LISP and other LISP languages, cons cells are two element structures that are the basis of all lists and essentially...