有推荐的适用于 Mac 的 Prolog IDE 吗?
我很想在 Prolog 中做一些事情。只需要一个适用于 Mac 的优秀 IDE,让它不再是一件麻烦事。您推荐哪种 IDE?
I'd love to do some stuff in Prolog. Just need a good IDE for the Mac to make it not a pain in the butt. Which IDE do you recommend?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
还有一个基于 Eclipse、PDT 的免费 Prolog IDE,可从以下位置获取:
https:// /sewiki.iai.uni-bonn.de/research/pdt/start
There is also a free Prolog IDE based on Eclipse, PDT, available from:
https://sewiki.iai.uni-bonn.de/research/pdt/start
沿着“不是真正的 IDE”的答案,Textmate 似乎是 OS X 开发人员的最爱。
似乎也有一些 Prolog 社区支持它。
Along the lines of "not really an IDE" answers, Textmate seems to be a favorite of OS X developers.
There seems to be some Prolog community support for it as well.
不完全是关于 IDes,但当前的 Logtalk 发行版包括对多个文本编辑器和语法突出显示器的支持,这些编辑器和语法突出显示器也可用于 Prolog 编程:
http://trac.logtalk.org/browser/trunk/wenv
Prolog FAQ 还包含有关编辑和发布 Prolog 代码的有用信息(第 15 和 16 节):
http://www.logic.at/prolog/faq/
Not exactly about IDes but the current Logtalk distribution includes support for several text editors and syntax highlighters that can also be used for Prolog programming:
http://trac.logtalk.org/browser/trunk/wenv
The Prolog FAQ also contains useful information about editing and publishing Prolog code (sections 15 and 16):
http://www.logic.at/prolog/faq/
有几个可用于 Eclipse 的插件,它们与 prolog 配合得很好。我们在 Uni 中使用了一个 SICStus 插件,虽然我不相信它是免费的,但 Eclipse Marketplace 中还有一些其他选项(在“帮助”菜单下)
There are several plugin's available for Eclipse which work rather well with prolog. Theres a SICStus plug in which we use in Uni, although I dont believe its free, theres also a few other options in the Eclipse Marketplace (Under the Help menu)
尝试 CiaoDE 加上 GNU Emacs。 CiaoDE 是一个最先进的 prolog 系统,拥有许多在 OS X、Linux 和 Windows 上运行的库。
Try CiaoDE plus GNU Emacs. CiaoDE is a state of the art prolog system with lots of libraries that runs in OS X, Linux and Windows.
您可以尝试使用 XGP 来实现此目的。
You can try to use XGP for this.