Re: newbie question
- From: JP Massar <massar@xxxxxxxxxxxx>
- Date: Sat, 31 Dec 2005 12:35:22 -0800
On 31 Dec 2005 12:04:23 -0800, "dvlfrnd" <iresjen@xxxxxxxxx> wrote:
>say there's a list of even length
>(a b c d e f ......)
>
>how do i turn this into
>((a b) (c d) (e f)....)
(loop for x on list by 'cddr collect (list (first x) (second x)))
.
- References:
- newbie question
- From: dvlfrnd
- newbie question
- Prev by Date: newbie question
- Next by Date: Re: newbie question
- Previous by thread: newbie question
- Next by thread: Re: newbie question
- Index(es):