Re: Problems with read-line

2009-03-09 Thread Perry Trolard
Hi, This was fixed at SVN revision 1321 on Mar 3: http://code.google.com/p/clojure/source/detail?r=1321 David, the lazy branch was merged into trunk (at r1287) -- track trunk & you'll have what you need (lazy-seq, not lazy-cons). Best, Perry --~--~-~--~~~---~--~-

Re: Problems with read-line

2009-03-09 Thread David Sletten
On Mar 9, 2009, at 8:41 AM, Jason Wolfe wrote: > > I think this was discussed here: > > http://groups.google.com/group/clojure/browse_frm/thread/ > 48f1fb08b3052083/85f858df39daca2a? > hl=en&lnk=gst&q=linenumberingpushbackreader#85f858df39daca2a > > I'm not sure what the resolution was, if any

Re: Problems with read-line

2009-03-09 Thread Jason Wolfe
I think this was discussed here: http://groups.google.com/group/clojure/browse_frm/thread/48f1fb08b3052083/85f858df39daca2a?hl=en&lnk=gst&q=linenumberingpushbackreader#85f858df39daca2a I'm not sure what the resolution was, if any. -Jason On Mar 9, 4:33 am, David Sletten wrote: > While using