prolog IDE in Ubuntu 9.10
I am starting off开发者_JS百科 learning Prolog. I am on Ubuntu 9.10, can someone suggest an IDE to me ? Unfortunately SCITE doesn't support Prolog and I am trying to avoid Eclipse and NetBean.
I'm not an IDE user myself, but SWI-Prolog features one called XPCE and PCE Emacs. Install with sudo apt-get install swi-prolog-xpce
, start by issuing xpce
in a terminal window, then emacs.
(with period) to get into the editor. Documentation at the SWI-Prolog website.
Prolog support for GNU Emacs is in the prolog-el
package (no experience with that).
You might want to have a look at these Emacs modes:
- Prolog Mode for Emacs Works well in Emacs24 (haven't tested with earlier versions)
- The Ciao System Ciao offers a complete Prolog system, supporting ISO-Prolog, but its novel modular design allows both restricting and extending the language. Supports an Emacs mode as well.
And just for the records, if people looking for a Prolog editor or IDE running in Linux end up here: Three Eclipse Prolog plugins.
- Prolog Development Tool (PDT)
- Prolog Development Tools (ProDT)
- SICStus Prolog IDE (SPIDER)
I've used PDT on Linux, but only for learning the basics of Prolog, and it worked quite well.
A while ago I was a happy user of SWI Prolog (sudo apt-get install swi-prolog
).
精彩评论