MIT/Scheme 作为 Windows 下的简单编译器

发布于 2024-10-04 05:12:38 字数 303 浏览 2 评论 0原文

是否有可能在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

难得心□动 2024-10-11 05:12:38

如果您想在每次运行 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 variable MITSCHEME_LIBRARY_PATH.

念﹏祤嫣 2024-10-11 05:12:38

试试这个:

mit-scheme --band mit-scheme-install-folder/lib/all.com \
           --library mit-scheme-install-folder/lib --load file.scm

Try this:

mit-scheme --band mit-scheme-install-folder/lib/all.com \
           --library mit-scheme-install-folder/lib --load file.scm
肩上的翅膀 2024-10-11 05:12:38

我知道你说的是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文