vote up 7 vote down star
1

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?

flag

Hey Greg, I was curious what route you'd taken with this Prolog/C# integration and any luck you've had. In same boat here. Thx. -Al – alram Nov 12 '08 at 2:01

6 Answers

vote up 7 vote down check

Prolog.NET. I've tried both P# and Prolog.NET, but both of them have their weak points.

link|flag
vote up 2 vote down

Perhaps P# will be useful for you

link|flag
vote up 5 vote down

You can take a look at Yield Prolog.

Yield Prolog uses yield keyword in C# (and Python, and JavaScript) and custom Variable class to simulate Prolog machine. This way, you get a Prolog API in your favourite language. You don't need to connect your main language with P# or similiar projects.

link|flag
vote up 1 vote down

It's not free, but Sicstus Prolog allows connection to C# and Java

This is the Prolog implementation we use at our company, and it is very fast and useful.

link|flag
I have used Sicstus in the past and found it to be a very good product. I wasn't aware that it can connect with c#, the only problem now it the rather large licence fee! – TK Feb 16 at 8:28
vote up 0 vote down

You can use ECLiPSe Prolog. i have integrated it with VC8. it would be better to use VC8 instead of C#.

link|flag
vote up 0 vote down

SWI-Prolog interface to C#

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.