Which raises the question when will there be another release? The current one is getting pretty wildly outdated. Also, I think a corresponding release of contrib would be a good idea. People "just trying out" Clojure are unlikely to want to mess with the nightly builds, but all the libraries are built against that. I think it is time for a refresh.
On Fri, Mar 6, 2009 at 10:52 AM, Chouser <chou...@gmail.com> wrote: > > On Fri, Mar 6, 2009 at 10:42 AM, hotcore <xapw...@gmail.com> wrote: > > > > in the API specs on http://clojure.org/api#toc247 I see the function > > frest. > > However, when I build Clojure (Checked out revision 1326 from > > Googlecode) this function seems to be missing. > > The website generally documents the latest release, not the latest SVN > HEAD (with a few exceptions). > > You're probably looking for 'fnext': > > user=> (doc fnext) > ------------------------- > clojure.core/fnext > ([x]) > Same as (first (next x)) > nil > > --Chouser > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---