Rich,

I like the way that's headed.  I'm working on an network app where I'm
parsing a stream from a TCP socket.  Being able to get the chars from
the socket in a lazy way, without reading one too many, would be
great.  I fudged that by defining a function to read a single char
from the socket's input stream and then used lazy-cons to call it when
needed.

Look forward to using these lazy sequences.

Jim

Rich Hickey wrote:
> On Feb 2, 2:27 pm, Chouser <chou...@gmail.com> wrote:
> > On Mon, Feb 2, 2009 at 2:05 PM, MikeM <michael.messini...@invista.com> 
> > wrote:
> >
> > > There is a "lazy" branch in SVN. The "streams" branch has been
> > > discussed, but I haven't seen any discussion of the "lazy" branch -
> > > perhaps I missed it.
> >
> > Here's a discussion from earlier today, mainly about the "lazy" branch:
> >
> > http://clojure-log.n01se.net/date/2009-02-02.html#09:47
> >
>
> I've started documenting the lazy branch work here:
>
> http://clojure.org/lazier
>
> Feedback welcome,
>
> 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