Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #124335
| From | Mild Shock <janburse@fastmail.fm> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: ANN: Dogelog Player 1.1.6 (HTTP Client) |
| Date | 2024-03-28 00:21 +0100 |
| Message-ID | <uu29l6$1tab2$2@solani.org> (permalink) |
| References | (4 earlier) <utua87$1p5dq$1@dont-email.me> <utv78j$1s0nm$1@solani.org> <uu19fp$2sfj2$1@dont-email.me> <uu28re$1ta3r$1@solani.org> <uu29cp$1tab2$1@solani.org> |
So move your lazy ass become member of twitter or facebook, and also member of medium and qiita. I won't post full blog articles here on comp.lang.javascript, also not on comp.lang.python, or any other news group. I only post a short notice in news groups, when a new article is out of the oven. And don't post full articles. Also articles might cover more than the manuals, since articles are reports from the Dogelog Player research Lab. From steaming hot Lab logic programming experiments. Even more hotter than boring Soufflé that needs types. Mild Shock schrieb: > > Of course before reading anything about Dogelog Player > you have to start with the reference section also known > as bibliography, which is found at the end of PDF here: > > Dogelog Player Host Version 1.1.5, December 17, 2023 > https://www.novacuor.ch/doctab/rscsrv/docs/17_host/package.pdf > > You need to first understand the below things before > you dig and put your nose into Dogelog Player: > > [1] ISO (1995): Prolog, Part 1: General Core, > International Standard ISO/IEC 13211-1, First Edition, 1995-06-01 > http://www.iso.org/standard/21413.html > > [2] Clocksin, W. (1983): A portable Prolog compiler, Logic Programming > Workshop, Albufeira Portugal, January 1983 > http://www.softwarepreservation.org/projects/prolog/lisbon/lpw83/p74-Bowen.pdf > > > [3] Carlson, M. et al. (1988): Garbage collection for Prolog based on > WAM. Communications of the ACM 31, 6, 719–740, June 1988 > http://dl.acm.org/doi/10.1145/62959.62968 > > Dogelog Player implements variants of [1], [2] and [3]. > SWI-Prolog also implementes [3], but it doesn't implement > the generational part of [3]. Recently I managed to also > > implement the generatioal part of [3] via some coloring > approach. If I am not mistaken you find a blog about it > also announced here and somewhere on medium.com. > > And most recently I removed a cludge from change_arg/3 > also related to [3]. And according blog I also announced > here to be exact 5 days ago. Its also on medium.com. > > Maybe you need medium.com membership to be able to read it. > > Mild Shock schrieb: >> John Harris schrieb: >>> Your JavaScript code includes some form of garbage collection. Has >>> that influenced the data structures ? >> >> There is a long thread about the early Garbage Collection >> of Dogelog Player in comp.lang.python. Especially whether >> it can be made fast, with useful input from a few >> Pythonistas. >> >> Then I post regularly about the evolution of the GC >> of Dogelog Player. It was just posted a few days ago, >> when you were still on your silly tangent that my >> >> posts are nauseating. Now you are asking stuff, that >> I am anyway posting about. Whats is wrong with you? >> Do you have a PhD in being the most stupid person >> >> on this planet? See here, few days ago, >> to be exact 5 days ago: >> >> Mild Shock schrieb 23.03.2024, 16:43: >> > >> > Dogelog Player is a Prolog system that features >> > a generational garbage collector scheme and a >> > change_arg/3 primitive built-in. So far the two >> > didn’t go together and we had to use a cludge. >> > With the upcoming release we provide a proper >> > solution based on marking write-barriers. >> > >> > Our remembered set on the variable binding trail >> > has the benefit that it can reduce itself during >> > backtracking. By adopting conductor variables, i.e. >> > instantiated variables that are not trailed, from >> > formerly Jekejeke Prolog, we could recreate a >> > similar benefit for Dogelog Players change_arg/3. >> > >> > See also: >> > >> > Marking Write-Barriers for Dogelog Player >> > https://twitter.com/dogelogch/status/1771559896741192186 >> > >> > Marking Write-Barriers for Dogelog Player >> > https://www.facebook.com/groups/dogelog >
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar
ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-07 18:10 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-10 19:09 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-10 23:49 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-11 00:49 +0000
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-11 09:06 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-11 09:07 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-11 20:46 +0000
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-12 00:19 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-12 00:43 +0000
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-13 02:05 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-13 02:28 +0000
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-13 12:54 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-13 13:01 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-13 02:06 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-23 16:43 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) John Harris <niam@jghnorth.org.uk.invalid> - 2024-03-24 10:39 +0000
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-24 12:23 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) John Harris <niam@jghnorth.org.uk.invalid> - 2024-03-26 11:06 +0000
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-26 20:21 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-26 20:25 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) John Harris <niam@jghnorth.org.uk.invalid> - 2024-03-27 14:12 +0000
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-27 23:52 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-27 23:56 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-28 00:07 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-28 00:16 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-03-28 00:21 +0100
Re: ANN: Dogelog Player 1.1.6 (HTTP Client) Mild Shock <janburse@fastmail.fm> - 2024-04-02 01:18 +0200
csiph-web