开发者

swi prolog- IDE - Eclipse- how to use it in Linux?

开发者 https://www.devze.com 2022-12-25 12:01 出处:网络
I read that Swi开发者_如何学编程 Prolog IDE - Eclipse - in Linux(Ubuntu) is possible. However I couldn\'t get the installed Eclipse to \'use\' swi Prolog.

I read that Swi开发者_如何学编程 Prolog IDE - Eclipse - in Linux(Ubuntu) is possible. However I couldn't get the installed Eclipse to 'use' swi Prolog. Please help


Prolog Development Tools (ProDT) is a Prolog Integrated Development Environment (IDE) aiming to be as rich in functionality as the Eclipse's java IDE, giving the developer a single environment where it can control the development of a Prolog project from code edition, test execution, etc...

This project stands on top of Eclipse's projects to take advantage of its already existent features and its extensibility and works on any environment Eclipse works including windows, linux and mac OSX.

It support as underlying interpreters: SWI-prolog, XSB prolog, B-prolog

The site has more information about the project including installation and features list: http://prodevtools.sourceforge.net/

Hope you can find it useful!!! :)


I've heard that Amzi! works for linux environments, you can try this http://www.amzi.com/download/prolog_download_sites.htm but i'm not sure if it has the desired results. good luck!


In case someone just wanted to compile a program using swi in ubuntu. use termainal using the command:

$swip <file name>
0

精彩评论

暂无评论...
验证码 换一张
取 消