tags:

views:

716

answers:

3

Can anyone recommend a Prolog compiler for .Net.

The ones that I have been able to find searching the net, do not appear to have been updated for several years.

Thanks

Shiraz

+1  A: 

Ahhm, I googled for "Prolog.NET" and found this (1st result btw)

Prolog.NET is a full featured Prolog programming environment for the .NET Framework. It includes an enhanced compiler with language extensions and a code generator targeting Microsoft's Intermediate Language (MSIL) and integration with Visual Studio .NET Integrated development environment.

Shay Erlichmen
Thanks, I found that one, but it is version 0.2 from 2006. Was just wondering if something more recent was available.
Shiraz Bhaiji
Then you should have put that reference in the question.
Shay Erlichmen
He said in the question that he searched for prolog compilers and found only abandoned projects. What's the point of giving him a link to another abandoned project?
Niki
Prolog.NET is a university student's capstone project, so it's not likely to get updated. It's either good or it isn't, but having a date of 2006 on it doesn't mean that it's bad software. Why don't you try it, and see if it works for you?
Robert Harvey
A: 

If you dont find you maybe need this tool Microsoft Oslo (Codename). This is a software for can create DSL's and work perfectly for develop a diagram syntax for compilers.

Check this link http://www.codeproject.com/KB/cs/Oslo_MGrammar.aspx?display=PrintAll

pho3nix
+2  A: 

On this article they recommend P# and XSB: http://www.codeproject.com/KB/system/PrologNET.aspx

elviejo