On Thu, Nov 12, 2009 at 7:10 AM, Rich Hickey <[email protected]> wrote: > > If you have the time and inclination, please try them out. Feedback is > particularly welcome as they are being refined.
For what it's worth, here are 2-3 finger trees implemented using defprotocol and deftype. http://tinyurl.com/yeh5fgg/finger_tree.clj Here's an earlier version that's almost idectical except its implemented using def-interface and reify instead: http://tinyurl.com/y9jned5/finger_tree.clj --Chouser -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
