Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"Cogito ergo I'm right and you're wrong." -- Blair Houghton


devel / comp.lang.python / Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)

SubjectAuthor
* ANN: Dogelog Player 1.0.4 (Time-Out Alarm)Mostowski Collapse
`* Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)Mostowski Collapse
 `* Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)Mostowski Collapse
  `* Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)Mostowski Collapse
   `* Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)Mostowski Collapse
    `* Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)Mostowski Collapse
     `* Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)Mostowski Collapse
      `* Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)Mostowski Collapse
       `- Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)Mostowski Collapse

1
ANN: Dogelog Player 1.0.4 (Time-Out Alarm)

<ttj1b5$1dbal$2@solani.org>

  copy mid

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

  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.4 (Time-Out Alarm)
Date: Mon, 27 Feb 2023 20:46:45 +0100
Message-ID: <ttj1b5$1dbal$2@solani.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 27 Feb 2023 19:46:45 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1486165"; 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:oHcneEf8KF4OdrE0vXi/eeHcyck=
X-User-ID: eJwVyMkRgDAMA8CWfElB5RgS918CMPtbJJ3PKoKF+XRN2dV3n4BLvla6Dpm1GQBM2dvuOTbIid7BPxLiSPYCNsEUpQ==
X-Mozilla-News-Host: news://news.solani.org:119
 by: Mostowski Collapse - Mon, 27 Feb 2023 19:46 UTC

Dear All,

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

- library(markup):
To facilitate the generation of HTML texts inside
the browser, format/2 now accepts ~a for HTML attributes
and ~c for URL components. Further there are predicates
tag/[1,2] that switch the stream to raw mode
instead XML encoding, so that tags can be written.

- New setup_once_cleanup/3:
Since a stop button and Ctrl-C key started to work,
we needed to think of a robust setup and cleanup method.
We noticed a Logtalk idiom in the wild which we extended
by signal shielding and exception chaining. Also there
is a novel catch/3 which matches the head of a chain.

- New time_out/2:
There is also new predicate time_out/2 to abort a goal
after some delay. Implemented via the event loop of
JavaScript respectively Python. The predicate is not yet
perfect, for example it cannot prematurely abort a sleep/1,
but it can already abort where the Prolog interpreter
yields or auto-yields.

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

Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)

<af4a96a8-3a59-40e0-968b-1d9af25dbfd2n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:ad4:4b70:0:b0:56e:96c3:e0f0 with SMTP id m16-20020ad44b70000000b0056e96c3e0f0mr986465qvx.0.1677893648949;
Fri, 03 Mar 2023 17:34:08 -0800 (PST)
X-Received: by 2002:a81:ac21:0:b0:534:2d49:7912 with SMTP id
k33-20020a81ac21000000b005342d497912mr2125338ywh.6.1677893648546; Fri, 03 Mar
2023 17:34:08 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.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: Fri, 3 Mar 2023 17:34:08 -0800 (PST)
In-Reply-To: <ttj1b5$1dbal$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: <ttj1b5$1dbal$2@solani.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <af4a96a8-3a59-40e0-968b-1d9af25dbfd2n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Sat, 04 Mar 2023 01:34:08 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 3082
 by: Mostowski Collapse - Sat, 4 Mar 2023 01:34 UTC

The Dogelog Player is a Prolog system written 100% in Prolog
that targets the Python and the JavaScript platform. It
features a Prolog engine that can suspend its execution,
either on the occasion of an explicit '$YIELD'/1 call or of an
implicit auto-yield, in case the later is enabled.

We stayed with the global state design of the Dogelog Player
but could nevertheless provide stackless and stackfull coroutines.
Our running example is two text echoing coroutines "tick" and
"tock", with different frequencies. Works fine on the Python
platform and the JavaScript platforms.

See also:

Multitasking with the Dogelog Player
https://twitter.com/dogelogch/status/1631827093758590976

