Main Page

From Prologstandard

(Difference between revisions)
(Other optional things to do)
 
(27 intermediate revisions not shown)
Line 1: Line 1:
-
Wiki successfully set up.
+
[[ISO Standard]] | [[Standardisation process]] | [[Language design principles]]
 +
==Motivation==
 +
Prolog implementations have progressed since the original ISO standard was written and as a result new predicates are commonly available but may be absent from the standard, have different names, or have different semantics.  A revision to the standard aims to address these limitations.
-
==First Steps==
+
==How to get involved==
-
The username and password for the administrative account is '''admin''', '''admin'''.
+
* participate in discussions on the forums at [http://prolog.logtalk.org prolog.logtalk.org]
-
#<font color="red">Important:</font>  [[Special:Userlogin|Log in]] as admin and go to [[Special:Preferences|Preferences]] to change your password!
+
* contribute to this wiki
-
#Write down your password.
+
* vote at [http://www.dcc.fc.up.pt/iclp07 ICLP 2007] in September.
-
#On this page: [[image_logo_url]] put just the url for the logo that you want in the upper left corner of your wiki.
+
* join the ISO committee - see [http://www.sju.edu/~jhodgson/wg17/wg17web.html]
-
==Other optional things to do==
+
==Plan==
-
*Control the rights of anyomus and logged in users through the control panel (which can be found in the toolbox on the left side of this page).
+
Based on [http://www.sju.edu/~jhodgson/wg17/Seattle2006minutes.txt Seattle 2006 meeting minutes] (Timeframe: September 30 2006?)
-
*Add the url for your wiki to the [http://www.editthis.info/wiki/index.php/Categorized_Wiki_List Categorized wiki list]. Simply edit that page and put your wiki under the appropriate category.
+
* A 2: built-in predicates omitted from part 1 of the standard
-
*To increase the amount of space you have for uploads, add links to http://editthis.info from external sites, and go to the [http://editthis.info/wiki/index.php/Link_Quota_Page Link Quota Page] to increase your uploads quota.
+
** predicate_property/2  Discussion: [[Predicate property]]
-
*Edit [[MediaWiki:Sidebar]] to change the navigation menu
+
** compare/3
-
*Add this wiki to some external wiki indexes:
+
** callable/1
-
#[http://en.wikipedia.org/wiki/List_of_wiki Wikipedia list of wikis]
+
** forall/2
-
#[http://www.wikiindex.com/Add_a_Wiki WikiIndex]<br>
+
** number_vars/3
-
*If you are feeling adventurous and know a little about web design you can edit the  javascript and css to the [[Header]] to change the look of your wiki.
+
** retractall/1
-
**You must log as admin to do this
+
** sort/2
-
**Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles.
+
** keysort/2
-
*Read the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for other usage and configuration help.
+
** ground/1
-
*Add your wiki to the [http://editthis.info/wiki/index.php/Map_of_wikis map of wikis]
+
** member/2
-
*Add a message to the [http://www.editthis.info/wiki/index.php/Feedback Feedback Page] if you see anything that could be improved.
+
** append/3
 +
** length/2
 +
** floating-point arithmetic flags
 +
** common term testing predicates
 +
*** Discussion [[Subsumption checking]]
 +
** common meta-predicates
 +
** common evaluable functors
 +
* A 3. Mutable objects
 +
* A 4. DCGs
 +
* A 7. Multi-threading
 +
* A 8. <del>Read only flag unification: Discussion [[sto_unification/1]]</del>
 +
* A 9. Unicode
 +
* Other
 +
** Discussion: [[call_cleanup/2]]
 +
 
 +
==Compliance==
 +
Analysis of [[Compliance]] based on validation suites.
 +
 
 +
==Other==
 +
* Mailing list archive [http://neve.di.ubi.pt/mailman/listinfo/prolog-standard]

Current revision as of 17:24, 22 May 2007

ISO Standard | Standardisation process | Language design principles

Contents

[edit] Motivation

Prolog implementations have progressed since the original ISO standard was written and as a result new predicates are commonly available but may be absent from the standard, have different names, or have different semantics. A revision to the standard aims to address these limitations.

[edit] How to get involved

  • participate in discussions on the forums at prolog.logtalk.org
  • contribute to this wiki
  • vote at ICLP 2007 in September.
  • join the ISO committee - see [1]

[edit] Plan

Based on Seattle 2006 meeting minutes (Timeframe: September 30 2006?)

  • A 2: built-in predicates omitted from part 1 of the standard
    • predicate_property/2 Discussion: Predicate property
    • compare/3
    • callable/1
    • forall/2
    • number_vars/3
    • retractall/1
    • sort/2
    • keysort/2
    • ground/1
    • member/2
    • append/3
    • length/2
    • floating-point arithmetic flags
    • common term testing predicates
    • common meta-predicates
    • common evaluable functors
  • A 3. Mutable objects
  • A 4. DCGs
  • A 7. Multi-threading
  • A 8. Read only flag unification: Discussion sto_unification/1
  • A 9. Unicode
  • Other

[edit] Compliance

Analysis of Compliance based on validation suites.

[edit] Other

  • Mailing list archive [2]
Personal tools