ANN: Dogelog Player 1.1.6 (HTTP Client)

Liste des GroupesRevenir à l prolog 
Sujet : ANN: Dogelog Player 1.1.6 (HTTP Client)
De : janburse (at) *nospam* fastmail.fm (Mild Shock)
Groupes : comp.lang.prolog
Date : 07. Mar 2024, 19:09:22
Autres entêtes
Message-ID : <uscsc2$12mjt$1@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.1
Dear All,
We are happy to announce a new edition
of the Dogelog player:
- Enhanced '$YIELD'/1:
   Previously the '$YIELD'/1 instruction was hard coded
to understand an integer for sleep/1 and an atom for
native library loading. The implementation has been
change to accept a Promise object, known from
JavaScript. Emulations were made available for
Java and Python.
- Async I/O:
   Based on the new '$YIELD'/1 and a buffer fast path
idea, the console reading, file property and file
reading have been asyncified. There is no change in
the Prolog API, files are still to be opened via the
ISO core open/3 and accessed via ISO core get_code/2
respectively ISO core peek_code/2. But input can now
be executed quasi-parallel by multiple tasks.
- HTTP client:
   The ISO core open/4 has been moved to the library(spin).
The support of the HTTP and HTTPS protocol in open/3
and open/4, has been extended from the JavaScript
browser to the JavaScript command line (by means of
new fetch in nodejs >21). Further supported targets
are now Python and Java (by means of new HTTP client
in JDK >21).
Have Fun!
Jan Burse, http://www.xlog.ch/ , 07.03.2024

Date Sujet#  Auteur
7 Mar 24 * ANN: Dogelog Player 1.1.6 (HTTP Client)6Mild Shock
10 Mar 24 +* Re: ANN: Dogelog Player 1.1.6 (HTTP Client)3Mild Shock
11 Mar 24 i`* Re: ANN: Dogelog Player 1.1.6 (HTTP Client)2Mild Shock
13 Mar 24 i `- Re: ANN: Dogelog Player 1.1.6 (HTTP Client)1Mild Shock
23 Mar 24 `* Re: ANN: Dogelog Player 1.1.6 (HTTP Client)2Mild Shock
2 Apr 24  `- Re: ANN: Dogelog Player 1.1.6 (HTTP Client)1Mild Shock

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal