Is there a possibility to use mit scheme as a simple compiler (without runing Edwin) in Windows?
I want to edit code in wditor of my choice and compile it, but I haven't found and option to do this.
When I execute...
mit-scheme < file.scm
...I get a window with:
"can't find a readable default for option --band.
searched for file all.com in these directories:
c:\local\mit-scheme"
Try this:
mit-scheme --band mit-scheme-install-folder/lib/all.com \
--library mit-scheme-install-folder/lib --load file.scm