Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

Disclaimer: "These opinions are my own, though for a small fee they be yours too." -- Dave Haynie


devel / comp.lang.prolog / ANN: Dogelog Player 1.0.3 (Signal Handling)

SubjectAuthor
* ANN: Dogelog Player 1.0.3 (Signal Handling)Mostowski Collapse
`* ANN: Dogelog Player 1.0.3 (Signal Handling)Mostowski Collapse
 `- ANN: Dogelog Player 1.0.3 (Signal Handling)Mostowski Collapse

1
ANN: Dogelog Player 1.0.3 (Signal Handling)

<tq6oa8$17tnb$1@solani.org>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=2787&group=comp.lang.prolog#2787

  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.3 (Signal Handling)
Date: Tue, 17 Jan 2023 19:10:16 +0100
Message-ID: <tq6oa8$17tnb$1@solani.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 17 Jan 2023 18:10:16 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1308395"; 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.15
Cancel-Lock: sha1:rO64vYkjQDDtQSWgQezyaShvQ28=
X-Mozilla-News-Host: news://news.solani.org:119
X-User-ID: eJwNxcEBwCAIA8CVQEnAcQBl/xHa+xw2le1G0DCY9L8iAqcYmdO3NWsQrReLFeJjI9NlTykvK/r13We7vIUPd+oWhA==
 by: Mostowski Collapse - Tue, 17 Jan 2023 18:10 UTC

Dear All,

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

- Signal Handling:
The Dogelog player now provides a post() routine
in the target language, which allows a rudimentary
posting of an exception to the Prolog interpreter.
This is already used in browser examples
for a button to abort Prolog execution.

- library(compat):
We added some bitwise operation which are outside
the ISO core standard, such as the evaluable
functions msb/1, lsb/1, etc.. Unfortunately not
all target languages have good support, so that
the implementations are a little bit a cludge.

- library(format):
Thats a new library with native support by
atom_number/4 for the various target languages.
The format/[2,3] itself is a pure Prolog implementation
still very minimal, without tab-stops, which
we will possibly anyway not need when later
generating HTML DOM.

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

Re: ANN: Dogelog Player 1.0.3 (Signal Handling)

<f2e5ce3b-c54a-4050-aa8a-c91ab1e6a1e1n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=2788&group=comp.lang.prolog#2788

  copy link   Newsgroups: comp.lang.prolog
X-Received: by 2002:a05:6214:3483:b0:534:dfd1:419d with SMTP id mr3-20020a056214348300b00534dfd1419dmr892738qvb.102.1674225582077;
Fri, 20 Jan 2023 06:39:42 -0800 (PST)
X-Received: by 2002:aca:590b:0:b0:364:42a0:a0b6 with SMTP id
n11-20020aca590b000000b0036442a0a0b6mr704187oib.136.1674225581747; Fri, 20
Jan 2023 06:39:41 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!2.eu.feeder.erje.net!feeder.erje.net!fdn.fr!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: Fri, 20 Jan 2023 06:39:41 -0800 (PST)
In-Reply-To: <tq6oa8$17tnb$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: <tq6oa8$17tnb$1@solani.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f2e5ce3b-c54a-4050-aa8a-c91ab1e6a1e1n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.3 (Signal Handling)
From: bursejan@gmail.com (Mostowski Collapse)
Injection-Date: Fri, 20 Jan 2023 14:39:42 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Mostowski Collapse - Fri, 20 Jan 2023 14:39 UTC

Dogelog player is a Prolog system written 100%
in Prolog targetting the JavaScript and the Python
platform. We have adopted the core benchmark suite
from formerly Jekejeke Prolog and usually run it for
both nodeJS and PyPy.

The benchmark suite gives some proof that the new
PyPy v7.3.10 offers a significant speed-up of ca. 25%
over its previous versions. We report month-to-month
benchmark results and some thoughts on the future
of the Dogelog player.

The new PyPy v7.3.10 is a motivation to keep the Python
target platform for the Dogelog player. It seems that
PyPy has once narrowed the gap to nodeJS. On the
other hand the Dogelog player gets reminded to
investigate new ideas such as an auto tuning garbage

collector and hopefully a speed-up changelog as well.

Dogelog Player: New PyPy offers significant Speed-Up
https://twitter.com/dogelogch/status/1616443102574809088

Dogelog Player: New PyPy offers significant Speed-Up
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb am Dienstag, 17. Januar 2023 um 19:10:18 UTC+1:
> Dear All,
>
> We are happy to announce a new edition
> of the Dogelog player:
>
> - Signal Handling:
> The Dogelog player now provides a post() routine
> in the target language, which allows a rudimentary
> posting of an exception to the Prolog interpreter.
> This is already used in browser examples
> for a button to abort Prolog execution.
>
> - library(compat):
> We added some bitwise operation which are outside
> the ISO core standard, such as the evaluable
> functions msb/1, lsb/1, etc.. Unfortunately not
> all target languages have good support, so that
> the implementations are a little bit a cludge.
>
> - library(format):
> Thats a new library with native support by
> atom_number/4 for the various target languages.
> The format/[2,3] itself is a pure Prolog implementation
> still very minimal, without tab-stops, which
> we will possibly anyway not need when later
> generating HTML DOM.
>
> Have Fun!
> Jan Burse, 17.01.2023
> http://www.xlog.ch/

