Arc Forumnew | comments | leaders | submitlogin
Lisp in Lisp with different default data structure (dcussen.posterous.com)
3 points by daniel-cussen 4833 days ago | 3 comments


1 point by daniel-cussen 4832 days ago | link

Links to the github repo:

eval: https://github.com/daniel-cussen/Lisp-Hacks/blob/master/golo...

test module: https://github.com/daniel-cussen/Lisp-Hacks/blob/master/test...

-----

1 point by rocketnia 4832 days ago | link

Weird, but in a delightful way. ^_^ How did you decide on Golomb forests rather than some other structure?

-----

1 point by daniel-cussen 4832 days ago | link

When I learned about Golomb forests I had a hunch they could be used this way. I didn't get that hunch about other data structures.

-----