Friday, October 02, 2009

Prolog reference materials

Tutorials:
Prolog tutorial by J. R. Fisher

Prolog compilers/interpreters:
SWI-Prolog is  a Prolog  implementation based  on a  subset of
the  WAM (Warren Abstract  Machine)

~ts

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...