Multitasking with the Dogelog Player
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb am Montag, 27. Februar 2023 um 20:47:03 UTC+1:
> Dear All,
>
> We are happy to announce a new edition
> of the Dogelog player:
>
> - library(markup):
> To facilitate the generation of HTML texts inside
> the browser, format/2 now accepts ~a for HTML attributes
> and ~c for URL components. Further there are predicates
> tag/[1,2] that switch the stream to raw mode
> instead XML encoding, so that tags can be written.
>
> - New setup_once_cleanup/3:
> Since a stop button and Ctrl-C key started to work,
> we needed to think of a robust setup and cleanup method.
> We noticed a Logtalk idiom in the wild which we extended
> by signal shielding and exception chaining. Also there
> is a novel catch/3 which matches the head of a chain.
>
> - New time_out/2:
> There is also new predicate time_out/2 to abort a goal
> after some delay. Implemented via the event loop of
> JavaScript respectively Python. The predicate is not yet
> perfect, for example it cannot prematurely abort a sleep/1,
> but it can already abort where the Prolog interpreter
> yields or auto-yields.
>
> Have Fun!
> Jan Burse, 27.02.2023
> http://www.xlog.ch/

Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)

<0ab2d028-0b01-46d3-b483-6f43c64df912n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:a05:6214:176f:b0:56e:9af3:44e0 with SMTP id et15-20020a056214176f00b0056e9af344e0mr2962418qvb.10.1678120350181;
Mon, 06 Mar 2023 08:32:30 -0800 (PST)
X-Received: by 2002:a81:a786:0:b0:52e:b74b:1b93 with SMTP id
e128-20020a81a786000000b0052eb74b1b93mr7445050ywh.0.1678120349855; Mon, 06
Mar 2023 08:32:29 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!weretis.net!feeder8.news.weretis.net!news.uzoreto.com!peer03.ams4!peer.am4.highwinds-media.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: Mon, 6 Mar 2023 08:32:29 -0800 (PST)
In-Reply-To: <af4a96a8-3a59-40e0-968b-1d9af25dbfd2n@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: <ttj1b5$1dbal$2@solani.org> <af4a96a8-3a59-40e0-968b-1d9af25dbfd2n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <0ab2d028-0b01-46d3-b483-6f43c64df912n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Mon, 06 Mar 2023 16:32:30 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 4358
 by: Mostowski Collapse - Mon, 6 Mar 2023 16:32 UTC

The Dogelog Player is a Prolog system written 100% in Prolog
that targets the Python and the JavaScript platform. We recently
made strides in providing call_later/2 and create_task/1 to launch
non-fibers and fibers. Unfortunately sleep/1 wasn’t interruptible so far.

The solution for both the JavaScript and the Python platform work
with an additional object waiter in the context of the main stack or a
side stack. Whereas the JavaScript solution is inspired by an
AbortController, the Python solution simply calls cancel() on a task.

See also:

Interruptible sleep/1 for the Dogelog Player
https://twitter.com/dogelogch/status/1632779077827297282

Interruptible sleep/1 for the Dogelog Player
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb am Samstag, 4. März 2023 um 02:34:17 UTC+1:
> The Dogelog Player is a Prolog system written 100% in Prolog
> that targets the Python and the JavaScript platform. It
> features a Prolog engine that can suspend its execution,
> either on the occasion of an explicit '$YIELD'/1 call or of an
> implicit auto-yield, in case the later is enabled.
>
> We stayed with the global state design of the Dogelog Player
> but could nevertheless provide stackless and stackfull coroutines.
> Our running example is two text echoing coroutines "tick" and
> "tock", with different frequencies. Works fine on the Python
> platform and the JavaScript platforms.
>
> See also:
>
> Multitasking with the Dogelog Player
> https://twitter.com/dogelogch/status/1631827093758590976
>
> Multitasking with the Dogelog Player
> https://www.facebook.com/groups/dogelog
> Mostowski Collapse schrieb am Montag, 27. Februar 2023 um 20:47:03 UTC+1:
> > Dear All,
> >
> > We are happy to announce a new edition
> > of the Dogelog player:
> >
> > - library(markup):
> > To facilitate the generation of HTML texts inside
> > the browser, format/2 now accepts ~a for HTML attributes
> > and ~c for URL components. Further there are predicates
> > tag/[1,2] that switch the stream to raw mode
> > instead XML encoding, so that tags can be written.
> >
> > - New setup_once_cleanup/3:
> > Since a stop button and Ctrl-C key started to work,
> > we needed to think of a robust setup and cleanup method.
> > We noticed a Logtalk idiom in the wild which we extended
> > by signal shielding and exception chaining. Also there
> > is a novel catch/3 which matches the head of a chain.
> >
> > - New time_out/2:
> > There is also new predicate time_out/2 to abort a goal
> > after some delay. Implemented via the event loop of
> > JavaScript respectively Python. The predicate is not yet
> > perfect, for example it cannot prematurely abort a sleep/1,
> > but it can already abort where the Prolog interpreter
> > yields or auto-yields.
> >
> > Have Fun!
> > Jan Burse, 27.02.2023
> > http://www.xlog.ch/

Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)

