Thanks Rich!

Do you think it's worthwhile to add `not-empty?' in the core?

It just feels more natural to go:
(when (not-empty? (filter even? [1 2]))
    ...)
over
(when (seq (filter ..)) ..)

What do you think?

- Mike

On Feb 17, 11:43 am, Rich Hickey <richhic...@gmail.com> wrote:
> I've merged the lazy branch into trunk, SVN rev 1287
>
> Please do not rush to this version unless you are a library/tool
> developer. Let them do their ports and chime in on their progress.
> Move only when the libs/tools you depend upon have been ported.
>
> Thanks to all for your feedback and input!
>
> Rich
--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to