在 WIndows 上运行 RMCL (Lisp)
有没有办法在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过在 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.
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.