<f222cb85-b542-4c1f-9997-71bc2493e67dn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:ae9:ed4e:0:b0:72b:25b4:5661 with SMTP id c75-20020ae9ed4e000000b0072b25b45661mr1712375qkg.7.1678560903055;
Sat, 11 Mar 2023 10:55:03 -0800 (PST)
X-Received: by 2002:a81:a784:0:b0:541:6dce:50d6 with SMTP id
e126-20020a81a784000000b005416dce50d6mr1307788ywh.1.1678560902767; Sat, 11
Mar 2023 10:55:02 -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: Sat, 11 Mar 2023 10:55:02 -0800 (PST)
In-Reply-To: <0ab2d028-0b01-46d3-b483-6f43c64df912n@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: <ttj1b5$1dbal$2@solani.org> <af4a96a8-3a59-40e0-968b-1d9af25dbfd2n@googlegroups.com>
<0ab2d028-0b01-46d3-b483-6f43c64df912n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f222cb85-b542-4c1f-9997-71bc2493e67dn@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Sat, 11 Mar 2023 18:55:03 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Mostowski Collapse - Sat, 11 Mar 2023 18:55 UTC

The Dogelog Player is a Prolog system written 100%
in Prolog. It features a cross compiler and integrated
compiler. So far the Dogelog Player used a stream format
for its intermediate representation. We report some
results of a new AST format for the Dogelog Player.

Prolog systems should not have so much trouble dealing
with AST nodes, usually they have excellent sharing and
garbage collection. We changed the representation and
replaced the node atomic/1 by a new node const/1 that
can hold a ground term, allowing us a new analysis.

See also:

Dogelog Player: Using AST Compilation for Ground Analysis
https://twitter.com/dogelogch/status/1634625514076794880

Dogelog Player: Using AST Compilation for Ground Analysis
https://www.facebook.com/groups/dogelog

Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)

<f02359c6-e7f5-4b1a-bc1d-90ad1363335en@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:a05:620a:211b:b0:745:72b3:304f with SMTP id l27-20020a05620a211b00b0074572b3304fmr202280qkl.5.1678616202684;
Sun, 12 Mar 2023 03:16:42 -0700 (PDT)
X-Received: by 2002:a25:8d8e:0:b0:b30:2539:a2b0 with SMTP id
o14-20020a258d8e000000b00b302539a2b0mr4664404ybl.9.1678616202303; Sun, 12 Mar
2023 03:16:42 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.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 Mar 2023 03:16:42 -0700 (PDT)
In-Reply-To: <f222cb85-b542-4c1f-9997-71bc2493e67dn@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: <ttj1b5$1dbal$2@solani.org> <af4a96a8-3a59-40e0-968b-1d9af25dbfd2n@googlegroups.com>
<0ab2d028-0b01-46d3-b483-6f43c64df912n@googlegroups.com> <f222cb85-b542-4c1f-9997-71bc2493e67dn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <f02359c6-e7f5-4b1a-bc1d-90ad1363335en@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Sun, 12 Mar 2023 10:16:42 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3029
 by: Mostowski Collapse - Sun, 12 Mar 2023 10:16 UTC

We could complete our design of tasks and callbacks for
the Dogelog Player. There were some last minute changes
concerning the new data structure of task contexts. But we
are now in position to present our take and how for example
HTML animations could profit from it.

We wondered whether we can use tasks for multiple
HTML animations. Juggling with the DOM cursor is very
brittle and makes the code bloathed. Our new task contexts
came to the rescue, since we could realize a HTML animation
specific launchpad predicate.

See also:

Dogelog Player: Task Contexts for HTML Animations
https://twitter.com/dogelogch/status/1634726825229156352

Dogelog Player: Task Contexts for HTML Animations
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb am Samstag, 11. März 2023 um 19:55:14 UTC+1:
> The Dogelog Player is a Prolog system written 100%
> in Prolog. It features a cross compiler and integrated
> compiler. So far the Dogelog Player used a stream format
> for its intermediate representation. We report some
> results of a new AST format for the Dogelog Player.
>
> Prolog systems should not have so much trouble dealing
> with AST nodes, usually they have excellent sharing and
> garbage collection. We changed the representation and
> replaced the node atomic/1 by a new node const/1 that
> can hold a ground term, allowing us a new analysis.
>
> See also:
>
> Dogelog Player: Using AST Compilation for Ground Analysis
> https://twitter.com/dogelogch/status/1634625514076794880
>
> Dogelog Player: Using AST Compilation for Ground Analysis
> https://www.facebook.com/groups/dogelog

Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)

<1c980aee-341d-4d2e-8877-5f4e44978b84n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:a05:600c:444c:b0:3df:d8c9:caa7 with SMTP id v12-20020a05600c444c00b003dfd8c9caa7mr4278796wmn.4.1678811723594;
Tue, 14 Mar 2023 09:35:23 -0700 (PDT)
X-Received: by 2002:a05:6902:102c:b0:b4a:e062:3576 with SMTP id
x12-20020a056902102c00b00b4ae0623576mr330106ybt.13.1678811722802; Tue, 14 Mar
2023 09:35:22 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.128.88.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.python
Date: Tue, 14 Mar 2023 09:35:22 -0700 (PDT)
In-Reply-To: <f02359c6-e7f5-4b1a-bc1d-90ad1363335en@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: <ttj1b5$1dbal$2@solani.org> <af4a96a8-3a59-40e0-968b-1d9af25dbfd2n@googlegroups.com>
<0ab2d028-0b01-46d3-b483-6f43c64df912n@googlegroups.com> <f222cb85-b542-4c1f-9997-71bc2493e67dn@googlegroups.com>
<f02359c6-e7f5-4b1a-bc1d-90ad1363335en@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <1c980aee-341d-4d2e-8877-5f4e44978b84n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Tue, 14 Mar 2023 16:35:23 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Mostowski Collapse - Tue, 14 Mar 2023 16:35 UTC

This is a follow-up to our new AST based intermediate
representation compiler. The resulting instruction
stream exhibits more ground term sharing, also thanks
to a new instruction const/1. We started using it to
pre-process callbacks and tasks in Dogelog Player.

We then made an experiments with a new bind/3
predicate that adds an event listener to a DOM element
in the form of a clause thunk. The results are encouraging,
the example event listeners is able to visualize a click
to start/stop multiple animations.

See also:

Thunks: A Way of Compiling Callbacks and Tasks
https://twitter.com/dogelogch/status/1635667779129942026

Thunks: A Way of Compiling Callbacks and Tasks
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb am Sonntag, 12. März 2023 um 11:16:54 UTC+1:
> We could complete our design of tasks and callbacks for
> the Dogelog Player. There were some last minute changes
> concerning the new data structure of task contexts. But we
> are now in position to present our take and how for example
> HTML animations could profit from it.
>
> We wondered whether we can use tasks for multiple
> HTML animations. Juggling with the DOM cursor is very
> brittle and makes the code bloathed. Our new task contexts
> came to the rescue, since we could realize a HTML animation
> specific launchpad predicate.
>
> See also:
>
> Dogelog Player: Task Contexts for HTML Animations
> https://twitter.com/dogelogch/status/1634726825229156352
>
> Dogelog Player: Task Contexts for HTML Animations
> https://www.facebook.com/groups/dogelog
> Mostowski Collapse schrieb am Samstag, 11. März 2023 um 19:55:14 UTC+1:
> > The Dogelog Player is a Prolog system written 100%
> > in Prolog. It features a cross compiler and integrated
> > compiler. So far the Dogelog Player used a stream format
> > for its intermediate representation. We report some
> > results of a new AST format for the Dogelog Player.
> >
> > Prolog systems should not have so much trouble dealing
> > with AST nodes, usually they have excellent sharing and
> > garbage collection. We changed the representation and
> > replaced the node atomic/1 by a new node const/1 that
> > can hold a ground term, allowing us a new analysis.
> >
> > See also:
> >
> > Dogelog Player: Using AST Compilation for Ground Analysis
> > https://twitter.com/dogelogch/status/1634625514076794880
> >
> > Dogelog Player: Using AST Compilation for Ground Analysis
> > https://www.facebook.com/groups/dogelog

Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)

