New egg: SRFI-74: Octet-Addressed Binary Blocks

2020-11-16 Thread noosphere
I would like to submit a new egg for publication: SRFI-74: Octet-Addressed Binary Blocks Its documentation is here: [1] Its release-info is here: [2] test-new-egg gives it a clean bill of health. --Sergey [1] - https://wiki.call-cc.org/eggref/5/srfi-74 [2] - https://github.com/diamond-li

New egg: SRFI-67: Compare Procedures

2020-11-16 Thread noosphere
I'd like to submit a new egg for publication: SRFI-67: Compare Procedures This was packed from the reference implementation with permission from Kon Lovett, the author of the Chicken 3 SRFI-67 egg. Unfortunately, that egg could not itself be ported because it relied on syntax-case, which was a

New egg: SRFI-51: Handling rest list

2020-11-16 Thread noosphere
I'd like to submit a new egg for publication: SRFI-51: Handling rest list Its documenation is here: [1] Its release-info is here: [2] test-new-egg gave it a clean bill of health. --Sergey [1] - https://wiki.call-cc.org/eggref/5/srfi-51 [2] - https://github.com/diamond-lizard/srfi-51/raw/

Need help testing SRFI-194: Random data generators

2020-11-16 Thread noosphere
I've almost completed packaging up SRFI-194 for Chicken 5, with only the tests left to do. I'm stumped by one test: https://github.com/diamond-lizard/srfi-194/blob/0abe0402cdcdbbe8463154152c8f6d550be06cc6/tests/srfi-194-test.scm#L98 The comments to this test say "testing random source, which

Establishing Git repos for miscellaneous Chicken tools

2020-11-16 Thread Lassi Kortela
We spoke with Mario and Dan about gathering Git repos for all the Chicken Emacs packages under one roof, and Dan suggested adding other tools such as an LSP server into the mix. We thought it'd be convenient to start an organization on GitHub or GitLab to do this, but are not sure whether the

Re: SRFI-95: Sorting and Merging, ported to Chicken 5

2020-11-16 Thread Mario Domenech Goulart
On Mon, 16 Nov 2020 11:56:23 -0800 noosph...@mailc.net wrote: > With Peter Danenberg's permission, I've ported his SRFI-95 egg to > Chicken 5. > > Its documentation is here: [1] > > The release-info is here: [2] > > test-new-egg gives it a clean bill of health. > > --Sergey > > [1] - https://wik

SRFI-95: Sorting and Merging, ported to Chicken 5

2020-11-16 Thread noosphere
With Peter Danenberg's permission, I've ported his SRFI-95 egg to Chicken 5. Its documentation is here: [1] The release-info is here: [2] test-new-egg gives it a clean bill of health. --Sergey [1] - https://wiki.call-cc.org/eggref/5/srfi-95 [2] - https://github.com/diamond-lizard/srfi-95/ra

Re: SRFI-27 has been ported to Chicken 5

2020-11-16 Thread Mario Domenech Goulart
On Mon, 16 Nov 2020 10:12:54 -0800 noosph...@mailc.net wrote: > SRFI-27 has been ported to Chicken 5, thanks to the enormous effort of > Kon Lovett, who solved all the most difficult problems encountered > during the port. > > The documentation for this egg can be found here: [1] > > The release-i

SRFI-27 has been ported to Chicken 5

2020-11-16 Thread noosphere
SRFI-27 has been ported to Chicken 5, thanks to the enormous effort of Kon Lovett, who solved all the most difficult problems encountered during the port. The documentation for this egg can be found here: [1] The release-info can be found here: [2] test-new-egg has given it a clean bill of healt