Once I started thinking about how to extend this code, I realized that I 
have used too many methods when implementing IMapNode. As it stands, I 
would need to duplicate all the code to implement a vector, which is just 
silly. As aamap already implements Indexed, a vector would mostly just not 
support access by key.

So it looks like I am still programming in Java, even though I am 
programming into Clojure. Typical newbie code, I figure. Gotta change that.

On Saturday, September 5, 2015 at 2:27:57 PM UTC-4, William la Forge wrote:
>
> Release 0.1.0 provides an alternative to sorted-map, though it also 
> implements the Indexed interface.
> Written entirely in Clojure, subclassing APersistentMap and validated with 
> collection-check <https://github.com/ztellman/collection-check>.
>
> https://github.com/laforge49/aatree
>
> As a newbie I would very much appreciate any feedback. 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
--- 
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/d/optout.

Reply via email to