Recommendations for a free Prolog interpreter in Java
From: S (smileyhamster_at_hotmail.com)
Date: 01/15/04
- Next message: Sebastian Weber: "Java-Eclipse: Knowledge-Base not via file"
- Previous message: chenyu: "newbie question:where could find prolog exercise and answer"
- Next in thread: Elizabeth Bruton: "Re: Recommendations for a free Prolog interpreter in Java"
- Reply: Elizabeth Bruton: "Re: Recommendations for a free Prolog interpreter in Java"
- Reply: Ugo Chirico: "Re: Recommendations for a free Prolog interpreter in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 15 Jan 2004 09:32:31 -0800
I'm working on a project which uses Prolog and would like it to be
useable as an Java applet to let people try it easily from their
browser. The Prolog program works in SWI and Sicstus at the moment and
doesn't use any exotic builtins to work. It makes use of cuts, assert
and retract.
I'm looking for a Prolog interpreter written entirely in Java that is
free that will be able to run the Prolog code. It is only around 1000
lines of code in total so modifications to run under slightly broken
interpreters is perfectly feasable.
I have found many interpreters online but many don't meet my needs.
Some are either long abandoned projects, have little documentation,
don't implement cut/assert/retract, cost money etc. Most don't seem
mature and I'm a little scared to spent time getting one intergrated
and working only to find it has some internal flaws that I cannot fix.
Does anybody have any recommendations on what I could use?
Thanks.
- Next message: Sebastian Weber: "Java-Eclipse: Knowledge-Base not via file"
- Previous message: chenyu: "newbie question:where could find prolog exercise and answer"
- Next in thread: Elizabeth Bruton: "Re: Recommendations for a free Prolog interpreter in Java"
- Reply: Elizabeth Bruton: "Re: Recommendations for a free Prolog interpreter in Java"
- Reply: Ugo Chirico: "Re: Recommendations for a free Prolog interpreter in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|