Programming Help for Strawberry Prolog

Introduction to Strawberry Prolog ... Programming Language

Strawberry Prolog Programming is Logic based programming language is dialect of the Prolog Programming Language. It was developed by Institute of Mathematics and Informatics at Bulgarian Academy of Sciences in 1996. It is used for creating program which can directly run on the server to provide service for our web site visitor. All the functionality of the site is made as Strawberry Prolog CGI Scripts.

Example of Strawberry Prolog Programming Language

The Given example will print Hello World

{`
?- set_content_type("text/html"), 
 write("Hello New User").
`}

How to learn Strawberry Prolog Programming Language

Tutorial or Books for learning Strawberry Prolog Programming Language:

Download Strawberry Prolog software from Here !!