Re: [racket] using syntax/modcode and make-base-namespace

2011-05-24 Thread Matthew Flatt
At Tue, 24 May 2011 08:39:39 -0400, Matthias Felleisen wrote: > > To fix this pronlem, the Matrix snip class should be changed to set a > > different snip-class name to support non-GUI mode. > > So how do I do that? Instead of #"(lib \"matrix.ss\" \"htdp\")", the snipclass name should be #"((lib

Re: [racket] using syntax/modcode and make-base-namespace

2011-05-24 Thread Matthias Felleisen
On May 23, 2011, at 11:08 PM, Matthew Flatt wrote: > I think the problem is with the Matrix snip class, which has only a > GUI-compatible implementation and not a non-GUI implementation. There actually is a non-gui matrix implementation, which is why the whole thing is organized with units. B

Re: [racket] using syntax/modcode and make-base-namespace

2011-05-23 Thread Matthew Flatt
I think the problem is with the Matrix snip class, which has only a GUI-compatible implementation and not a non-GUI implementation. To fix this pronlem, the Matrix snip class should be changed to set a different snip-class name to support non-GUI mode. In addition, to support old files, the old sn