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: Arthur A. Gleckler
Subject: Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.)
Date: Tue, 17 May 2011 09:06:03 -0700

> I am waiting for your notes then. Every hint is valuable for me.

Here's what I wrote in my notes:

  (load "~/tmp/macro-definition.scm")
  (fluid-let ((sf/default-syntax-table (->environment '(user))))
      (cf "~/tmp/macro-user.scm"))

This will make sure that the macros defined in "macro-definition" are
available to the compiler when it compiles "macro-user.scm".  It's
kludgy, but I just confirmed that it works.

Good luck!



reply via email to

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