Re: Guile Potluck 2021

2021-03-01 Thread pukkamustard
Hi, I'd like to contribute an initial version of guile-cbor (v0.1.0) to the potluck: https://inqlab.net/git/guile-cbor.git/ The Concise Binary Object Representation (CBOR), as specified by RFC 8949, is a binary data serialization format. CBOR is similar to JSON but serializes to binary wh

Re: Guile Potluck 2021

2021-03-01 Thread Aleix Conchillo Flaqué
On Mon, Mar 1, 2021 at 1:15 PM Linus Björnstam wrote: > > Hi Guilers! > > I found some code I wrote while drunk. I had completely forgotten about it, > but found it a fun little exercise. I would argue that falls under the > "neglected library" category. > > Anyway: It implements python-style ge

Re: Guile Potluck 2021

2021-03-01 Thread Linus Björnstam
Hi Guilers! I found some code I wrote while drunk. I had completely forgotten about it, but found it a fun little exercise. I would argue that falls under the "neglected library" category. Anyway: It implements python-style generators, with yield and, more importantly, yield-from: https://git

Re: Guile Potluck 2021

2021-03-01 Thread Dr. Arne Babenhauserheide
Hi Guilers, There’s one more thing for the Potluck: I started doing some code-catas in Guile wisp: https://www.draketo.de/software/wisp-code-katas Liebe Grüße, Arne -- Unpolitisch sein heißt politisch sein ohne es zu merken signature.asc Description: PGP signature

Re: Guile Potluck 2021

2021-03-01 Thread Dr. Arne Babenhauserheide
Hi Linus, I now created four profiles, one for the CSV import and three for the trust calculation. They are generated with: guile -L . > (import (wispwot wispwot)) > ,profile (define changed-and-state (import-trust-csv > "trust-anonymized-2020-11-01-under-attack-sorted.csv")) > ,profile ((@@(wis