Hi Davide,

> Just found out that it is an issue with apply. Probably the number of
> arguments is too large.
> 
> (eval (cons 'circ (range 1 200000)))

Yes, this is a known issue. It is a stack overflow.

'apply' builds structures on the stack.

The recommended way is to set

   ulimit -s unlimited

in your .bashrc

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to