Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.prolog > #15350
| From | Mild Shock <janburse@fastmail.fm> |
|---|---|
| Newsgroups | comp.lang.prolog |
| Subject | ANN: Dogelog Player 2.1.4 (Railgun CLP) |
| Date | 2026-01-22 15:40 +0100 |
| Message-ID | <10ktcth$gfeg$1@solani.org> (permalink) |
Dear All, We are happy to announce a new edition of the Dogelog Player: - Enhanced library(compat): We introduced a new built-in occurs_check/2. The predicate could be bootstrapped from unify_with_occurs_check/2 via occurs_check(V,T) :- \+ unify_with_occurs_check(V, T). But tapping into the native check gives better performance. - Enhanced library(math): We introduced sqrtrem/3 and isqrt/2 built-ins, for integer square root. The former is a predicate that also computes a reminder, and the later is an evaluable predicate, that suppresses the reminder. - New Railgun CLP: What began as a sport in December 2025 to explore a constraint solver that only uses ISO core standard Prolog. Is now a full project with iterative milestones. In this release we provide the basic vocabulary of CLP(FD), and an enhanced solver that uses min/max based partial consistency. Have Fun! Jan Burse, https://www.herbrand.ai/ , 22.01.2026
Back to comp.lang.prolog | Previous | Next — Next in thread | Find similar | Unroll thread
ANN: Dogelog Player 2.1.4 (Railgun CLP) Mild Shock <janburse@fastmail.fm> - 2026-01-22 15:40 +0100
Full Multiply in Railgun CLP (Re: ANN: Dogelog Player 2.1.4 (Railgun CLP)) Mild Shock <janburse@fastmail.fm> - 2026-01-30 23:57 +0100
Basic Indexicals for Railgun CLP(Z) (Was: Full Multiply in Railgun CLP) Mild Shock <janburse@fastmail.fm> - 2026-02-04 23:00 +0100
Special Values for Dogelog Player (Was: Full Multiply in Railgun CLP) Mild Shock <janburse@fastmail.fm> - 2026-02-18 00:00 +0100
csiph-web