[ANN] Snuik v0.2 released -- a Snuiky IRC robot in Guile Goblins.

2025-03-11 Thread Janneke Nieuwenhuizen
Hi! It's amazing, a second release of Snuik, and this time it is using Goblins! The Git archive comes with a couple of small Goblins examples such as a timer, a source and a sink. Hopefully, this Goblins version makes Snuik a lot more fun to hack on. Currently, Snuik lives on libera.chat in the

[PATCH guile-goblins] examples: Add timer.

2025-03-11 Thread Janneke Nieuwenhuizen
Hi! Starting to play with Goblins I had some trouble creating a timer. Thanks to the kind help on IRC, I was able to create this example. There are two things I had to discover: how to "sleep" in Goblins and the fact that in some(?) cases you need do to some extra work to keep a vat alive/running