[Top][All Lists]
[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: |
Taylor R Campbell |
Subject: |
Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.) |
Date: |
Mon, 16 May 2011 20:56:09 +0000 |
User-agent: |
IMAIL/1.21; Edwin/3.116; MIT-Scheme/9.1 |
Date: Mon, 16 May 2011 22:44:16 +0200
From: =?UTF-8?B?UHJ6ZW15c8WCYXcgU29ib8WE?= <address@hidden>
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.
Sorry, you're right. You can do this:
(let ((environment
(extend-top-level-environment system-global-environment)))
(load "definer" environment)
(fluid-let ((sf/default-syntax-table environment))
(cf "user")))
Usually I use the cref nonsense instead, only out of habit.
Eventually all this load of balderdash needs to be ripped out and
replaced by something sensible, like Scheme48 and Racket did a long
time ago, but it's a tremendous amount of work.
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), (continued)
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Przemysław Soboń, 2011/05/13
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Taylor R Campbell, 2011/05/13
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Przemysław Soboń, 2011/05/16
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Taylor R Campbell, 2011/05/16
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Przemysław Soboń, 2011/05/16
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Arthur A. Gleckler, 2011/05/16
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Przemysław Soboń, 2011/05/16
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Arthur A. Gleckler, 2011/05/17
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Peter Feigl, 2011/05/16
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Przemysław Soboń, 2011/05/16
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.),
Taylor R Campbell <=
- Re: [MIT-Scheme-devel] MIT-Scheme 9.0.1 performance problem. (cont.), Przemysław Soboń, 2011/05/16