3

If I wanted to start learning Prolog on Windows, is there any package that would integrate Prolog into Visual Studio 2010? That is, a compiler and templates and so forth for working with Prolog on Windows?

Assuming there is no flavor of Prolog targeting the .Net platform, is there a GCC Prolog compiler for Windows?

Onorio Catenacci
  • 2,977
  • 3
  • 28
  • 38

2 Answers2

3

There's an excellent Prolog environment for windows. It's called Ubuntu on VirtualBox. I decided to stop swimming upstream when I started learning Erlang and installed Ubuntu. It's been a pleasant journey of rediscovery for me. Linux has come a long way to simplify the process of getting up and running.

I'm assuming you're going through the 7 languages in 7 weeks. While you're at it spend the time to get comfortable with Linux and Virtualization. Both can become good friends.

Michael Brown
  • 21,822
2

After using Google for two seconds, I found the Prolog.NET project. Have a look at that. There is also this question on Stack Overflow that points to this project.

Bernard
  • 8,869