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 \"matrix.rkt\" \"htdp\") (lib \"matrix-reader.rkt\" \"htdp\"))", where `htdp/matrix-reader' identifies a module that provides `reader'; the `reader' function parses the snip and returns an object that implements `readable<%>'. See http://docs.racket-lang.org/gui/WXME_Decoding.html#%28part._snipclassmapping%29 _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users