Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.prolog > #14352
| From | Mild Shock <janburse@fastmail.fm> |
|---|---|
| Newsgroups | comp.lang.prolog |
| Subject | Re: ANN: Dogelog Player 1.2.5 (bun.js Support) |
| Date | 2024-12-07 14:27 +0100 |
| Message-ID | <vj1igm$u605$1@solani.org> (permalink) |
| References | <viqrmd$qnts$1@solani.org> <vj1cj8$329t4$1@dont-email.me> |
I was doing a littl research, different versions of Java usually adopt "java" as the command line for the bytecode interpreter and JIT compiler. Maybe thats why the arch linux packages shows a lot of different Java systems. But in fact it must be above version 21, otherwise it doesn't run. It is particular tested with Oracle Java and GraalVM Java, version 23, but version 21 would also do at the moment. But now have at least "node" and "bun" for JavaScript, and as well at least "pypy3" and "python3" for Python. But the arch packages show dependencies to "python3" and "node". But in fact this is again not extremly hard wired for Dogelog Player. In fact "pypy3" is recommended over "python3", since its faster. For "bun" versus "node" I don't know yet, one has to observe the situation. Version wise also certain older versions don't work. Maybe I should publish the version requirements somewhere. But its hard to judge sometimes. You can do this check to see whether your versions that you have on your system are compatible: mkdir xlog cd xlog git clone https://www.dogelog.ch/dogelog/.git git clone https://www.novacuor.ch/novacore/.git cd novacore ant -f harness/run.xml webfsd -p 8598 Look at the test results via: http://localhost:8598/ Aleks Grabowski schrieb: > Date :Thu, 5 Dec 2024 01:21:33 +0100. Mild Shock wrote: > >> Dear All, >> >> We are happy to announce a new edition of the Dogelog player: >> >> - New library(util/tree): >> This is the second library we have created that >> is based on the change_arg/3 predicate and provides a non-backtracking >> capable data structure. This time we created red-black trees. >> >> - Improved library(aggregate): >> First, a new implementation using library(util/tree) >> was planned. But we finally decided to use the faster >> library(util/hash) together with keysort/2. A new predicate >> unnumbervars/3 ensures the creation of variables. >> >> - bun.js Support: >> To use bun.js, we fixed a programming error by >> replacing our OS success test with falsy tests (!err). >> We found 4 non-critical discrepancies with node.js. The performance lags >> slightly behind node.js because the JavaScript version is older. >> >> Have Fun! > > Hi all, > > Same as in previous post. Arch AUR package was also updated. > > https://aur.archlinux.org/packages/dogelog-node > https://aur.archlinux.org/packages/dogelog-java > https://aur.archlinux.org/packages/dogelog-py > > P.S. I will need to write a hook to automatically send usenet > announcement > on every commit that updates version. >
Back to comp.lang.prolog | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
ANN: Dogelog Player 1.2.5 (bun.js Support) Mild Shock <janburse@fastmail.fm> - 2024-12-05 01:21 +0100
Re: ANN: Dogelog Player 1.2.5 (bun.js Support) Aleks Grabowski <prolog@asap.mozmail.com> - 2024-12-07 11:46 +0000
Re: ANN: Dogelog Player 1.2.5 (bun.js Support) Mild Shock <janburse@fastmail.fm> - 2024-12-07 14:27 +0100
Re: ANN: Dogelog Player 1.2.5 (bun.js Support) Mild Shock <janburse@fastmail.fm> - 2024-12-07 14:38 +0100
Re: ANN: Dogelog Player 1.2.5 (bun.js Support) Aleks Grabowski <prolog@asap.mozmail.com> - 2024-12-19 11:31 +0000
Re: ANN: Dogelog Player 1.2.5 (bun.js Support) Mild Shock <janburse@fastmail.fm> - 2024-12-19 17:00 +0100
Re: ANN: Dogelog Player 1.2.5 (bun.js Support) Mild Shock <janburse@fastmail.fm> - 2024-12-12 16:12 +0100
Re: ANN: Dogelog Player 1.2.5 (bun.js Support) Mild Shock <janburse@fastmail.fm> - 2025-01-13 17:45 +0100
csiph-web