Difference between revisions of "Getting Started"

From wiki.visual-prolog.com

 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
How to get started with Visual Prolog? The answer depends on what you know already.


No matter what prerequisites you have, it is a good idea to read the [[:Category:Tutorials|tutorials]] and you may choose to start with [[Visual Prolog for Tyros]].


== Starting from scratch ==
== Tutorials ==


The book [[A Beginners Guide to Visual Prolog]] is a good starting point.
No matter what prerequisites you have, it is a good idea to read the [[:Category:Tutorials|tutorials]].


Alternatively, you can start with the [[Fundamental Prolog Part 1|Fundamental Prolog tutorials]], which describes the basic ideas of "classical" Prolog programming.  It uses Edinburgh/ISO Prolog syntax, which is simpler than Visual Prolog because it does not have any type declarations and no Object-Oriented overhead. The code from the examples can be run  in '''PIE''' ('''P'''rolog '''I'''nference '''E'''ngine), which is a Edinburgh/ISO Prolog interpreter written in Visual Prolog. '''PIE''' is supplied as an example with Visual Prolog. To run it, click "Browse" on the Open Project menu in Visual Prolog, then look in your Documents directory for <code>Visual Prolog Examples</code> and the directory <code>pie</code> within it, and open the project there.
The tutorials in the [[Fundamental Visual Prolog]] section describe differences between Visual Prolog and traditional Prolog, and introduce a program that is developed in Visual Prolog.
 
== Knowing ''traditional'' Prolog ==
The tutorials in the [[Fundamental Visual Prolog]] section describe differences between Visual Prolog and traditional Prolog, and introduce a program that is developed in Visual Prolog. You will be asked to download example projects devoted to family relations that are discussed in these tutorials.


Other tutorials discuss the [[Ide/Environment Overview|Visual Prolog Integrated Environment]] (IDE) and various Visual Prolog language features.
Other tutorials discuss the [[Ide/Environment Overview|Visual Prolog Integrated Environment]] (IDE) and various Visual Prolog language features.
These books are also good starting points:
* [[A Beginners Guide to Visual Prolog]] by ''Thomas W. de Boer''
* [[Visual Prolog for Tyros]] by ''Eduardo Costas''


== Video Tutorials ==
== Video Tutorials ==
Line 37: Line 26:
The Help system is available from the Integrated Development Environment.
The Help system is available from the Integrated Development Environment.


== Community ==
== Discussion forum ==


You are also welcome to join Visual Prolog world-wide Community and seek assistance or share your knowledge in the [http://discuss.visual-prolog.com Visual Prolog Discussion forums] and this wiki.
You are also welcome to join Visual Prolog discussion forum and seek assistance or share your knowledge in the [https://discuss.visual-prolog.com Visual Prolog Discussion forums].


You will find a lot of interesting information in the [http://discuss.visual-prolog.com/viewforum.php?f=3 Visual Prolog Tips, How To's, Code Samples, etc]. And, of course, you are also invited to contribute your own tips, etc.
You will find a lot of interesting information in the [https://discuss.visual-prolog.com/viewforum.php?f=3 Visual Prolog Tips, How To's, Code Samples, etc]. And, of course, you are also invited to contribute your own tips, etc.


== Examples ==
== Examples ==


In the distribution there is a number of example programs. You can install these examples from the IDE, just press Help -> Install Examples.... You can install these examples again and again, so do not worry about experimenting with them. You can also use them as a starting point for your own programs. Finally, you can download even more examples on [http://www.visual-prolog.com/vip/example/default.htm Visual Prolog Examples and Demos].
In the distribution there is a number of example programs. You can install these examples from the IDE, just press '''Help -> Install Examples....''' You can install these examples again and again, so do not worry about experimenting with them.
 
== Knowledge Base ==
 
If you come over a problem, while creating your project, and think that there is a bug in Visual Prolog, you can check [http://kb.visual-prolog.com/ Visual Prolog Knowledge Base]. Here you will find descriptions of bugs and problems that the PDC knows about and is investigating for a possible future fix. Often we provide steps to work around the problem. The Knowledge Base is available from the IDE by
If a bug is fixed in a new release of the product, the "Bug" article includes information about the product version, where the Bug is fixed.
 
You will also find a lot valuable information in [http://www.visual-prolog.com Visual Prolog site].
 
Visual Prolog Tutorials, Visual Prolog Discussion forums, the Knowledge Base, and information about Visual Prolog updates are available directly from the Integrated Development Environment (IDE) via the WEB menu.


== Prolog Develpment Center Site ==
== PDC ==


We invite you to visit the [http://www.pdc.dk Prolog Development Center site] to find descriptions of real-world commercial projects written entirely in Visual Prolog for:
Visual Prolog is made by the company PDC. We invite you to visit the [https://www.pdc.dk PDC homepage] to find descriptions of real-world commercial projects written entirely in Visual Prolog for:


* Staff Planning  
* Staff Planning  
Line 64: Line 44:
* Airport Decision Support  
* Airport Decision Support  
* Airline Decision Support  
* Airline Decision Support  
* Shop Floor Scheduling  
* Shop Floor Scheduling
* Speech Based Solutions


We hope, you will enjoy Visual Prolog!
We hope, you will enjoy Visual Prolog!


[[Category:Basic Information]]
[[Category:Basic Information]]

Latest revision as of 09:42, 19 August 2019


Tutorials

No matter what prerequisites you have, it is a good idea to read the tutorials.

The tutorials in the Fundamental Visual Prolog section describe differences between Visual Prolog and traditional Prolog, and introduce a program that is developed in Visual Prolog.

Other tutorials discuss the Visual Prolog Integrated Environment (IDE) and various Visual Prolog language features.

Video Tutorials

Online Help System

Once you are familiar with the concepts and principles, you also can use reference material from the following sections of the Help system:

  • The Language Reference that describes the syntax and semantics of the Visual Prolog language.
  • Integrated Development Environment (IDE) Help.
  • Prolog Foundation Classes (PFC) reference documentation.

This Help is reference material rather than tutorial, meaning that it is not a good place to learn Visual Prolog, but it is a very good place to seek answers to specific questions.

The Help system is available from the Integrated Development Environment.

Discussion forum

You are also welcome to join Visual Prolog discussion forum and seek assistance or share your knowledge in the Visual Prolog Discussion forums.

You will find a lot of interesting information in the Visual Prolog Tips, How To's, Code Samples, etc. And, of course, you are also invited to contribute your own tips, etc.

Examples

In the distribution there is a number of example programs. You can install these examples from the IDE, just press Help -> Install Examples.... You can install these examples again and again, so do not worry about experimenting with them.

PDC

Visual Prolog is made by the company PDC. We invite you to visit the PDC homepage to find descriptions of real-world commercial projects written entirely in Visual Prolog for:

  • Staff Planning
  • Hospital Booking
  • Airport Decision Support
  • Airline Decision Support
  • Shop Floor Scheduling

We hope, you will enjoy Visual Prolog!