Skip to content

clojure-tokyo/llist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published