There's one other big downside to the mapping-from-names-to-nodes technique that I forgot to mention. If you plan to delete connections between nodes, and the structure is intricate enough that you don't know whether you can safely delete the node itself, then you can potentially end up with orphan name->node pairs in your mapping that are unnecessary. Cleaning these up would basically mean you'd have to write your own garbage collection routines.
If you work with real pointers, you get garbage collection for free. -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.