MIT/Scheme 作为 Windows 下的简单编译器
是否有可能在 Windows 中使用 mit 方案作为简单编译器(不运行 Edwin)?
我想在我选择的 wditor 中编辑代码并编译它,但我还没有找到执行此操作的选项。
当我执行...
mit-scheme < file.scm
...我得到一个窗口:
“找不到选项 --band 的可读默认值。
在这些目录中搜索文件 all.com:
c:\local\mit-scheme"
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"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您想在每次运行 mit-scheme.exe 时节省一些输入,可以将 mit-scheme-install-folder/lib 路径添加到环境变量 MITSCHEME_LIBRARY_PATH 。
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 variableMITSCHEME_LIBRARY_PATH
.试试这个:
Try this:
我知道你说的是 MIT-Scheme,但是请查看 DrRacket(以前称为 DrScheme),它可以很好地运行来自命令行。
I know you said MIT-Scheme, but check out DrRacket (formerly, DrScheme), which runs Scheme code well from the command line.