test anything? (Re: My Guile Hacker Handbook)

2020-07-22 Thread Marc Chantreux
hello, > I would liko to introduce my (almost started) book to you : > https://jeko.frama.io a french guile documentation is very welcome (should be nice to have a french mailing list as well). > Hope it can help someone to jump in and hack. i just discovered srfi 64 thanks to your page. the th

My Guile Hacker Handbook

2020-07-22 Thread Jérémy Korwin-Zmijowski
Hello hackers ! I would liko to introduce my (almost started) book to you : https://jeko.frama.io It aims to provide a tutorial-like way to learn Guile. But also to get used to tests. As I am not an experienced Guile hacker, the book will emerge accordingly to my Guile journey haha. Hope it ca

guile-json 4.3.1 released

2020-07-22 Thread Aleix Conchillo Flaqué
Hi! I'm happy to announce guile-json 4.3.1. This version fixes an issue with unicode surrogate pairs. Thanks to pkill9 and RhodiumToad from #guile. https://github.com/aconchillo/guile-json/ * About guile-json is a JSON module for Guile. It supports parsing and building JSON documents according

[SOLVED] Trying to get friends with SRFI-19

2020-07-22 Thread tomas
On Mon, Jul 20, 2020 at 11:27:03PM +0200, to...@tuxteam.de wrote: > Hi, > > I'm trying to parse some stuff, part of which are date > strings of the form "20200106", i.e. "MMDD" [...] > Is there a canonical way to validate a date string? I ended up rolling my own (and converting to SRFI-19 da

Re: GOOPS and fibers - need help understanding what's wrong, bug in fibers/guile?

2020-07-22 Thread Chris Vine
On Wed, 22 Jul 2020 12:54:20 +0100 Chris Vine wrote: > On Wed, 22 Jul 2020 01:56:53 +0200 > Jan Wielkiewicz wrote: > > Hello, > > > > I started writing my project in Guile with GOOPS and fibers (I'll > > release it once it stops being a shame and starts working!), but I > > encountered a problem

Re: GOOPS and fibers - need help understanding what's wrong, bug in fibers/guile?

2020-07-22 Thread Chris Vine
On Wed, 22 Jul 2020 01:56:53 +0200 Jan Wielkiewicz wrote: > Hello, > > I started writing my project in Guile with GOOPS and fibers (I'll > release it once it stops being a shame and starts working!), but I > encountered a problem: > > The example from fibers' manual doesn't work: > > (lambda ()