You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AgileWikiDevelopers
I've now eliminated all the implicit reflection through the use of definterface. But I've also come to realize that I could simply passed a function to the constructors of MapNode and VectorNode instead of using definterface. That would have been more lisp-like, but then I am still primarily a Java programmer. :D