newLISP Fan Club

Forum => newLISP in the real world => Topic started by: dexter on December 27, 2013, 09:54:22 PM

Title: Share a Tree
Post by: dexter on December 27, 2013, 09:54:22 PM
Create a Tree

(new Tree 'A)


Is there a possibility to share a Tree to share memory?

like

(share TREE A)
((share TREE A) "element"))


I know I could share the (A) to share memory as a list, not  a hashed tree .

But Tree is easier to access element than list