Integrating Prolog with C#
Posted
by TK
on Stack Overflow
See other posts from Stack Overflow
or by TK
Published on 2008-10-08T08:41:31Z
Indexed on
2010/04/28
16:23 UTC
Read the original article
Hit count: 259
Does anyone know of a nice (and preferably free) way to integrate Prolog and C#?
Im looking to create a Prolog dll or similar to call from my managed code, and retrieve an answer once all the processing has been complete. Im looking for it to be predominantly one sided (c# calls Prolog).
I have seen this question which talks about Prologs real world usage but I was wondering if anyone had either any experience with c# & Prolog? or a nice tutorial/article?
© Stack Overflow or respective owner