Can someone help me figure out how I can have two data structures to refer 
to each other in functional programing style? I mean something like double 
linked list, or in a tree where each node keeps a reference to its parent 
and children. What puzzles me is, as soon as you update the reference in 
one node (more precisely, a new node with the updated reference is 
created), the reverse reference in the other node is invalid. Thanks.


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to