(Prolog + LISP + Erlang) with integration issues versus C++

Thomas Lindgren thomasl_erlang@REDACTED
Thu Aug 25 13:54:38 CEST 2005



--- Dev Functional <devfunctional@REDACTED> wrote:
> Alternatively, is it possible to implement goal
> seek, AI applications
> in Erlang ?
> That way we get rid of gprolog and clisp. So, it is
> then a single
> language solution.
> 
> In many of these matters we have investigated AI -
> Russell & Norvig book,
> but there is no information about programming
> languages that can be directly
> adopted.

If nothing else, you probably can implement the Prolog
parts in Common Lisp with a bit of macro magic. This
is well-known enough that a translator might even be
provided with your Lisp system, or be downloadable
somewhere. Otherwise, a book such as Norvig's
Paradigms of Artificial Intelligence Programming (ch
11-12) describes the basics of how to compile logic
programs and Prolog to Lisp.

(The performance of "CL" prolog compared to "native"
prolog is unclear, but it might be good enough to get
rid of the extra subsystem.)

Best,
Thomas


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the erlang-questions mailing list