[plt-scheme] MrEd and Xemacs
> is it possible to run DrScheme in Xemacs but without the tarnsparent REPL
> like incremental interactive development and I would like to do this not
> only mith mzscheme but also when using the graphical toolkit.
In Unix (including OS X), run
mred -z
to get MrEd with a MzScheme-like REPL using stdin, stdout, and stderr.
[That doesn't work in Windows, because the OS seems not to deliver a
useful stdin, stdout, and stderr to GUI programs. If anyone knows how
to solve this Windows problem, please let me know.]
Matthew