Re: Hints on recursion
- From: "matteo d'addio 81" <m_a_t_e_81@xxxxxxxx>
- Date: 29 Nov 2005 11:35:52 -0800
Pascal Bourguignon ha scritto:
> For (twice 'e '(e . rest)) = (once 'e . rest)
> and (once 'e '(e . rest)) = (none 'e . rest)
>
Hi, I'm a CL beginner too.
> (once 'e . rest)
^
What this point stand for?
matteo
> --
> __Pascal Bourguignon__ http://www.informatimago.com/
> The rule for today:
> Touch my tail, I shred your hand.
> New rule tomorrow.
.
- Follow-Ups:
- Re: Hints on recursion
- From: Geoffrey Summerhayes
- Re: Hints on recursion
- References:
- Hints on recursion
- From: zion_zii
- Re: Hints on recursion
- From: Pascal Bourguignon
- Hints on recursion
- Prev by Date: Re: Another conversion to C or Java...
- Next by Date: Re: SeaFunc meets Nov. 29th
- Previous by thread: Re: Hints on recursion
- Next by thread: Re: Hints on recursion
- Index(es):
Relevant Pages
|