Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

On the Internet, nobody knows you're a dog. -- Cartoon caption


devel / comp.lang.java.programmer / ANN: Dogelog Player 1.1.3 (Tuning Trilogy)

SubjectAuthor
* ANN: Dogelog Player 1.1.3 (Tuning Trilogy)Mild Shock
`* Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)Mild Shock
 `* Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)Mild Shock
  `* Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)Mild Shock
   `- Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)Mild Shock

1
ANN: Dogelog Player 1.1.3 (Tuning Trilogy)

<uih2k9$194oa$2@solani.org>

  copy mid

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

  copy link   Newsgroups: comp.lang.java.programmer
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 (Mild Shock)
Newsgroups: comp.lang.java.programmer
Subject: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)
Date: Wed, 8 Nov 2023 23:38:02 +0100
Message-ID: <uih2k9$194oa$2@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 8 Nov 2023 22:38:01 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1348362"; 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.17.1
Cancel-Lock: sha1:JArbKTQJx1RrnInf+XEWuwnDp9o=
X-User-ID: eJwNx8EBwCAIA8CVQEnAcRBk/xHa+x02leVG0DAYW7YumOw7IxsurOqR7h2+KvKt6j/m6jIaqXESOBIqT9gfWegVWA==
X-Mozilla-News-Host: news://news.solani.org:119
 by: Mild Shock - Wed, 8 Nov 2023 22:38 UTC

Dear All,

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

- Monomorphic Cache:
New episode in creating a Prolog system with no
atom table and no datatype string, only atoms. Like
formerly Jekejeke Prolog our Dogelog player has only
a provables table and inline caches, whereas we
didn't need polymorphic, only monomorphic.

- Neck Forms:
We allow the Prolog system to treat neck deterministic
built-ins in a special way so as to avoid the costly
creation of sub-goals. Intriguingly even more speed-up
can be gained in that the built-ins decide on their
own how to interpret the Albufeira code arguments.

- AST-Machine:
We abandoned the idea that Albufeira code is an
array of op-codes. The result is a a data structure
which is a chimera of PLM molecules and WAM structures.
Judging from our bechmark suite, this is the final
killing blow to formerly Jekejeke Prolog.

For more details: Dogelog

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

Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)

<uiiokg$1a0k5$3@solani.org>

  copy mid

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

  copy link   Newsgroups: comp.lang.java.programmer
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 (Mild Shock)
Newsgroups: comp.lang.java.programmer
Subject: Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)
Date: Thu, 9 Nov 2023 14:59:46 +0100
Message-ID: <uiiokg$1a0k5$3@solani.org>
References: <uih2k9$194oa$2@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 9 Nov 2023 13:59:44 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1376901"; 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.17.1
Cancel-Lock: sha1:56zn90oOFMk8qupPnFlewB+OPDo=
X-User-ID: eJwFwYkBwCAIA8CVEBPUcXia/UfoHXes6INggKK+EQ1+9/CMucTq8lm0CxwvtyI3MP2l6uGa4imTefqtwQ9VyxW7
In-Reply-To: <uih2k9$194oa$2@solani.org>
 by: Mild Shock - Thu, 9 Nov 2023 13:59 UTC

Raymond Smullyan posed the Lion and the Unicorn riddle
inspired by a story about Alice from Lewis Carroll.
A Prolog solution was given in a Paper from 1986 about
VM/Prolog. The paper discussed theorem proving versus
logic programming with Prolog. We give a variant of
this solution and discuss the involved meta predicates.

We presented a solution based on a user defined meta
predicate contrary/2. Differences in negation of
failure made us curious how other Prolog systems
perform. Dogelog Player with a simple strategy for
meta predicates without sacrificing ISO core standard
compatibility, lands in the middle. Hence we could
demonstrate that one can have the cake and eat it too.

See also:

The Lion and the Unicorn met Dogelog
https://twitter.com/dogelogch/status/1722612860306821386

The Lion and the Unicorn met Dogelog
https://www.facebook.com/groups/dogelog

Mild Shock schrieb:
> Dear All,
>
> We are happy to announce a new edition of
> the Dogelog player:
>
> - Monomorphic Cache:
> New episode in creating a Prolog system with no
> atom table and no datatype string, only atoms. Like
> formerly Jekejeke Prolog our Dogelog player has only
> a provables table and inline caches, whereas we
> didn't need polymorphic, only monomorphic.
>
> - Neck Forms:
> We allow the Prolog system to treat neck deterministic
> built-ins in a special way so as to avoid the costly
> creation of sub-goals. Intriguingly even more speed-up
> can be gained in that the built-ins decide on their
> own how to interpret the Albufeira code arguments.
>
> - AST-Machine:
> We abandoned the idea that Albufeira code is an
> array of op-codes. The result is a a data structure
> which is a chimera of PLM molecules and WAM structures.
> Judging from our bechmark suite, this is the final
> killing blow to formerly Jekejeke Prolog.
>
> For more details: Dogelog
>
> Have Fun!
> Jan Burse, 08.11.2023, http://www.xlog.ch/

Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)

<ujkrrs$1r0vq$3@solani.org>

  copy mid

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

  copy link   Newsgroups: comp.lang.java.programmer
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 (Mild Shock)
Newsgroups: comp.lang.java.programmer
Subject: Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)
Date: Wed, 22 Nov 2023 13:23:25 +0100
Message-ID: <ujkrrs$1r0vq$3@solani.org>
References: <uih2k9$194oa$2@solani.org> <uiiokg$1a0k5$3@solani.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 22 Nov 2023 12:23:24 -0000 (UTC)
Injection-Info: solani.org;
logging-data="1934330"; 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.17.1
Cancel-Lock: sha1:3VxTJJwXLYu1uGv2OVoxEtRbzBk=
In-Reply-To: <uiiokg$1a0k5$3@solani.org>
X-User-ID: eJwFwYEBwDAEBMCVRHgxDl/2H6F3fnHAMDjM15eliM9eyhV4clpG0raP0V9R0dMrzapgSiE8WMtPh03qD2B0Fs8=
 by: Mild Shock - Wed, 22 Nov 2023 12:23 UTC

Dogelog Player is a Prolog system 100% written
in Prolog itself. We recently extended the Dogelog
Player to not only support JavaScript and Python,
but also Java as its target platform. For JavaScript
and Java, Dogelog Player approaches Prolog
atoms via wobbly Unicode.

We treat wobbly code points as first class citizen
and see to it that a conversion from wobbly pairs
to a steady points automatically happens, but the
reverse road is blocked. The results are encouraging
but support in other Prolog systems such as
SWI-Prolog is lacking.

See also:

Wobbly Unicode in Dogelog Player
https://twitter.com/dogelogch/status/1727300173968162983

Wobbly Unicode in Dogelog Player
https://www.facebook.com/groups/dogelog

Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)

<332ba8ab-3e6c-44f4-89bb-0422c79ad50an@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.java.programmer
X-Received: by 2002:ac8:574a:0:b0:41e:55ad:8211 with SMTP id 10-20020ac8574a000000b0041e55ad8211mr60178qtx.8.1700658740162; Wed, 22 Nov 2023 05:12:20 -0800 (PST)
X-Received: by 2002:a05:6a00:3110:b0:6c0:7069:6666 with SMTP id bi16-20020a056a00311000b006c070696666mr450126pfb.4.1700658739833; Wed, 22 Nov 2023 05:12:19 -0800 (PST)
Path: i2pn2.org!i2pn.org!news.1d4.us!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!69.80.99.14.MISMATCH!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.java.programmer
Date: Wed, 22 Nov 2023 05:12:19 -0800 (PST)
In-Reply-To: <ujkrrs$1r0vq$3@solani.org>
Injection-Info: google-groups.googlegroups.com; posting-host=77.57.50.239; posting-account=UjEXBwoAAAAOk5fiB8WdHvZddFg9nJ9r
NNTP-Posting-Host: 77.57.50.239
References: <uih2k9$194oa$2@solani.org> <uiiokg$1a0k5$3@solani.org> <ujkrrs$1r0vq$3@solani.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <332ba8ab-3e6c-44f4-89bb-0422c79ad50an@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)
From: burse...@gmail.com (Mild Shock)
Injection-Date: Wed, 22 Nov 2023 13:12:20 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 40
 by: Mild Shock - Wed, 22 Nov 2023 13:12 UTC

My thoughts and prayers to Prolog systems that
have under the hood UTF-8. This is a nasty test case
to a certain approach of surrogate pairs:

?- X = 'The \uD83D', Y = '\uDE02 dog', atom_concat(X, Y, Z).
X = 'The \ud83d', Y = '\ude02 dog', Z = 'The 😂 dog'.

Could mean 3 bytes UTF-8 at the end of the first Prolog
atom and 3 bytes UTF-8 at the start of the second Prolog
atom are converted into 4 bytes UTF-8.

See also:

The WTF-8 encoding
WTF-8 (Wobbly Transformation Format − 8-bit)
Simon Sapin, Mozilla - 23 February 2022
https://simonsapin.github.io/wtf-8/

Mild Shock schrieb am Mittwoch, 22. November 2023 um 13:23:33 UTC+1:
> Dogelog Player is a Prolog system 100% written
> in Prolog itself. We recently extended the Dogelog
> Player to not only support JavaScript and Python,
> but also Java as its target platform. For JavaScript
> and Java, Dogelog Player approaches Prolog
> atoms via wobbly Unicode.
>
> We treat wobbly code points as first class citizen
> and see to it that a conversion from wobbly pairs
> to a steady points automatically happens, but the
> reverse road is blocked. The results are encouraging
> but support in other Prolog systems such as
> SWI-Prolog is lacking.
>
> See also:
>
> Wobbly Unicode in Dogelog Player
> https://twitter.com/dogelogch/status/1727300173968162983
>
> Wobbly Unicode in Dogelog Player
> https://www.facebook.com/groups/dogelog

Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)

<0477d947-e6ff-4384-a465-e633acd1815fn@googlegroups.com>

  copy mid

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

  copy link   Newsgroups: comp.lang.java.programmer
X-Received: by 2002:a05:620a:1004:b0:768:421b:a142 with SMTP id z4-20020a05620a100400b00768421ba142mr412642qkj.4.1701033338780;
Sun, 26 Nov 2023 13:15:38 -0800 (PST)
X-Received: by 2002:a17:902:ec91:b0:1cc:3de5:d8a0 with SMTP id
x17-20020a170902ec9100b001cc3de5d8a0mr2300204plg.11.1701033338409; Sun, 26
Nov 2023 13:15:38 -0800 (PST)
Path: i2pn2.org!rocksolid2!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.java.programmer
Date: Sun, 26 Nov 2023 13:15:37 -0800 (PST)
In-Reply-To: <332ba8ab-3e6c-44f4-89bb-0422c79ad50an@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=77.57.50.239; posting-account=UjEXBwoAAAAOk5fiB8WdHvZddFg9nJ9r
NNTP-Posting-Host: 77.57.50.239
References: <uih2k9$194oa$2@solani.org> <uiiokg$1a0k5$3@solani.org>
<ujkrrs$1r0vq$3@solani.org> <332ba8ab-3e6c-44f4-89bb-0422c79ad50an@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <0477d947-e6ff-4384-a465-e633acd1815fn@googlegroups.com>
Subject: Re: ANN: Dogelog Player 1.1.3 (Tuning Trilogy)
From: burse...@gmail.com (Mild Shock)
Injection-Date: Sun, 26 Nov 2023 21:15:38 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Mild Shock - Sun, 26 Nov 2023 21:15 UTC

Dogelog Player is a Prolog system for the
JavaScript, Python and Java platform. We
were facing some test cases that created
huge amounts of Prolog terms and in the
same time had a failure driven loop removing
them at once again. Can our garbage collector
deal with that?

Tri-color can be used to identify old and
new variables. We went on and implemented a
variant of David Ungars generation scavenging.
We could gain various benefits with a new
gc_minor() routine, and the winner was a
backtracking friendly heuristic when to
call it or not.

See also:

Generational GC for Dogelog Player
https://twitter.com/dogelogch/status/1728641232413307092

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

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor