Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Many alligators will be slain, but the swamp will remain.


devel / comp.lang.prolog / Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)

SubjectAuthor
* ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)Mostowski Collapse
+* Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)Mostowski Collapse
|`* Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)Mostowski Collapse
| `- Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)Mostowski Collapse
`- Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)Mostowski Collapse

1
ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)

<u0md30$346r3$1@solani.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1961&group=comp.lang.prolog#1961

  copy link   Newsgroups: comp.lang.prolog
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mostowski Collapse)
Newsgroups: comp.lang.prolog
Subject: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)
Date: Thu, 6 Apr 2023 14:14:24 +0200
Message-ID: <u0md30$346r3$1@solani.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 6 Apr 2023 12:14:24 -0000 (UTC)
Injection-Info: solani.org;
logging-data="3283811"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.16
Cancel-Lock: sha1:nWZEQqC98bVATiG5GqkurqjIJhk=
X-User-ID: eJwFwQkBwDAIA0BLfAlDTqHFv4TdwamcDIKBxbrbVBtXX+jbK3rLwM3EFOfBNxHdp9haVlJ2juinK8gY+wFH7xTW
X-Mozilla-News-Host: news://news.solani.org:119
 by: Mostowski Collapse - Thu, 6 Apr 2023 12:14 UTC

Dear All,

We are happy to announce a new edition of
the Dogelog player:

- library(compat):
To match the Dogelog player's 100% Prolog label,
we added the sort/2 and keysort/2 predicates,
written in Prolog itself. In the Novacore sense,
the implementation does not require additional
native predicates and behaves the same under
Python and JavaScript.

- library(aggregate):
We also added the predicates bagof/3 and setof/3,
again written in Prolog itself. The implementation
is once more, in the sense of Novacore, without
additional native predicates, only term_variables/2
was extended in term_variables/3.

- Chat-80 Example:
As a proof of concept for an application of these
predicates, we ported Chat-80, a natural language
question-answer system by D.H.D. Warren and F.C.N.
Pereira, to Dogelog Player. It is transpiled
about 400 kBytes that can be loaded in the browser
in less than 100 ms.

Have Fun!
Jan Burse, 06.04.2023, http://www.xlog.ch/

Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)

<627dcdbf-4caf-40d5-bdaa-8de22ea278c6n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1964&group=comp.lang.prolog#1964

  copy link   Newsgroups: comp.lang.prolog
X-Received: by 2002:a05:6214:b28:b0:5ef:63ec:5eb3 with SMTP id w8-20020a0562140b2800b005ef63ec5eb3mr1078817qvj.3.1681729563349;
Mon, 17 Apr 2023 04:06:03 -0700 (PDT)
X-Received: by 2002:a81:4005:0:b0:540:e744:13ae with SMTP id
l5-20020a814005000000b00540e74413aemr9281716ywn.3.1681729562989; Mon, 17 Apr
2023 04:06:02 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.prolog
Date: Mon, 17 Apr 2023 04:06:02 -0700 (PDT)
In-Reply-To: <u0md30$346r3$1@solani.org>
Injection-Info: google-groups.googlegroups.com; posting-host=77.57.53.44; posting-account=UjEXBwoAAAAOk5fiB8WdHvZddFg9nJ9r
NNTP-Posting-Host: 77.57.53.44
References: <u0md30$346r3$1@solani.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <627dcdbf-4caf-40d5-bdaa-8de22ea278c6n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)
From: bursejan@gmail.com (Mostowski Collapse)
Injection-Date: Mon, 17 Apr 2023 11:06:03 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Mostowski Collapse - Mon, 17 Apr 2023 11:06 UTC

Dogelog Player is a 100% Prolog implementation
of a Prolog system that targets the JavaScript and
he Python platform. We got interested in the JavaScript
Object Notation (JSON) format. We present a first
realization of a little unparser/parser library which
is again written in Prolog itself.

Our Prolog systems get away without implementation
specific dict or string datatypes. Our register of sins only
contains new constants 0rNone, 0rFalse and 0rTrue. We
attribute the nice performance of the parser to a first
argument indexing programming style.

See also:

JSON Unparser/Parser in Dogelog Player
https://twitter.com/dogelogch/status/1647918275832033283

JSON Unparser/Parser in Dogelog Player
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb am Donnerstag, 6. April 2023 um 14:14:26 UTC+2:
> Dear All,
>
> We are happy to announce a new edition of
> the Dogelog player:
>
> - library(compat):
> To match the Dogelog player's 100% Prolog label,
> we added the sort/2 and keysort/2 predicates,
> written in Prolog itself. In the Novacore sense,
> the implementation does not require additional
> native predicates and behaves the same under
> Python and JavaScript.
>
> - library(aggregate):
> We also added the predicates bagof/3 and setof/3,
> again written in Prolog itself. The implementation
> is once more, in the sense of Novacore, without
> additional native predicates, only term_variables/2
> was extended in term_variables/3.
>
> - Chat-80 Example:
> As a proof of concept for an application of these
> predicates, we ported Chat-80, a natural language
> question-answer system by D.H.D. Warren and F.C.N.
> Pereira, to Dogelog Player. It is transpiled
> about 400 kBytes that can be loaded in the browser
> in less than 100 ms.
>
> Have Fun!
> Jan Burse, 06.04.2023, http://www.xlog.ch/

Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)

<u25v6b$3tcr7$1@solani.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1975&group=comp.lang.prolog#1975

  copy link   Newsgroups: comp.lang.prolog
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mostowski Collapse)
Newsgroups: comp.lang.prolog
Subject: Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)
Date: Mon, 24 Apr 2023 15:11:41 +0200
Message-ID: <u25v6b$3tcr7$1@solani.org>
References: <u0md30$346r3$1@solani.org>
<627dcdbf-4caf-40d5-bdaa-8de22ea278c6n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 24 Apr 2023 13:11:39 -0000 (UTC)
Injection-Info: solani.org;
logging-data="4109159"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.16
Cancel-Lock: sha1:knpfQWC2ExEgEyI1hlxZFO/Eczo=
X-User-ID: eJwFwYEBACAEBMCV8uEZR8r+I3Rn28Wb6uZqY4OqvpDM1/eALEJPIIDsWC8z1uzSp+sk0bCNERq1OSbND06SFN4=
In-Reply-To: <627dcdbf-4caf-40d5-bdaa-8de22ea278c6n@googlegroups.com>
 by: Mostowski Collapse - Mon, 24 Apr 2023 13:11 UTC

Dogelog Player is a Prolog system that is 100%
written in Prolog. Some of its ancestors is formerly
Jekejeke Prolog which had a couple of toolings, such
as a predicate index generator and a Prolog text pretty
printer. We gave these tools a new spin.

Instead of first loading the Prolog texts into
the Prolog system, we deviced a new approach based
on source to source transformation. Some hara-kiri
experiments show that using a 100% Prolog implementations
for the read and write routines gives an
acceptable factor 4x slow down.

See also:

Indexer and Beautify for Dogelog Player
https://twitter.com/dogelogch/status/1650486681575866369

Indexer and Beautify for Dogelog Player
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb:
> Dogelog Player is a 100% Prolog implementation
> of a Prolog system that targets the JavaScript and
> he Python platform. We got interested in the JavaScript
> Object Notation (JSON) format. We present a first
> realization of a little unparser/parser library which
> is again written in Prolog itself.
>
> Our Prolog systems get away without implementation
> specific dict or string datatypes. Our register of sins only
> contains new constants 0rNone, 0rFalse and 0rTrue. We
> attribute the nice performance of the parser to a first
> argument indexing programming style.
>
> See also:
>
> JSON Unparser/Parser in Dogelog Player
> https://twitter.com/dogelogch/status/1647918275832033283
>
> JSON Unparser/Parser in Dogelog Player
> https://www.facebook.com/groups/dogelog
>
> Mostowski Collapse schrieb am Donnerstag, 6. April 2023 um 14:14:26 UTC+2:
>> Dear All,
>>
>> We are happy to announce a new edition of
>> the Dogelog player:
>>
>> - library(compat):
>> To match the Dogelog player's 100% Prolog label,
>> we added the sort/2 and keysort/2 predicates,
>> written in Prolog itself. In the Novacore sense,
>> the implementation does not require additional
>> native predicates and behaves the same under
>> Python and JavaScript.
>>
>> - library(aggregate):
>> We also added the predicates bagof/3 and setof/3,
>> again written in Prolog itself. The implementation
>> is once more, in the sense of Novacore, without
>> additional native predicates, only term_variables/2
>> was extended in term_variables/3.
>>
>> - Chat-80 Example:
>> As a proof of concept for an application of these
>> predicates, we ported Chat-80, a natural language
>> question-answer system by D.H.D. Warren and F.C.N.
>> Pereira, to Dogelog Player. It is transpiled
>> about 400 kBytes that can be loaded in the browser
>> in less than 100 ms.
>>
>> Have Fun!
>> Jan Burse, 06.04.2023, http://www.xlog.ch/

Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)

<u3dp96$cj3e$1@solani.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2024&group=comp.lang.prolog#2024

  copy link   Newsgroups: comp.lang.prolog
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mostowski Collapse)
Newsgroups: comp.lang.prolog
Subject: Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)
Date: Tue, 9 May 2023 17:36:09 +0200
Message-ID: <u3dp96$cj3e$1@solani.org>
References: <u0md30$346r3$1@solani.org>
<627dcdbf-4caf-40d5-bdaa-8de22ea278c6n@googlegroups.com>
<u25v6b$3tcr7$1@solani.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 9 May 2023 15:36:06 -0000 (UTC)
Injection-Info: solani.org;
logging-data="412782"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.16
Cancel-Lock: sha1:50ZHpglkn2Vp7kAvgsPIxCcb0LM=
In-Reply-To: <u25v6b$3tcr7$1@solani.org>
X-User-ID: eJwNyckRwDAIBLCWuJajHGxC/yXEo6egzn7DHG7Yh2QsUEJR3wSDs5wy0bJt92DkHY/tMN1Wl9gg6ipOrUM/HX0UEg==
 by: Mostowski Collapse - Tue, 9 May 2023 15:36 UTC

Dogelog Player is a Prolog system that is
written 100% in Prolog that targets the
JavaScript and Python platform. So far we
supported HTML generation via a library(markup).
A new library(react) takes care of HTML events.
Here is a first report on its current state.

Armed with new API calls we could use some
Prolog code to register event handlers that
allow paning the content of SVG output area
by changing its coordinate system. Some corners
still need some work, but the solution has
already advanced to event capturing outside
of the initial target.

See also:

Preview library(react) for Dogelog Player
https://twitter.com/dogelogch/status/1655958238246973441

Preview library(react) for Dogelog Player
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb:
>
> Dogelog Player is a Prolog system that is 100%
> written in Prolog. Some of its ancestors is formerly
> Jekejeke Prolog which had a couple of toolings, such
> as a predicate index generator and a Prolog text pretty
> printer. We gave these tools a new spin.
>
> Instead of first loading the Prolog texts into
> the Prolog system, we deviced a new approach based
> on source to source transformation. Some hara-kiri
> experiments show that using a 100% Prolog implementations
> for the read and write routines gives an
> acceptable factor 4x slow down.
>
> See also:
>
> Indexer and Beautify for Dogelog Player
> https://twitter.com/dogelogch/status/1650486681575866369
>
> Indexer and Beautify for Dogelog Player
> https://www.facebook.com/groups/dogelog
>
> Mostowski Collapse schrieb:
>> Dogelog Player is a 100% Prolog implementation
>> of a Prolog system that targets the JavaScript and
>> he Python platform. We got interested in the JavaScript
>> Object Notation (JSON) format. We present a first
>> realization of a little unparser/parser library which
>> is again written in Prolog itself.
>>
>> Our Prolog systems get away without implementation
>> specific dict or string datatypes. Our register of sins only
>> contains new constants 0rNone, 0rFalse and 0rTrue. We
>> attribute the nice performance of the parser to a first
>> argument indexing programming style.
>>
>> See also:
>>
>> JSON Unparser/Parser in Dogelog Player
>> https://twitter.com/dogelogch/status/1647918275832033283
>>
>> JSON Unparser/Parser in Dogelog Player
>> https://www.facebook.com/groups/dogelog
>>
>> Mostowski Collapse schrieb am Donnerstag, 6. April 2023 um 14:14:26
>> UTC+2:
>>> Dear All,
>>>
>>> We are happy to announce a new edition of
>>> the Dogelog player:
>>>
>>> - library(compat):
>>> To match the Dogelog player's 100% Prolog label,
>>> we added the sort/2 and keysort/2 predicates,
>>> written in Prolog itself. In the Novacore sense,
>>> the implementation does not require additional
>>> native predicates and behaves the same under
>>> Python and JavaScript.
>>>
>>> - library(aggregate):
>>> We also added the predicates bagof/3 and setof/3,
>>> again written in Prolog itself. The implementation
>>> is once more, in the sense of Novacore, without
>>> additional native predicates, only term_variables/2
>>> was extended in term_variables/3.
>>>
>>> - Chat-80 Example:
>>> As a proof of concept for an application of these
>>> predicates, we ported Chat-80, a natural language
>>> question-answer system by D.H.D. Warren and F.C.N.
>>> Pereira, to Dogelog Player. It is transpiled
>>> about 400 kBytes that can be loaded in the browser
>>> in less than 100 ms.
>>>
>>> Have Fun!
>>> Jan Burse, 06.04.2023, http://www.xlog.ch/
>

Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)

<u4fehv$ba19$1@solani.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=2047&group=comp.lang.prolog#2047

  copy link   Newsgroups: comp.lang.prolog
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mostowski Collapse)
Newsgroups: comp.lang.prolog
Subject: Re: ANN: Dogelog Player 1.0.5 (Chat-80 in Novacore)
Date: Mon, 22 May 2023 12:01:35 +0200
Message-ID: <u4fehv$ba19$1@solani.org>
References: <u0md30$346r3$1@solani.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 22 May 2023 10:01:35 -0000 (UTC)
Injection-Info: solani.org;
logging-data="370729"; mail-complaints-to="abuse@news.solani.org"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Firefox/91.0 SeaMonkey/2.53.16
Cancel-Lock: sha1:dLPhx8ZjekLbMJJtZ/mbr7islho=
In-Reply-To: <u0md30$346r3$1@solani.org>
X-User-ID: eJwFwYEBwCAIA7CXLGsBz3Gd/H/CEj2JdDGV1Gii7tGeM5vlNQE0Y3WnJNqarnzpMJJB8Ltv7nBfYJ2CfzixFKU=
 by: Mostowski Collapse - Mon, 22 May 2023 10:01 UTC

Apache Ant Tasks is an XML based definition
format that is typically executed in a Java
runtime. It can provide a platform independent
model (PIM) for a variety of tasks. We began
using Ant Tasks for some testing automatization
in Dogelog Prolog.

We faced some challenges in defining the test
cases Prolog code as a single point of
truth (SPOT). By code refactoring and using
common features we arrived at covering Dogelog
Player, formerly Jekejeke Prolog, SWI-Prolog
and Trealla Prolog under one umbrella.

By means of argv Prolog flag and the initialzation/1
directive we wrote an universal testing scripts.
By further using Prolog system specific facades and
operating system specific Ant imports, we could
semi-automate the generation of a HTML report that
combines different Prolog system results
across Windows 10 and WSL2.

See also:

Ant Tasks for Dogelog Prolog
https://twitter.com/dogelogch/status/1660579469088702464

Ant Tasks for Dogelog Prolog
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb:
> Dear All,
>
> We are happy to announce a new edition of
> the Dogelog player:
>
> - library(compat):
> To match the Dogelog player's 100% Prolog label,
> we added the sort/2 and keysort/2 predicates,
> written in Prolog itself. In the Novacore sense,
> the implementation does not require additional
> native predicates and behaves the same under
> Python and JavaScript.
>
> - library(aggregate):
> We also added the predicates bagof/3 and setof/3,
> again written in Prolog itself. The implementation
> is once more, in the sense of Novacore, without
> additional native predicates, only term_variables/2
> was extended in term_variables/3.
>
> - Chat-80 Example:
> As a proof of concept for an application of these
> predicates, we ported Chat-80, a natural language
> question-answer system by D.H.D. Warren and F.C.N.
> Pereira, to Dogelog Player. It is transpiled
> about 400 kBytes that can be loaded in the browser
> in less than 100 ms.
>
> Have Fun!
> Jan Burse, 06.04.2023, http://www.xlog.ch/

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor