~amirouche/public-inbox

2

Request to add STklos to the Mighty Scheme implementations comparator

Jeronimo Pellegrini <j_p@aleph0.info>
Details
Message ID
<87k0h2mzko.fsf@socrates.mail-host-address-is-not-set>
DKIM signature
missing
Download raw message
Hello,

As per the instructions in
https://git.sr.ht/~amirouche/scheme.rs/tree/main/item/comparator/README.md,
here is stklos.scm, to be considered for inclusion.

Thanks,
Jeronimo

======== stklos.scm


;; STklos

(stklos type scheme)
(stklos name "STklos Scheme")
(stklos url "https://stklos.net")
(stklos forge "https://github.com/egallesio/stklos")
(stklos description "STklos is a free Scheme system mostly compliant with the languages features defined in R7RS small. The aim of this implementation is to be fast as well as light. The implementation is based on an ad-hoc Virtual Machine.")
(stklos r5rs #t)
(stklos r6rs #f)
(stklos r7rs-small #t)
(stklos cffi #t)
(stklos cppffi #f)
(stklos javaffi #f)
(stklos .netffi #f)
(stklos javasvriptffi #f)
(stklos doc50k #t)
(stklos freebsd #t)
(stklos android #t)
(stklos gnu/linux #t) 
(stklos amd64 #t)
(stklos x86 #t)
(stklos oop #t)
Details
Message ID
<jPwTtc2IVEOKEWkvym9Ljy480C5s8SI9tBZVVX88SMsQU1PYhqJLl8hN_MJisx7W8Jxp5gmGWnjG1slYpYtSufrWO0acCD59fRM4DJnPC4Y=@hyper.dev>
In-Reply-To
<87k0h2mzko.fsf@socrates.mail-host-address-is-not-set> (view parent)
DKIM signature
missing
Download raw message
Hello Jeronimo :)

On Saturday, November 20th, 2021 at 19:50, Jeronimo Pellegrini <j_p@aleph0.info> wrote:

> Hello,
>
> As per the instructions in
>
> https://git.sr.ht/~amirouche/scheme.rs/tree/main/item/comparator/README.md,
>
> here is stklos.scm, to be considered for inclusion.
>

By the way, in the same commit:

- Removed TOP3 flag for gambit;
- Removed R7RS flag for Chez (even if it is partially supported with Akku);
- Shortened Chez description;
- Removed R7RS-large flag for cyclone;

See commit at:

  https://git.sr.ht/~amirouche/scheme.rs/commit/8779286220f62f01fe599f246798f65f1e0263cb

The flags that are false are not necessary in the data files, so I removed
them from stklos entry.

On a somewhat related note, I created an empty public todo at:

 https://todo.sr.ht/~amirouche/public

The comparator is not finished yet, there is various things I would like
to improve, e.g. accurate information, sorted flags and Scheme, more details
regarding each implementation; it is unclear when I will make progress on it.

Note for self: Above all, it would great to have programmatic benchmarks
               regarding CPU, memory and features.

Thanks Jeronimo!
Details
Message ID
<XLrZUfeaILRknbBdUfsIFzkUMqJ98palMPjr2ob8VlQxjE_1s2ge0kYcaKM9rAWDNy0iJz__FvpqnPZO30Zr9zbQnMPN9yTuFF8q891U9hA=@hyper.dev>
In-Reply-To
<87k0h2mzko.fsf@socrates.mail-host-address-is-not-set> (view parent)
DKIM signature
missing
Download raw message
ref: https://scheme.rs/comparator/
Reply to thread Export thread (mbox)