Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

There are bugs and then there are bugs. And then there are bugs. -- Karl Lehenbauer


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

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

1
ANN: Dogelog Player 1.0.3 (Signal Handling)

<tq7ca5$17e51$2@solani.org>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=21181&group=comp.lang.python#21181

  copy link   Newsgroups: comp.lang.python
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janbu...@fastmail.fm (Mostowski Collapse)
Newsgroups: comp.lang.python
Subject: ANN: Dogelog Player 1.0.3 (Signal Handling)
Date: Wed, 18 Jan 2023 00:51:35 +0100
Message-ID: <tq7ca5$17e51$2@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 23:51:33 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1292449"; 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:8gVhkqbGO31XFShbu2VlzSSLjEY=
X-User-ID: eJwNy0kRADAIBDBLXAtFDkPBv4T2lVegzt5hDjcs1ip3k+1cZRUMaPiI8Tdd0JHouq3bcSWDoirrJxuiFZoHOFMVAw==
X-Mozilla-News-Host: news://news.solani.org:119
 by: Mostowski Collapse - Tue, 17 Jan 2023 23:51 UTC

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)

<dc411182-088d-40fa-ac9d-78cc3c16248en@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=21226&group=comp.lang.python#21226

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:ac8:4888:0:b0:3b6:8a8a:a2c0 with SMTP id i8-20020ac84888000000b003b68a8aa2c0mr348077qtq.375.1674225635623;
Fri, 20 Jan 2023 06:40:35 -0800 (PST)
X-Received: by 2002:a05:6214:3484:b0:534:7205:e661 with SMTP id
mr4-20020a056214348400b005347205e661mr787662qvb.46.1674225635389; Fri, 20 Jan
2023 06:40:35 -0800 (PST)
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.python
Date: Fri, 20 Jan 2023 06:40:35 -0800 (PST)
In-Reply-To: <tq7ca5$17e51$2@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: <tq7ca5$17e51$2@solani.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <dc411182-088d-40fa-ac9d-78cc3c16248en@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.3 (Signal Handling)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Fri, 20 Jan 2023 14:40:35 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Mostowski Collapse - Fri, 20 Jan 2023 14:40 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 Mittwoch, 18. Januar 2023 um 00:51:55 UTC+1:
> 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)

<029127e6-1658-4666-be33-84516c68dba3n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=21590&group=comp.lang.python#21590

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:ac8:5988:0:b0:3a8:12e6:67e7 with SMTP id e8-20020ac85988000000b003a812e667e7mr1859110qte.55.1675626098336;
Sun, 05 Feb 2023 11:41:38 -0800 (PST)
X-Received: by 2002:a05:622a:134c:b0:3b8:5b2f:35e9 with SMTP id
w12-20020a05622a134c00b003b85b2f35e9mr1910050qtk.342.1675626098115; Sun, 05
Feb 2023 11:41:38 -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.python
Date: Sun, 5 Feb 2023 11:41:37 -0800 (PST)
In-Reply-To: <dc411182-088d-40fa-ac9d-78cc3c16248en@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: <tq7ca5$17e51$2@solani.org> <dc411182-088d-40fa-ac9d-78cc3c16248en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <029127e6-1658-4666-be33-84516c68dba3n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.3 (Signal Handling)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Sun, 05 Feb 2023 19:41:38 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 4227
 by: Mostowski Collapse - Sun, 5 Feb 2023 19:41 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:40:47 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 Mittwoch, 18. Januar 2023 um 00:51:55 UTC+1:
> > 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)

<d0453791-f3e0-4854-b357-a58333f98169n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=21669&group=comp.lang.python#21669

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:ac8:580f:0:b0:3b8:6aaf:6ad with SMTP id g15-20020ac8580f000000b003b86aaf06admr3396759qtg.400.1676224448174;
Sun, 12 Feb 2023 09:54:08 -0800 (PST)
X-Received: by 2002:a25:f211:0:b0:802:ac78:1853 with SMTP id
i17-20020a25f211000000b00802ac781853mr2237320ybe.420.1676224447876; Sun, 12
Feb 2023 09:54:07 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.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.python
Date: Sun, 12 Feb 2023 09:54:07 -0800 (PST)
In-Reply-To: <029127e6-1658-4666-be33-84516c68dba3n@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: <tq7ca5$17e51$2@solani.org> <dc411182-088d-40fa-ac9d-78cc3c16248en@googlegroups.com>
<029127e6-1658-4666-be33-84516c68dba3n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d0453791-f3e0-4854-b357-a58333f98169n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.3 (Signal Handling)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Sun, 12 Feb 2023 17:54:08 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 5221
 by: Mostowski Collapse - Sun, 12 Feb 2023 17:54 UTC

We already reported about our new library(markup)
that allows non-blocking generation of tables and charts.
We will report here how two small additions allow the
smooth generation of animations.

To perform some animation our plan is to clear a SVG port,
then populate it, then sleep some time and then repeat the
process. Unfortunately auto-yielding might show an incomplete
scene causing flickering despite the double buffering. There is
a new predicate shield/1 to the rescue.

Dogelog Player: Smooth Prolog Driven Animations
https://twitter.com/dogelogch/status/1624825560202375168

Dogelog Player: Smooth Prolog Driven Animations
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb am Sonntag, 5. Februar 2023 um 20:41:48 UTC+1:
> 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:40:47 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 Mittwoch, 18. Januar 2023 um 00:51:55 UTC+1:
> > > 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)

<fdd191bd-10c0-4390-b970-ae1266424236n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=21878&group=comp.lang.python#21878

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:a05:6214:a64:b0:570:bd60:e1d7 with SMTP id ef4-20020a0562140a6400b00570bd60e1d7mr2147544qvb.8.1677189223990;
Thu, 23 Feb 2023 13:53:43 -0800 (PST)
X-Received: by 2002:a81:ae44:0:b0:52e:b718:24d5 with SMTP id
g4-20020a81ae44000000b0052eb71824d5mr3058666ywk.9.1677189223476; Thu, 23 Feb
2023 13:53:43 -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.python
Date: Thu, 23 Feb 2023 13:53:43 -0800 (PST)
In-Reply-To: <d0453791-f3e0-4854-b357-a58333f98169n@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: <tq7ca5$17e51$2@solani.org> <dc411182-088d-40fa-ac9d-78cc3c16248en@googlegroups.com>
<029127e6-1658-4666-be33-84516c68dba3n@googlegroups.com> <d0453791-f3e0-4854-b357-a58333f98169n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <fdd191bd-10c0-4390-b970-ae1266424236n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.3 (Signal Handling)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Thu, 23 Feb 2023 21:53:43 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2033
 by: Mostowski Collapse - Thu, 23 Feb 2023 21:53 UTC

The Dogelog Player is a Prolog system for the JavaScript
and the Python platform. On both platforms the Prolog
system is basically single-threaded but is executed as an
asynchronous procedure that automatically yields. We
recently added Ctrl-C and exception chaining.

We discovered the Logtalk idiom which provides a solution
in ISO core standard only to the cleanup problem of a
deterministic goal. We gave the idiom the new predicate name
setup_once_cleanup/3 and equipped it with exception
chaining, written in Prolog itself.

See also:

Dogelog Player: New Exception Chaining Feature
https://twitter.com/dogelogch/status/1628873166519926785

Dogelog Player: New Exception Chaining Feature
https://www.facebook.com/groups/dogelog

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor