Difference between revisions of "Main Page"

From wiki.visual-prolog.com

(Mainpage)
(Description & Welcome)
Line 1: Line 1:
Welcome to the [http://www.visual-prolog.com Visual Prolog] wiki.
===Welcome to the Visual Prolog wiki===


To contribute to this wiki you must register yourself, and have a validated email address.
This wiki is dedicated to Visual Prolog and related tools and libraries.  Visual Prolog is a logical programming language that counts PDC Prolog and Turbo Prolog as predecessors.  The goal of Visual Prolog is to support industrial strength programming of complex knowledge emphasized problems.  


You are encouraged to provide your real life name as user name.
Today Visual Prolog is a very powerful and safe programming language combining the very best features of logical, functional and object-oriented programming paradigms in a consistent and elegant way.
 
Visual Prolog features:
 
*logical programming concepts (backtracking, pattern matching)
 
*algebraic data types
 
*a unique object system
 
*multi-threading (supported in the Commercial Edition)
 
*parametric polymorphism
 
*unicode support
 
*automatic memory management (garbage collection)
 
 
Visual Prolog is a complete programming environment with:
 
*Graphical Integrated Development Environment (IDE)
 
*Compiler
 
*Linker
 
*Debugger
 
 
With Visual Prolog you can build applications for the Microsoft Windows 32 platform. It supports advanced client-server and three-tier solutions. Visual Prolog is especially well suited for dealing with complex knowledge.
 
By utilizing a powerful object system you are able to architect your application very rigidly and at the same time benefiting from very loose coupling.  This will enable you to reduce development and even more maintenance cost.


===Tutorials===
===Tutorials===


[[:Category:Tutorials|Tutorials]]
The wiki contains a number of Visual Prolog [[:Category:Tutorials|Tutorials]].
 
===Contribution===
 
To contribute to this wiki you must register yourself and have your email address validated (see [[wiki.visual-prolog.com:Privacy_policy|Privacy Policy]]).  You are encouraged to provide your real life name as user name.
 
===See Also===
 
* Visual Prolog [http://www.visual-prolog.com homepage]
* Visual Prolog [http://discuss.visual-prolog.com discussion forum]

Revision as of 00:05, 28 August 2007

Welcome to the Visual Prolog wiki

This wiki is dedicated to Visual Prolog and related tools and libraries. Visual Prolog is a logical programming language that counts PDC Prolog and Turbo Prolog as predecessors. The goal of Visual Prolog is to support industrial strength programming of complex knowledge emphasized problems.

Today Visual Prolog is a very powerful and safe programming language combining the very best features of logical, functional and object-oriented programming paradigms in a consistent and elegant way.

Visual Prolog features:

  • logical programming concepts (backtracking, pattern matching)
  • algebraic data types
  • a unique object system
  • multi-threading (supported in the Commercial Edition)
  • parametric polymorphism
  • unicode support
  • automatic memory management (garbage collection)


Visual Prolog is a complete programming environment with:

  • Graphical Integrated Development Environment (IDE)
  • Compiler
  • Linker
  • Debugger


With Visual Prolog you can build applications for the Microsoft Windows 32 platform. It supports advanced client-server and three-tier solutions. Visual Prolog is especially well suited for dealing with complex knowledge.

By utilizing a powerful object system you are able to architect your application very rigidly and at the same time benefiting from very loose coupling. This will enable you to reduce development and even more maintenance cost.

Tutorials

The wiki contains a number of Visual Prolog Tutorials.

Contribution

To contribute to this wiki you must register yourself and have your email address validated (see Privacy Policy). You are encouraged to provide your real life name as user name.

See Also