Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 306 Bytes

llist: Cons Lists in Clojure

Standard Lisp uses 'cons' lists: linked lists as cells that are pairs of values and references to the next cell. This is a reimplementation of that.

Setup and Run

Run the top-level ./Build script to build and run all the tests.