Re: ANN: Dogelog Player 1.0.3 (Signal Handling)

<ed5e3384-104a-4796-a1aa-00a7cf8062a2n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=2809&group=comp.lang.prolog#2809

  copy link   Newsgroups: comp.lang.prolog
X-Received: by 2002:a05:620a:1489:b0:71c:3b4e:9a47 with SMTP id w9-20020a05620a148900b0071c3b4e9a47mr1164412qkj.416.1675626048270;
Sun, 05 Feb 2023 11:40:48 -0800 (PST)
X-Received: by 2002:a05:6808:4cf:b0:368:356e:850b with SMTP id
a15-20020a05680804cf00b00368356e850bmr992374oie.262.1675626047940; Sun, 05
Feb 2023 11:40:47 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.prolog
Date: Sun, 5 Feb 2023 11:40:47 -0800 (PST)
In-Reply-To: <f2e5ce3b-c54a-4050-aa8a-c91ab1e6a1e1n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=77.57.53.44; posting-account=UjEXBwoAAAAOk5fiB8WdHvZddFg9nJ9r
NNTP-Posting-Host: 77.57.53.44
References: <tq6oa8$17tnb$1@solani.org> <f2e5ce3b-c54a-4050-aa8a-c91ab1e6a1e1n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <ed5e3384-104a-4796-a1aa-00a7cf8062a2n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.3 (Signal Handling)
From: bursejan@gmail.com (Mostowski Collapse)
Injection-Date: Sun, 05 Feb 2023 19:40:48 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 4251
 by: Mostowski Collapse - Sun, 5 Feb 2023 19:40 UTC

The Dogelog Player is a Prolog system that is 100%
implemented in Prolog itself. Although browsers provide
a document.write() JavaScript call, we created a
library(markup) that allows a more concurrent and
chirurgical output into an existing document.

The new library(markup) provides two enhancements,
escaped current output and new predicates. The new
predicate tag/2 that combines tag/1 with format_atom/3
offers quite some synergy. The new table generator and the
new chart generator provide encouraging examples.

See also:

Dogelog Player: Non-Blocking Generation of Tables and Charts
https://twitter.com/dogelogch/status/1622316063869358086

Dogelog Player: Non-Blocking Generation of Tables and Charts
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb am Freitag, 20. Januar 2023 um 15:39:43 UTC+1:
> Dogelog player is a Prolog system written 100%
> in Prolog targetting the JavaScript and the Python
> platform. We have adopted the core benchmark suite
> from formerly Jekejeke Prolog and usually run it for
> both nodeJS and PyPy.
>
> The benchmark suite gives some proof that the new
> PyPy v7.3.10 offers a significant speed-up of ca. 25%
> over its previous versions. We report month-to-month
> benchmark results and some thoughts on the future
> of the Dogelog player.
>
> The new PyPy v7.3.10 is a motivation to keep the Python
> target platform for the Dogelog player. It seems that
> PyPy has once narrowed the gap to nodeJS. On the
> other hand the Dogelog player gets reminded to
> investigate new ideas such as an auto tuning garbage
>
> collector and hopefully a speed-up changelog as well.
>
> Dogelog Player: New PyPy offers significant Speed-Up
> https://twitter.com/dogelogch/status/1616443102574809088
>
> Dogelog Player: New PyPy offers significant Speed-Up
> https://www.facebook.com/groups/dogelog
> Mostowski Collapse schrieb am Dienstag, 17. Januar 2023 um 19:10:18 UTC+1:
> > Dear All,
> >
> > We are happy to announce a new edition
> > of the Dogelog player:
> >
> > - Signal Handling:
> > The Dogelog player now provides a post() routine
> > in the target language, which allows a rudimentary
> > posting of an exception to the Prolog interpreter.
> > This is already used in browser examples
> > for a button to abort Prolog execution.
> >
> > - library(compat):
> > We added some bitwise operation which are outside
> > the ISO core standard, such as the evaluable
> > functions msb/1, lsb/1, etc.. Unfortunately not
> > all target languages have good support, so that
> > the implementations are a little bit a cludge.
> >
> > - library(format):
> > Thats a new library with native support by
> > atom_number/4 for the various target languages.
> > The format/[2,3] itself is a pure Prolog implementation
> > still very minimal, without tab-stops, which
> > we will possibly anyway not need when later
> > generating HTML DOM.
> >
> > Have Fun!
> > Jan Burse, 17.01.2023
> > http://www.xlog.ch/

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor