echo "";

Menu:

Latest news:

December 31, 2006:
Demo release (0.2) is now available. This release allows calling .NET from Prolog.

Read more...

More info:

Prolog.NET was developed by Ali M. Hodroj as a senior capston project at the Oregon Institute of Technology. For more information please contact ali@hodroj.net

Links:

Logic programming for .NET

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.

The purpsoe of this project is to provide seamless integration between .NET and Prolog by compiling Prolog code into reusable .NET objects that leverage the rich feature set provided by the .NET framework. This makes it easy to develop applications that combine the powerful features of both imperative and logic programming paradigms, as well as use logic programming as a meta-language to reason about object-oriented programs.