On Sun, Jan 1, 2012 at 5:55 PM, Stephen Compall <stephen.comp...@gmail.com> wrote: > On Fri, 2011-12-30 at 15:21 -0800, rahulpilani wrote: >> 1: (ns prefix-tree) > > While this is just a sample, namespaces without at least one `.' are > discouraged. I favor the Java convention (prefix with backwards > Internet domain that you actually have), but I'm starting to see > things like `slingshot.slingshot'.
Probably because not everyone actually has their own Internet domain. :) >> 34: (if-not (empty? substring) substring nil)))) > > Try `(not-empty substring)'. Odd that this isn't named not-empty? with a ? character. > It remains to be seen, but it seems likely to me that the new (1.3) > `map->Node' and `->Node' will become idiomatic here. Where are these documented? Better yet, all the differences from 1.2 in 1.3? There's one frequently-referenced page about the numerics changes, but that's obviously not the full extent of 1.3's changes. -- 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