编译 .ss 文件

发布于 2024-08-10 23:26:03 字数 86 浏览 3 评论 0原文

我听说你可以用DrScheme编译.ss文件,甚至记得做过一次 从而使我的代码获得良好的加速,因为它不需要放入 GUI 所需的所有调试信息。如何去做这件事呢?

I heard that you can compile .ss files with DrScheme, and even remember doing it once
to result in some good speedups on my code, since it doesn't need to put in all the debugging info necessary for the GUI. How does one go about doing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

番薯 2024-08-17 23:26:03

在 DrScheme IDE 中,可以在“方案 -> 创建可执行文件...”菜单项下找到它。这也可以通过命令行完成:

mzc --exe foo foo.ss

In the DrScheme IDE this can be found under the "Scheme -> Create Executable..." menu item. This can also be done from the command line with:

mzc --exe foo foo.ss
萌逼全场 2024-08-17 23:26:03

看起来 PLT 方案中包含一个名为 mzc 生成独立的可执行文件。

Looks like there's a compiler included with PLT Scheme called mzc that produces standalone executables.

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