Difference between revisions of "A Beginners Guide to Visual Prolog"
From wiki.visual-prolog.com
(Remove 7.1 version links) |
m (https) |
||
Line 39: | Line 39: | ||
# List manipulating predicates | # List manipulating predicates | ||
===For Visual Prolog 7. | ===For Visual Prolog 7.2=== | ||
* [https://www.visual-prolog.com/download/72/books/deBoer/VisualPrologBeginners.pdf A Beginners' Guide to Visual Prolog 7.2] (PDF format, English 279 pages). | |||
* [ | |||
=== | ===Examples=== | ||
* [ | * [https://www.visual-prolog.com/download/73/books/deBoer/deBoer-BeginnersGuide-examples.zip Examples from A Beginners' Guide to Visual Prolog 7.3] (ZIP format, 440 KB). | ||
* [ | * [https://www.visual-prolog.com/download/72/books/deBoer/deBoer-BeginnersGuide-examples.zip Examples from A Beginners' Guide to Visual Prolog 7.2] (ZIP format, 437 KB). | ||
=== See also === | === See also === |
Revision as of 09:45, 4 September 2019
This book is about an old version of Visual Prolog. |
A Beginners' Guide to Visual Prolog is a comprehensive book for absolute beginners written by Thomas W. de Boer.
The book contains already published material, which is used with permision of the authors.
The current version of the book is devoted to Visual Prolog 7.2.
This book is an introduction. It is meant it is for people, who know little about programming. You should know the basics about computers and that it is possible to program them and that for a program you use a programming language.
What when you know more? Then you should look for other sources.
- When you are programmer and know about other languages like Visual Basic or C##, read the book Visual Prolog for Tyros by Eduardo Costa.
- When you know about other languages and are curious about Prolog, read the basic tutorials in the Tutorials section of this site.
- When you have experience in Prolog programming, look for details about Visual Prolog, object orientation in the advanced tutorials in the Tutorials section of this site and Visual Prolog Language Reference.
Contents
- The Integrated Development Environment
- Forms
- Simple user interfacing
- A closer look at the IDE
- Fundamental Prolog
- Data modeling in Prolog
- Using Forms or Dialogs and Controls: a minimal database
- Object oriented programming - classes and objects
- Declarations in Visual Prolog
- Recursion, lists and sorting
- Reading, writing, streams and files
- More data structures: Stacks, Queues and Trees
Appendices
- Everything about Dialogs and Forms
- List manipulating predicates
For Visual Prolog 7.2
- A Beginners' Guide to Visual Prolog 7.2 (PDF format, English 279 pages).
Examples
- Examples from A Beginners' Guide to Visual Prolog 7.3 (ZIP format, 440 KB).
- Examples from A Beginners' Guide to Visual Prolog 7.2 (ZIP format, 437 KB).