Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MIT/Scheme as a simple compiler under Windows

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"

like image 997
Krzysztof Krasoń Avatar asked Nov 20 '10 15:11

Krzysztof Krasoń


1 Answers

If you'd like to save some typing every time you want to run mit-scheme.exe, you can add the mit-scheme-install-folder/lib path to the environment variable MITSCHEME_LIBRARY_PATH.

like image 168
MrDrews Avatar answered Sep 18 '22 23:09

MrDrews