> > - How to account for nil / blank values > > That's a tough one. As you might have seen, I'm strongly leaning towards > eliminating the type tags in formatted values, which would make representing > nil pretty difficult. > > Is this really a desired feature to begin with? As it stands, > distinguishing between a nil value and no entry for a key requires using > `find` -- in my experience, that has made it very uncommon for nil values to > be used at all. > > Probably not a desired feature. There are times when I need to distinguish between nil and no entry (though I'm having trouble coming up with examples), however there are certainly better ways to do that.
Thanks, looking forward to the results. -- 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