<tvfojp$2ein4$3@solani.org>

  copy mid

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

  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: Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)
Date: Wed, 22 Mar 2023 21:31:55 +0100
Message-ID: <tvfojp$2ein4$3@solani.org>
References: <ttj1b5$1dbal$2@solani.org>
<af4a96a8-3a59-40e0-968b-1d9af25dbfd2n@googlegroups.com>
<0ab2d028-0b01-46d3-b483-6f43c64df912n@googlegroups.com>
<f222cb85-b542-4c1f-9997-71bc2493e67dn@googlegroups.com>
<f02359c6-e7f5-4b1a-bc1d-90ad1363335en@googlegroups.com>
<1c980aee-341d-4d2e-8877-5f4e44978b84n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 22 Mar 2023 20:31:53 -0000 (UTC)
Injection-Info: solani.org;
logging-data="2575076"; 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:0RyjB+D+Pd4oiX1Xpc+pdZlwwAI=
X-User-ID: eJwFwQkBwDAIA0BLoSU8chgF/xJ2x2ti7Wo05XKlweZgBMvWy0XVSUz0SVcc/8wp+jRC890QVHxv1MwrUT85HRSb
In-Reply-To: <1c980aee-341d-4d2e-8877-5f4e44978b84n@googlegroups.com>
 by: Mostowski Collapse - Wed, 22 Mar 2023 20:31 UTC

Dogelog Player is a Prolog system 100% written
in Prolog itself. Recently the browser integration
got a new feature in the form of a bind/3 predicate,
that allows registering event listeners. We used it
to provide a little propositional minimal logic explorer.

We search natural deduction proofs and render them
in the HTML page. The used Prolog DOM built-ins
are still experimental. Interestingly, thanks to
a programming language analogy, our proof search
is analytic and needs less iterative deepening.

See also:

Minlog Explorer in Dogelog Player
https://twitter.com/dogelogch/status/1638628045081784321

Minlog Explorer in Dogelog Player
https://www.facebook.com/groups/dogelog

Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)

<a0c57a44-eb71-401c-9a8e-f581ef658e60n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:a05:622a:148f:b0:3e4:e076:c4a9 with SMTP id t15-20020a05622a148f00b003e4e076c4a9mr492108qtx.10.1679761754673;
Sat, 25 Mar 2023 09:29:14 -0700 (PDT)
X-Received: by 2002:a05:6808:aae:b0:389:14f:d84e with SMTP id
r14-20020a0568080aae00b00389014fd84emr316130oij.6.1679761754321; Sat, 25 Mar
2023 09:29:14 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.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: Sat, 25 Mar 2023 09:29:14 -0700 (PDT)
In-Reply-To: <tvfojp$2ein4$3@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: <ttj1b5$1dbal$2@solani.org> <af4a96a8-3a59-40e0-968b-1d9af25dbfd2n@googlegroups.com>
<0ab2d028-0b01-46d3-b483-6f43c64df912n@googlegroups.com> <f222cb85-b542-4c1f-9997-71bc2493e67dn@googlegroups.com>
<f02359c6-e7f5-4b1a-bc1d-90ad1363335en@googlegroups.com> <1c980aee-341d-4d2e-8877-5f4e44978b84n@googlegroups.com>
<tvfojp$2ein4$3@solani.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <a0c57a44-eb71-401c-9a8e-f581ef658e60n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Sat, 25 Mar 2023 16:29:14 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3408
 by: Mostowski Collapse - Sat, 25 Mar 2023 16:29 UTC

