Skip to content

plexus/clochard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clochard

Bring the Clojure persitent data structures to JRuby, an experiment.

Based on Clj-ds.

Clochard.list(1,2,3).cons(4).reduce(:+)
# => 10

map = Clochard.map(:foo => :bar)
map = map.assoc(:bar, :baz)
# => {:foo => :bar, :bar => :baz}

For functional data structures in pure ruby have a look at Hamster.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages