On Feb 15, 2:48 pm, Vincent Foley <vfo...@gmail.com> wrote: > Hello Rich, > > I'll play around with the lazy branch this week, and this is just a > name suggestion: what do you think of first/tail/rest where (rest s) > == (seq (tail s))? tail is already used in other functional languages > such as Haskell and OCaml to represent all-but-the-first elements, so > it wouldn't be completely foreign. > That falls into the synonym category - tail/rest mean roughly the same thing. tail complements head, which we aren't using. Coming from outside, I'd have no idea which did what or why. 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 -~----------~----~----~----~------~----~------~--~---
- Re: Fully lazy sequences are coming - feedback wan... CuppoJava
- Re: Fully lazy sequences are coming - feedback... CuppoJava
- Re: Fully lazy sequences are coming - feedback... Aaron Scott
- Re: Fully lazy sequences are coming - feedback... Chouser
- Re: Fully lazy sequences are coming - feed... Mark Engelberg
- Re: Fully lazy sequences are coming - ... Rich Hickey
- Re: Fully lazy sequences are coming - feed... Rich Hickey
- Re: Fully lazy sequences are coming - feedback wanted! jim
- Re: Fully lazy sequences are coming - feedback wanted! Vincent Foley
- Re: Fully lazy sequences are coming - feedback wan... Konrad Hinsen
- Re: Fully lazy sequences are coming - feedback wan... Rich Hickey
- Re: Fully lazy sequences are coming - feedback wanted! Stephen C. Gilardi
- Re: Fully lazy sequences are coming - feedback wan... Stephen C. Gilardi
- Re: Fully lazy sequences are coming - feedback wan... Rich Hickey
- Re: Fully lazy sequences are coming - feedback... Stephen C. Gilardi
- Re: Fully lazy sequences are coming - feedback wan... Chouser
- Re: Fully lazy sequences are coming - feedback... Stephen C. Gilardi
- Re: Fully lazy sequences are coming - feed... Stephen C. Gilardi
- Re: Fully lazy sequences are coming - feed... Chouser
- Re: Fully lazy sequences are coming - feedback wanted! Konrad Hinsen