This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Module-export and letrec


>>> Per Bothner <per@bothner.com> 14-Feb-01 10:34:55 PM >>>
>Until then, why not do:
>(module-export someproc)
>(define (someproc x)
>  (let loop ((x x))
>    (if (= x 1) 1 (loop (- x 1)))))

Because this is actually a lot more complicated than the generalized
case I gave as an example

 /8->


Nic


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]