Nick Dokos writes:
> "tuma...@gmail.com" writes:
>
>> How can i convert (1 2 3 5 7 8 9 10 11 12 13) to
>> ((1 2 3 ) (5) (7) (8 9) (10 11 12 13))?
>>
>
> Two problems:
>
> Wrong list: try comp.lang.lisp instead.
> Incomplete problem description: see "How to ask questions
> the smart way" at http:
"tuma...@gmail.com" writes:
> How can i convert (1 2 3 5 7 8 9 10 11 12 13) to
> ((1 2 3 ) (5) (7) (8 9) (10 11 12 13))?
>
Two problems:
Wrong list: try comp.lang.lisp instead.
Incomplete problem description: see "How to ask questions
the smart way" at http://www.catb.org/esr/faqs/smart-questio
How can i convert (1 2 3 5 7 8 9 10 11 12 13) to
((1 2 3 ) (5) (7) (8 9) (10 11 12 13))?