Dogelog Player is a Prolog system 100% written in Prolog itself
that targets the JavaScript and the Python platform. On the
JavaScript platform the Prolog system can directly run in
the browser. There exists a DOM-API in the form of library(markup).

Related approaches were already pioneered by Tau-Prolog.
We recently developed a sequent system proof search in Prolog
for minimal logic, and used the library to display natural
deduction proofs. We report about an extenson to first order logic.

Gerhard Gentzens paper “Untersuchungen über das logische
Schließen” in 1934 is a real treasure when it comes to theorem
proving. In the classical case it highlights a number of optimizations,
which we could realize in a Prolog technology prover, that despite

the cut-elimination can extract and display natural
deduction proofs for classical first order logic.

See also:

Drinker Paradox in Dogelog Player
https://twitter.com/dogelogch/status/1639662487317389316

Drinker Paradox in Dogelog Player
https://www.facebook.com/groups/dogelog

Mostowski Collapse schrieb am Mittwoch, 22. März 2023 um 21:32:14 UTC+1:
> Dogelog Player is a Prolog system 100% written
> in Prolog itself. Recently the browser integration
> got a new feature in the form of a bind/3 predicate,
> that allows registering event listeners. We used it
> to provide a little propositional minimal logic explorer.
>
> We search natural deduction proofs and render them
> in the HTML page. The used Prolog DOM built-ins
> are still experimental. Interestingly, thanks to
> a programming language analogy, our proof search
> is analytic and needs less iterative deepening.
>
> See also:
>
> Minlog Explorer in Dogelog Player
> https://twitter.com/dogelogch/status/1638628045081784321
>
> Minlog Explorer in Dogelog Player
> https://www.facebook.com/groups/dogelog

Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)

<cdd093da-5863-44a1-ac47-649eb13e1168n@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.python
X-Received: by 2002:ad4:4e46:0:b0:5c2:cf23:63d7 with SMTP id eb6-20020ad44e46000000b005c2cf2363d7mr6201977qvb.8.1680390667004;
Sat, 01 Apr 2023 16:11:07 -0700 (PDT)
X-Received: by 2002:a9d:7301:0:b0:698:6b65:f563 with SMTP id
e1-20020a9d7301000000b006986b65f563mr9907153otk.4.1680390666722; Sat, 01 Apr
2023 16:11:06 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.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: Sat, 1 Apr 2023 16:11:06 -0700 (PDT)
In-Reply-To: <a0c57a44-eb71-401c-9a8e-f581ef658e60n@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: <ttj1b5$1dbal$2@solani.org> <af4a96a8-3a59-40e0-968b-1d9af25dbfd2n@googlegroups.com>
<0ab2d028-0b01-46d3-b483-6f43c64df912n@googlegroups.com> <f222cb85-b542-4c1f-9997-71bc2493e67dn@googlegroups.com>
<f02359c6-e7f5-4b1a-bc1d-90ad1363335en@googlegroups.com> <1c980aee-341d-4d2e-8877-5f4e44978b84n@googlegroups.com>
<tvfojp$2ein4$3@solani.org> <a0c57a44-eb71-401c-9a8e-f581ef658e60n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <cdd093da-5863-44a1-ac47-649eb13e1168n@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.0.4 (Time-Out Alarm)
From: burse...@gmail.com (Mostowski Collapse)
Injection-Date: Sat, 01 Apr 2023 23:11:06 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2300
 by: Mostowski Collapse - Sat, 1 Apr 2023 23:11 UTC

Dogelog Player is a Prolog system that is 100%
written in Prolog. To deserve the later label, it
would need to have predicates such as keysort/2,
bagof/3, etc.. also written in Prolog itself.

We added according realizations to demonstrate
Chat-80 in Dogelog Player. As a little extra experiment
we transpiled Chat-80 into a single JavaScript file.
The result is a .mjs file which occupies around

400 kBytes and that loads in less than 100ms. One
can now admire Chat-80 in the browser, answering
questions of a toy world that existed 40 years ago.

See also:

Chat-80 in Dogelog Player
https://twitter.com/dogelogch/status/1642301753147129857

Chat-80 in Dogelog Player
https://www.facebook.com/groups/dogelog

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor