Sujet : More Prolog Improvement Proposals (PIPs) [PIP401 - PIP404]
De : janburse (at) *nospam* fastmail.fm (Mild Shock)
Groupes : comp.lang.prologDate : 09. Oct 2024, 08:43:56
Autres entêtes
Message-ID : <ve5c7r$5r5l$1@solani.org>
References : 1 2 3
User-Agent : Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0 SeaMonkey/2.53.19
How about some of these PIPs:
PIP401: library(lists)
Provide predicates such as nth1/3, last/2, etc…
PIP402: library(sets)
Provide predicates such as union/3, subset/2, etc…
PIP403: library(sequence)
Provide predicates such as call_nth/2, limit/2, etc…
PIP404: library(aggregate)
Provide predicates such as aggregate_all/3, aggregate/3, etc…
There was once an effort Prolog Commons, which has
some overlap with the above PIPs:
The Prolog Commons Group - PART I - Library
https://prolog-commons.org/PrologCommons.html/part_library.htmlBut its more modularized than just a Prologue to Prolog,
which has a few list predicates and miscellaneous.