Re: Hints on recursion




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.

.



Relevant Pages

  • Re: Hints on recursion
    ... matteo d'addio 81 wrote: ... >Pascal Bourguignon ha scritto: ... I'm a CL beginner too. ...
    (comp.lang.lisp)
  • Re: Another Lisp logo
    ... matteo d'addio 81 ha scritto: ... > David Steuber ha scritto: ... >> Can lambdas be made to do that? ...
    (comp.lang.lisp)
  • Re: How to align the text of a Listbox to the right
    ... Sori Schwimmer ha scritto: ... formatting. ... only the tail of the line. ...
    (comp.lang.python)
  • Re: Juan Grecos Flamenco Method?
    ... Fulcanelli ha scritto: ... the method very useful for a beginner as me. ... Unfortunately the price is higher vs your target however I hope this ...
    (rec.music.classical.guitar)
  • Re: Haskell like (c:cs) syntax
    ... Ricardo Aráoz ha scritto: ... print L# This would be 'head' ... print L# This would be 'tail' ...
    (comp.lang.python)