On 20 Feb, 17:10, Jeffrey Straszheim <straszheimjeff...@gmail.com>
wrote:
> There have been some major changes in the last week or so.
> Seehttp://clojure.org/lazyfor a brief overview.
> Also:http://blog.n01se.net/?p=39
>
> On Fri, Feb 20, 2009 at 10:31 AM, Rock <rocco.ro...@gmail.com> wrote:
>
> > 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
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
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
-~----------~----~----~----~------~----~------~--~---