Difference between revisions of "Main Page"

From wiki.visual-prolog.com

m (spacing)
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is the Visual Prolog Wiki.  Currently, this is only for test puposes.  There is still many configurations that need to be done.
{|
|style="vertical-align:top;width:65%"|{{Frame Box|main/welcome}}
{{Frame Box|main/content}}
{{Frame Box|main/3rd}}
{{Frame Box|main/contribute}}
|style="vertical-align:top;width:35%"|{{Frame Box|main/pdc}}
{{Frame Box|main/seeAlso}}
{{Frame Box|main/help}}
|}


'''Notice''': The underlying database is '''not yet backed-up'''.
__NOTOC__ __NOEDITSECTION__


The Wiki is based on MediaWiki software (IIS+PHP+MySQL).
[[ru:Заглавная страница]]
 
=== Visual Prolog Token Coloring ===
 
The Wiki has a special Visual Prolog extension.  If you write:
 
<nowiki><vip></nowiki>some Visual Prolog code</vip>
 
The code will be token colered according to Visual Prolog rules (more or less).  For example:
 
<nowiki><vip></nowiki>predicates
    isMember : (Elem Value, Elem* List) determ.
    %@short Succeds is #Value is member of #List.
    %@end
clauses
    isMember(V, [V|_L]) :- !.
    isMember(V, [_X|L]) :- isMember(V, L).</vip>
 
The result will look like this:
 
<vip>predicates
    isMember : (Elem Value, Elem* List) determ.
    %@short Succeds is #Value is member of #List.
    %@end
clauses
    isMember(V, [V|_L]) :- !.
    isMember(V, [_X|L]) :- isMember(V, L).</vip>
 
== Tutorials ==
 
[[Fundamental Prolog Part 1]]
 
== Media Wiki Getting started ==
 
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
 
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]
* [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]

Latest revision as of 14:57, 24 August 2015

Welcome to the Visual Prolog wiki

This wiki is dedicated to the Visual Prolog programming language and related tools and libraries.

We are proud that so many enthusiastic users put such a great effort into Visual Prolog. We hope and trust that this wiki will serve as a significant platform for knowledge exchange in the community.

Content

If you are new to Visual Prolog you may start with Getting Started and the Tutorials.

The Language Reference is also on the wiki, as are instructions for looking up the Library Reference within Visual Prolog itself.

3rd party packages and add-ons

The wiki has a name space dedicated to 3rd party packages and add-on's.

Contribution

To contribute to this wiki, send an e-mail to support@visual.prolog.com to get an account on the wiki.

Automatic account creation has been closed due to misuse.

PDC

PDC is the company behind Visual Prolog.

See Also

Wiki software and help

The wiki is based on MediaWiki software, which is also used for Wikipedia. If you need help with the wiki itself and cannot find it here, you may search in: