在 WIndows 上运行 RMCL (Lisp)

发布于 2024-10-26 19:42:32 字数 135 浏览 1 评论 0原文

有没有办法在 Windows 上运行 RMCL/MCL?我有很多为 RMCL 编写的代码,需要与 Windows 程序交互。现在我们通过网络通信来做到这一点,但这似乎太慢了。

几个月前我尝试过 PearPC,但似乎不起作用。还有其他选择吗?

Is there ANY way to run RMCL/MCL on Windows? I have a lot of code written for RMCL that needs to interact with a Windows program. Right now we do this by communicating over the network, but that seems to be too slow.

I tried PearPC several months ago, but that didn't seem to work. Are there any other options?

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

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

发布评论

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

评论(2

打小就很酷 2024-11-02 19:42:32

您是否尝试过在 Windows 上使用不同的 Common Lisp 运行时? RMCL 是一种 Common Lisp。这意味着从理论上讲,所有 Common Lisp 都遵循一个标准。

也就是说,如果您利用 RMCL 对 Carbon 的访问,那么您不太可能在没有大量移植的情况下让您的程序在 Windows 上运行。

Have you tried using a different Common Lisp runtime for Windows? RMCL is a Common Lisp. That means theoretically there's a standard that all of the Common Lisps follow.

That said, if you're taking advantage of RMCL's access to Carbon, then you're unlikely to ever get your program to work on Windows without a lot of porting.

捶死心动 2024-11-02 19:42:32

Clozure 是 Macintosh Common Lisp(又名 Coral Common Lisp)的开源分支。它可以在多种平台上运行,包括 Windows。

Clozure is an open-source fork of Macintosh Common Lisp (aka Coral Common Lisp). It runs on a number of platforms, including Windows.

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