1. i'm back!!!

To understand what's recursivity,you should understand what's
recursivity!
:)
(well...i think that's funny,nope?)

new topic     » topic index » view message » categorize

2. Re: i'm back!!!

>To understand what's recursivity,you should understand what's
>recursivity!


(define (funny joke)
    (cond
        ((null? joke) 0)
        ((* joke funny (- joke 1)))))

Description:
Recursive funny as seen by Scheme.

Regards,
    Daniel Berstein
    daber at pair.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu