Thanks for the clarification Alex! The ulimit command did the trick.

Cheers,
Davide

On Wed, Dec 23, 2020, 14:16 Alexander Burger <a...@software-lab.de> wrote:

> On Wed, Dec 23, 2020 at 01:57:10PM +0100, Alexander Burger wrote:
> > The result is a little different though:
> >
> >    : (let L NIL (for I 7 (fifo 'L I)) L)
> >    -> (7 1 2 3 4 5 6 .)
>
> .. but of course the fix is trivial :)
>
>    : (cdr (let L NIL (for I 7 (fifo 'L I)) L))
>    -> (1 2 3 4 5 6 7 .)
>
> ☺/ A!ex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>

Reply via email to