>>6
I don't know if you can, since IIRC it is built on MrEd rather than mzscheme, and extends it with PLT specific GUI functions. But the PLT mailing list would probably be the place to ask.
>>7
That analogy would work better if GCC was an IDE.
Name:
Anonymous2010-01-18 10:46
>>7 >>8
Actually, what I really wanted to know was how to set DrScheme to be compatible with the version of Scheme presented in SICP. There seem to be a few language options that need to be set when one first uses the program.
Name:
Anonymous2010-01-18 10:53
Work in progress, just use module "custom" and then #lang planet neil/sicp
instead of #lang scheme
Name:
Anonymous2010-01-18 11:00
>>10
Thanks! Because it's a work in progress, might it lead to problems when using it?
Name:
Anonymous2010-01-18 11:13
It might. I haven't tried it out yet, myself. Check the page...