[ANN] nyacc version 0.93.0 released

2019-05-30 Thread Matt Wette
NYACC, for Not Yet Another Compiler Compiler, is set of guile modules for generating parsers and lexical analyzers. It also provides sample parsers and pretty-printers using SXML trees as an intermediate representation. It provides a decent C parser and a `FFI Helper' tool to help create Guile S

guile-fibers questions

2019-05-30 Thread Caleb Ristvedt
(Not sure if this is the right place to ask ¯\_(ツ)_/¯) I'm in the position of wanting to use guile-fibers for a server (with the usual "make a new fiber for each new client" pattern), but my "communication with the outside world" goes beyond reading and writing on ports - I actually have to do som