CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 20:34:07 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"8540603f7c0542d43194dc09fe95b2a9"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=CYA6Qmt8B30xCXXsYAwbybI0JjxPy71gOqeo%2FIjPmf69YTHMkZnkQy6rOC0tYcGLMFwHZpnHCNWH5Gyn%2BNmyqz0KpAjj0UXlDtzUoGfbTi4AEM9LNqaxt2akrVtCraIKvBquvwjDafmHA7Fz9%2BL4PHPPNbSSRZzCV3EHxXFp3AueXWRXKvrjY6Rvg4ZmQrUEcd7wo%2BepcI57KxE%2BVyxLkrx1IbrakXtsox69rAQwwolX86LwWzNDAG5nBHYE1KY7HvAbXE%2B2oR4jAoKz48lcSA%3D%3D--YxWQWEv1%2FThKJv2K--JtxQ0q9bvzBa68hNiPXFdg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1928239535.1753302846; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 20:34:06 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 20:34:06 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9AE8:3B93B0:10B59B8:13DA4C8:6881473E
Release v0.9.0 · ichiban/prolog · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 32
v0.9.0
Compare
Many improvements on compliance to the ISO standard and the de facto standard.
A huge thanks to everyone involved, especially @guregu for contributing between/3
, @UWN for clearing up my confusion on the ISO standard, @triska for letting us know modern Prolog defaults and predicates, and @riccardopinosio for feedback!
What's Changed
- hide parser options by @ichiban in #141
- add nth3 by @ichiban in #142
- simplify lexer by @ichiban in #143
false/0
is ISO by @ichiban in #145- Ditch libraries by @ichiban in #146
- add phrase/3, phrase/2 on README by @ichiban in #147
- decouple directives from Assert by @ichiban in #148
- add subsumes_term/2 by @ichiban in #149
- add callable/1 by @ichiban in #150
- add term_variables/2 and ground/1 by @ichiban in #151
- add acyclic_term/1 by @ichiban in #152
- add sort/2 by @ichiban in #153
- add keysort/2 by @ichiban in #154
- add retractall/1 by @ichiban in #155
- add call/2..8 by @ichiban in #156
- add unary plus by @ichiban in #157
- add evaluable functor: div by @ichiban in #158
- add evaluable functor: max by @ichiban in #165
- add evaluable functor: min by @ichiban in #166
- add evaluable functor: integer power by @ichiban in #167
- add evaluable functor: asin by @ichiban in #168
- add evaluable functor: acos by @ichiban in #169
- add evaluable functor: atan2 by @ichiban in #170
- add evaluable functor: tan by @ichiban in #171
- add evaluable functor: pi by @ichiban in #172
- add evaluable functor: xor by @ichiban in #173
- make success/failure continuations variables so that it's not in the … by @ichiban in #175
- add nth0/3 and rename nth/3 -> nth1/3 by @ichiban in #174
- replace EachList by ListIterator by @ichiban in #177
- replace Each with Iterators by @ichiban in #178
- fix nth0/3, nth1/3 by @ichiban in #180
- add between/3 by @guregu in #179
- add select/3 by @ichiban in #181
- add succ/2 by @ichiban in #182
- add maplist/2..8 by @ichiban in #184
- make the default value for double_quotes to chars. by @ichiban in #185
New Contributors
Full Changelog: v0.8.0...v0.9.0
Assets 2
1 person reacted
You can’t perform that action at this time.