After watching Rich's video presentations and reading Stuart's fine book, I was absolutely convinced that if you take the *rest* of an empty list, what you've got left is nil.
Instead, with the recent svn version of Clojure, I'm getting the empty list (actually sequence of course) again: user=> (rest ()) () or user=> (rest []) () What gives? Rock --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---