Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

LISP ZIPPERS

Name: Anonymous 2013-01-17 2:23

Integrating zippers into the very core of Lisp as a replacement/enhancement of cons lists.

Discuss.

Name: Anonymous 2013-01-18 8:10

So is this thread like an RSA implementation in lisp?

>>18
check Common Lisp. All your examples have already been implemented into macros.
Lists[o]
Fixed length arrays (constant list)[o]
Variable length arrays with amortized growth (lambda list)[o]
Doubly linked lists (are you just starting databases design?)[o]
Hash sets (functions, like RSA. lambdas are quicker)[o]
Hash maps (see above, and make lists)[o]
Sorted sets (lambda lists on a loop...)[o]
Sorted maps (see above, just make a list)[o]
Queues (... are you learning pgsql just now? time and list)[o]
Zippers (see RSA)[o]
Ring buffers (while loop)[o]
Priority queues (see above)
Graphs, encoding and decoding of cyclic structures (lists and any "graphical" output (I read cairo is pretty awesome), lambdas)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List