mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.)


From: Przemysław Soboń
Subject: Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.)
Date: Mon, 16 May 2011 22:44:16 +0200

>   Date: Mon, 16 May 2011 14:26:05 +0200
>   From: =?UTF-8?B?UHJ6ZW15c8WCYXcgU29ib8WE?= <address@hidden>
>
> This is because macros in MIT Scheme are a mess, I'm afraid...
>
> The rule is that if luser.scm uses a macro defined in definer.scm,
> then you must load definer.scm before compiling luser.scm.
>

Hmm, it's a mess, I agree.
Loading definer.scm before execution of (cf "luser.scm") does not
help. I load the definer.scm, then compile the luser.scm and get the
error. I read somewhere that the compiler uses only the predefined
macros from the Scheme build (let's say included in all.com only). If
it is like that I have to add my macros to the distribution and
recompile the compiler. Then it should work.

/Przemek



reply via email to

[Prev in Thread] Current Thread [Next in Thread]