Re: Has the (left recursive blowing) concat function been fixed?

2017-09-18 Thread Jon Distad
I wrote the original patch, but now that it's been 2 years I don't really support it anymore. There are lots of ways one could build up an oversized stack with lazy seqs. Concat might be the most common, but it's only one possibility. I think it's better to have consistent behavior than to have

RE: Has the (left recursive blowing) concat function been fixed?

2017-09-15 Thread Sean Corfield
970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood From: divya...@helpshift.com Sent: Friday, September 15, 2017 3:45 AM To: Clojure Subject: Re: Has the (left recursive blowing) co

Re: Has the (left recursive blowing) concat function been fixed?

2017-09-12 Thread Alex Miller
On Tuesday, September 12, 2017 at 8:56:16 AM UTC-5, divya...@helpshift.com wrote: > > I came across this discussion: > https://groups.google.com/forum/#!topic/clojure-dev/ewBuyloeiFs/discussion > > Has this patch been considered for merging in Clojure master? > > No, this didn't move forward. I