This is the mail archive of the kawa@sourceware.org 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]
Other format: [Raw text]

Re: learning scheme : difference in letrec behavior


Hi Per,

my bad that I did not refer to the *let* documentation in kawa.

But your explanation regarding R7RS spec was  important for me.

Regards,
Debabrata Pani

On Tue, Nov 3, 2015 at 8:25 AM, Per Bothner <per@bothner.com> wrote:
> On 11/02/2015 06:52 PM, Per Bothner wrote:
>
>> Kawa basically implements 'letrec' as if it were 'letrec*'.
>> I.e. it evaluates the init expressions in order, while R7RS
>> makes it unspecified.  This is allowed as an implementation
>> dependency.
>
>
> This is actually covered in the Kawa manual:
>
> http://www.gnu.org/software/kawa/Local-binding-constructs.html
>
> --
>         --Per Bothner
> per@bothner.com   http://per.bothner.com/


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