Segment violation (was Re: Why I could not cast string to int?)

H. S. Teoh hsteoh at quickfur.ath.cx
Thu Feb 2 15:34:01 PST 2012


On Thu, Feb 02, 2012 at 03:26:52PM -0800, Ali Çehreli wrote:
> 
> On 02/02/2012 03:10 PM, Timon Gehr wrote:
> 
> > LList!ulong fib(){
> > LList!ulong r;
> > r=cons(st(1UL),cons(st(1UL),lz(()=>zipWith((Lazy!ulong a, Lazy!ulong
> > b)=>lz(()=>a+b),r,r.tail)())));
> > return r;
> > }
> 
> Sorry, wrong newsgroup. alt.comp.lang.perl is around the corner. :p
[...]

You mean alt.comp.lang.lisp. :-)


T

-- 
Why waste time learning, when ignorance is instantaneous? -- Hobbes, from Calvin & Hobbes


More information about the Digitalmars-d-learn mailing list