Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

You will be advanced socially, without any special effort on your part.


comp / comp.lang.python / ANN: Dogelog Player 1.2.0 (Binary Streams)

SubjectAuthor
* ANN: Dogelog Player 1.2.0 (Binary Streams)Mild Shock
+- Re: ANN: Dogelog Player 1.2.0 (Binary Streams)Mild Shock
+* Re: ANN: Dogelog Player 1.2.0 (Binary Streams)Mild Shock
|`* Re: ANN: Dogelog Player 1.2.0 (Binary Streams)Mild Shock
| `* Re: ANN: Dogelog Player 1.2.0 (Binary Streams)Mild Shock
|  `- Re: ANN: Dogelog Player 1.2.0 (Binary Streams)Mild Shock
`* Re: ANN: Dogelog Player 1.2.0 (Binary Streams)Mild Shock
 `* Re: ANN: Dogelog Player 1.2.0 (Binary Streams)Mild Shock
  `* Re: ANN: Dogelog Player 1.2.0 (Binary Streams)Mild Shock
   `- Re: ANN: Dogelog Player 1.2.0 (Binary Streams)Mild Shock

1
Subject: ANN: Dogelog Player 1.2.0 (Binary Streams)
From: Mild Shock
Newsgroups: comp.lang.python
Date: Wed, 22 May 2024 08:44 UTC
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: comp.lang.python
Subject: ANN: Dogelog Player 1.2.0 (Binary Streams)
Date: Wed, 22 May 2024 10:44:14 +0200
Message-ID: <v2kb8u$kakr$2@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 22 May 2024 08:44:14 -0000 (UTC)
Injection-Info: solani.org;
logging-data="666267"; 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.18.2
Cancel-Lock: sha1:bYqwtX5qeYFHF85ei4MikffmEn4=
X-Mozilla-News-Host: news://news.solani.org:119
X-User-ID: eJwNykcBwDAMBDBK8brEcDz5Q2j1lgkIdRUGtbWl6+lkHOIxbJjjm5B3aqJpH0/uQAnUciqV+QLSBRb4fz5JqxVg
View all headers

Dear All,

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

- Quasi-Parallel Loader:
The Prolog text loader is now task aware.
Although tasks are only quasi-parallel, issues
of mutex might appear, which have been solved
by using the meta call shield/1 which temporarly
disables auto-yield. Back traces showing the
current file loading chain are now task local.

- Binary Files:
As before the target platforms JavaScript
nodeJS, Python and Java support file system
access. A new open option type/1 has been added,
which can have the values 'text' or 'binary' and
which defaults to 'text'. 'binary' is simply
treated as 'text' with latin1 encoding instead of utf8.

- Binary HTTP:
To give the benefit of a simple binary
treatment to the HTTP protocol as well, i.e. no
extra get_byte/[1,2] builtins and no extra byte
array datatype, since codes and atoms can be used
as before, we braught the type/1 option to the
APIs of the HTTP clients and the HTTP servers.

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

Subject: Re: ANN: Dogelog Player 1.2.0 (Binary Streams)
From: Mild Shock
Newsgroups: comp.lang.python
Date: Sat, 1 Jun 2024 20:30 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: comp.lang.python
Subject: Re: ANN: Dogelog Player 1.2.0 (Binary Streams)
Date: Sat, 1 Jun 2024 22:30:34 +0200
Message-ID: <v3g0d9$12l8n$2@solani.org>
References: <v2kb8u$kakr$2@solani.org> <v36kfd$tfhj$4@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 1 Jun 2024 20:30:33 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1135895"; 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.18.2
Cancel-Lock: sha1:O1ZvO9ibaXp8IJSvbxdl7z9ju0U=
In-Reply-To: <v36kfd$tfhj$4@solani.org>
X-User-ID: eJwNycEBwCAIA8CVRBKQcRBh/xHa+x7VxMphNHA4HRIvsaLwznF1RUZ1/p+3cwukCV+zXifMlNuCFxp6KogPSaEUtg==
View all headers

Dogelog Player is a Prolog system 100% written
in Prolog itself. This goal cannot always be
sustained, especially when one wants to keep up
with the competition. We show how a native
implementation of sort/2 and keysort/2 lead us
to a new take on our garbage collection.

In the presence of native sort our trigger GC
becomes blind resulting in a memory overflow. We
therefore abandoned the corresponding bureaucracy
and opted for a simpler metronome GC. The approach
seems to work and we can demonstrate competitiveness.

See also:

Metronome GC for Dogelog Player
https://twitter.com/dogelogch/status/1797000216849039827

Metronome GC for Dogelog Player
https://www.facebook.com/groups/dogelog

Mild Shock schrieb:
>
> Dogelog Player is a Prolog system 100% written
> in Prolog itself. It is unique among Prolog systems
> in that it does not have a concept of a stack frame,
> so a DEC10 ancestor/1 built-in or even error
> backtraces are not available by design.
>
> We were interested in a larger example to see whether
> this design pays off. In the following we show an
> implementation of Linear Conflict A* Search to
> solve 8-puzzles and compare with newer Prolog
> systems such as Scryer Prolog and Trealla Prolog.
>
> One gets an itch more heuristic power by adding
> on top of Manhattan distance a goal conflict
> measure. Performance wise SWI-Prolog still
> leads the pack, but we leave behind both Scryer-Prolog
> and Trealla Prolog. Interestingly we are also
> not bugged by some break out in the 2nd test.
>
> See also:
>
> Linear Conflict A* Search in Dogelog Player
> https://www.facebook.com/groups/dogelog
>
> Linear Conflict A* Search in Dogelog Player
> https://twitter.com/dogelogch/status/1795710383682118115
>
> Mild Shock schrieb:
>> Dear All,
>>
>> We are happy to announce a new edition
>> of the Dogelog player:
>>
>> - Quasi-Parallel Loader:
>>    The Prolog text loader is now task aware.
>> Although tasks are only quasi-parallel, issues
>> of mutex might appear, which have been solved
>> by using the meta call shield/1 which temporarly
>> disables auto-yield. Back traces showing the
>> current file loading chain are now task local.
>>
>> - Binary Files:
>>    As before the target platforms JavaScript
>> nodeJS, Python and Java support file system
>> access. A new open option type/1 has been added,
>> which can have the values 'text' or 'binary' and
>> which defaults to 'text'. 'binary' is simply
>> treated as 'text' with latin1 encoding instead of utf8.
>>
>> - Binary HTTP:
>>    To give the benefit of a simple binary
>> treatment to the HTTP protocol as well, i.e. no
>> extra get_byte/[1,2] builtins and no extra byte
>> array datatype, since codes and atoms can be used
>> as before, we braught the type/1 option to the
>> APIs of the HTTP clients and the HTTP servers.
>>
>> Have Fun!
>> Jan Burse, 22.05.2024, http://www.xlog.ch/
>

Subject: Re: ANN: Dogelog Player 1.2.0 (Binary Streams)
From: Mild Shock
Newsgroups: comp.lang.python
Date: Wed, 19 Jun 2024 00:12 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: comp.lang.python
Subject: Re: ANN: Dogelog Player 1.2.0 (Binary Streams)
Date: Wed, 19 Jun 2024 02:12:18 +0200
Message-ID: <v4t7p3$1rd2b$2@solani.org>
References: <v2kb8u$kakr$2@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 19 Jun 2024 00:12:19 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1946699"; 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.18.2
Cancel-Lock: sha1:TacNIq4gMOSCTQ0s9FsBhXmmdGg=
X-User-ID: eJwFwYEBwCAIA7CXpBaY5yjQ/09Y4jssKhkedLmqOK92i6f1ItsubaGux3xIPFDTDR019k2HYsAzi6XJ/AGDvhaJ
In-Reply-To: <v2kb8u$kakr$2@solani.org>
View all headers

Dogelog Player is a Prolog system that supports
JavaScript, Python and Java in its targets. We
show how the JavaScript support can be used to
perform some proof search and proof rendering
directly in the browser. A versatile format for
proof objects are λμ-expressions.

We explored proof searches dubbed Dragalin and
Fitting, whereas the later outperforms the former.
The extracted λμ-expressions are used to display
Gentzen and Fitch style proofs. The Fitch style
proofs turn out to be more compact, but we are
still investigating some further reductions.

See also:

Simple λμ-Calculus in Dogelog Player
https://twitter.com/dogelogch/status/1803200066066456876

Simple λμ-Calculus in Dogelog Player
https://www.facebook.com/groups/dogelog

Mild Shock schrieb:
> Dear All,
>
> We are happy to announce a new edition
> of the Dogelog player:
>
> - Quasi-Parallel Loader:
>   The Prolog text loader is now task aware.
> Although tasks are only quasi-parallel, issues
> of mutex might appear, which have been solved
> by using the meta call shield/1 which temporarly
> disables auto-yield. Back traces showing the
> current file loading chain are now task local.
>
> - Binary Files:
>   As before the target platforms JavaScript
> nodeJS, Python and Java support file system
> access. A new open option type/1 has been added,
> which can have the values 'text' or 'binary' and
> which defaults to 'text'. 'binary' is simply
> treated as 'text' with latin1 encoding instead of utf8.
>
> - Binary HTTP:
>   To give the benefit of a simple binary
> treatment to the HTTP protocol as well, i.e. no
> extra get_byte/[1,2] builtins and no extra byte
> array datatype, since codes and atoms can be used
> as before, we braught the type/1 option to the
> APIs of the HTTP clients and the HTTP servers.
>
> Have Fun!
> Jan Burse, 22.05.2024, http://www.xlog.ch/

Subject: Re: ANN: Dogelog Player 1.2.0 (Binary Streams)
From: Mild Shock
Newsgroups: comp.lang.python
Date: Mon, 8 Jul 2024 05:33 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: comp.lang.python
Subject: Re: ANN: Dogelog Player 1.2.0 (Binary Streams)
Date: Mon, 8 Jul 2024 07:33:28 +0200
Message-ID: <v6ftn8$appo$2@solani.org>
References: <v2kb8u$kakr$2@solani.org> <v4t7p3$1rd2b$2@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 8 Jul 2024 05:33:28 -0000 (UTC)
Injection-Info: solani.org;
logging-data="354104"; 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.18.2
Cancel-Lock: sha1:eP6xR9mj6BMNvmNYx7MzGRHy6cs=
In-Reply-To: <v4t7p3$1rd2b$2@solani.org>
X-User-ID: eJwdyMENwDAIBLCVOOAgjJM2sP8IqfqyZFog3vRgOIdjOZMO22hsw59Z7b1aDiFU9kPR7apjZaz6WAGcOiPrAjDmFFA=
View all headers

We have retracted our simple λμ-calculus blog
post until we have explored its model and proof
theory more thoroughly. Meanwhile we made a
little tool that finds counter models for
propositional formulas in a couple of
intermediate logics between minimal logic
and classical logic.

The easy part was McCunes Mace4 model finder
and standard translation for propositional modal
logic K and modal logic S4. We then opted for
Segerbergs translation instead of Gödels translation,
and could build model finders for minimal logic,
Peirce’s logic and intuitionistic logic.

See also:

Segerberg Models in Dogelog Player
https://twitter.com/dogelogch/status/1810177721239998611

Segerberg Models in Dogelog Player
https://www.facebook.com/groups/dogelog

Mild Shock schrieb:
>
> Dogelog Player is a Prolog system that supports
> JavaScript, Python and Java in its targets. We
> show how the JavaScript support can be used to
> perform some proof search and proof rendering
> directly in the browser. A versatile format for
> proof objects are λμ-expressions.
>
> We explored proof searches dubbed Dragalin and
> Fitting, whereas the later outperforms the former.
> The extracted λμ-expressions are used to display
> Gentzen and Fitch style proofs. The Fitch style
> proofs turn out to be more compact, but we are
> still investigating some further reductions.
>
> See also:
>
> Simple λμ-Calculus in Dogelog Player
> https://twitter.com/dogelogch/status/1803200066066456876
>
> Simple λμ-Calculus in Dogelog Player
> https://www.facebook.com/groups/dogelog
>
> Mild Shock schrieb:
>> Dear All,
>>
>> We are happy to announce a new edition
>> of the Dogelog player:
>>
>> - Quasi-Parallel Loader:
>>    The Prolog text loader is now task aware.
>> Although tasks are only quasi-parallel, issues
>> of mutex might appear, which have been solved
>> by using the meta call shield/1 which temporarly
>> disables auto-yield. Back traces showing the
>> current file loading chain are now task local.
>>
>> - Binary Files:
>>    As before the target platforms JavaScript
>> nodeJS, Python and Java support file system
>> access. A new open option type/1 has been added,
>> which can have the values 'text' or 'binary' and
>> which defaults to 'text'. 'binary' is simply
>> treated as 'text' with latin1 encoding instead of utf8.
>>
>> - Binary HTTP:
>>    To give the benefit of a simple binary
>> treatment to the HTTP protocol as well, i.e. no
>> extra get_byte/[1,2] builtins and no extra byte
>> array datatype, since codes and atoms can be used
>> as before, we braught the type/1 option to the
>> APIs of the HTTP clients and the HTTP servers.
>>
>> Have Fun!
>> Jan Burse, 22.05.2024, http://www.xlog.ch/
>

Subject: Re: ANN: Dogelog Player 1.2.0 (Binary Streams)
From: Mild Shock
Newsgroups: comp.lang.python
Date: Tue, 9 Jul 2024 19:40 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: comp.lang.python
Subject: Re: ANN: Dogelog Player 1.2.0 (Binary Streams)
Date: Tue, 9 Jul 2024 21:40:37 +0200
Message-ID: <v6k3nk$dpk7$3@solani.org>
References: <v2kb8u$kakr$2@solani.org> <v4t7p3$1rd2b$2@solani.org>
<v6ftn8$appo$2@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 9 Jul 2024 19:40:36 -0000 (UTC)
Injection-Info: solani.org;
logging-data="452231"; 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.18.2
Cancel-Lock: sha1:8XB5iiaw8199m8kdoyWISaBKkGE=
X-User-ID: eJwFwQkBACAIA8BKyDM0DoLrH8G7MCx0OgIeDDLBKdpK1KiwuoUvwvc9qWLv0mt2G8fvYZluaMeRx1R0f33hFoo=
In-Reply-To: <v6ftn8$appo$2@solani.org>
View all headers

We have retracted our simple λμ-calculus blog
post until we have explored its model and proof
theory more thoroughly. Some of the model theory
has already been complete in a post on medium.com .
We here report on a puzzle stone in proof theory.

With the help of combinatorial logic,
unify_with_occurs_check/2 and a meta-interpreter
we can solve the type inhabitation problem brute
force in Prolog. This method is powerful enough
to assist us in a direct proof of Segerbergs 1968
result that JE = JP.

See also:

Segerberg Proofs in Dogelog Player
https://twitter.com/dogelogch/status/1810747113791442952

Segerberg Proofs in Dogelog Player
https://www.facebook.com/groups/dogelog

Mild Shock schrieb:
>
> We have retracted our simple λμ-calculus blog
> post until we have explored its model and proof
> theory more thoroughly. Meanwhile we made a
> little tool that finds counter models for
> propositional formulas in a couple of
> intermediate logics between minimal logic
> and classical logic.
>
> The easy part was McCunes Mace4 model finder
> and standard translation for propositional modal
> logic K and modal logic S4. We then opted for
> Segerbergs translation instead of Gödels translation,
> and could build model finders for minimal logic,
> Peirce’s logic and intuitionistic logic.
>
> See also:
>
> Segerberg Models in Dogelog Player
> https://twitter.com/dogelogch/status/1810177721239998611
>
> Segerberg Models in Dogelog Player
> https://www.facebook.com/groups/dogelog
>
> Mild Shock schrieb:
>>
>> Dogelog Player is a Prolog system that supports
>> JavaScript, Python and Java in its targets. We
>> show how the JavaScript support can be used to
>> perform some proof search and proof rendering
>> directly in the browser. A versatile format for
>> proof objects are λμ-expressions.
>>
>> We explored proof searches dubbed Dragalin and
>> Fitting, whereas the later outperforms the former.
>> The extracted λμ-expressions are used to display
>> Gentzen and Fitch style proofs. The Fitch style
>> proofs turn out to be more compact, but we are
>> still investigating some further reductions.
>>
>> See also:
>>
>> Simple λμ-Calculus in Dogelog Player
>> https://twitter.com/dogelogch/status/1803200066066456876
>>
>> Simple λμ-Calculus in Dogelog Player
>> https://www.facebook.com/groups/dogelog
>>
>> Mild Shock schrieb:
>>> Dear All,
>>>
>>> We are happy to announce a new edition
>>> of the Dogelog player:
>>>
>>> - Quasi-Parallel Loader:
>>>    The Prolog text loader is now task aware.
>>> Although tasks are only quasi-parallel, issues
>>> of mutex might appear, which have been solved
>>> by using the meta call shield/1 which temporarly
>>> disables auto-yield. Back traces showing the
>>> current file loading chain are now task local.
>>>
>>> - Binary Files:
>>>    As before the target platforms JavaScript
>>> nodeJS, Python and Java support file system
>>> access. A new open option type/1 has been added,
>>> which can have the values 'text' or 'binary' and
>>> which defaults to 'text'. 'binary' is simply
>>> treated as 'text' with latin1 encoding instead of utf8.
>>>
>>> - Binary HTTP:
>>>    To give the benefit of a simple binary
>>> treatment to the HTTP protocol as well, i.e. no
>>> extra get_byte/[1,2] builtins and no extra byte
>>> array datatype, since codes and atoms can be used
>>> as before, we braught the type/1 option to the
>>> APIs of the HTTP clients and the HTTP servers.
>>>
>>> Have Fun!
>>> Jan Burse, 22.05.2024, http://www.xlog.ch/
>>
>

Subject: Re: ANN: Dogelog Player 1.2.0 (Binary Streams)
From: Mild Shock
Newsgroups: comp.lang.python
Date: Mon, 22 Jul 2024 08:14 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!feeder3.eternal-september.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: janburse@fastmail.fm (Mild Shock)
Newsgroups: comp.lang.python
Subject: Re: ANN: Dogelog Player 1.2.0 (Binary Streams)
Date: Mon, 22 Jul 2024 10:14:18 +0200
Message-ID: <v7l4cp$64kc$2@solani.org>
References: <v2kb8u$kakr$2@solani.org> <v4t7p3$1rd2b$2@solani.org>
<v6ftn8$appo$2@solani.org> <v6k3nk$dpk7$3@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 22 Jul 2024 08:14:17 -0000 (UTC)
Injection-Info: solani.org;
logging-data="201356"; 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.18.2
Cancel-Lock: sha1:ZPFXXEVvR26+AwQIT+2HAGd2u+g=
In-Reply-To: <v6k3nk$dpk7$3@solani.org>
X-User-ID: eJwFwQkBACAIBLBKePxxQKF/BDdlO3ZdTE10dYEpJKdovCF4+T4WoSu8IBuAeiuO73nVg5lO7SHKKLllH0YxFbA=
View all headers

Dogelog Player is a Prolog system available for
JavaScript. Our original idea was to replicate
Knuth’s idea of literate programming for the web.
Diverting slightly from the batch processing
approach, we recently arrived at a new more online
approach of lite notebooks. We show Musser’s shuffling.

We carried over all the features of our old
literate programming notebooks. This includes
loading libraries, processing input text and
generating output text. Running Musser’s shuffling
doesn’t require a makefile or server roundtrips
and is as easy as pointing the browser to a HTML page.

See also:

Musser’s Shuffling as a Dogelog Notebook
https://twitter.com/dogelogch/status/1815296573506482526

Musser’s Shuffling as a Dogelog Notebook
https://www.facebook.com/groups/dogelog

1

rocksolid light 0.9.8
clearnet tor