Deutsch   English   Français   Italiano  
<v2kb7s$kakr$1@solani.org>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: Mild Shock <janburse@fastmail.fm>
Newsgroups: comp.lang.prolog
Subject: ANN: Dogelog Player 1.2.0 (Binary Streams)
Date: Wed, 22 May 2024 10:43:40 +0200
Message-ID: <v2kb7s$kakr$1@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:43:40 -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:xrhmRKLWfRZPqQPZ3ZYkIoCnfTU=
X-Mozilla-News-Host: news://news.solani.org:119
X-User-ID: eJwFwQkBACAIA8BKTJ5JHETpH8E710A0LTzMxwfyaFmBUaIFXadTuSbo78J4lyBmtlfq4ap9MSw3S6bgfD+oFNQ=
Bytes: 2012
Lines: 30

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/