Re: [ANN] Guile-SMC 0.4.0 released

2022-03-11 Thread Dr. Arne Babenhauserheide
"Artyom V. Poptsov" writes: > A transition table can be verified and checked for dead-ends and > infinite loops. Also Guile-SMC FSMs gather statistics when they run. … > ** Add =guile-standalone= compilation target >This compilation target produces GNU Guile FSM code in a single file that >

Re: [ANN] Guile-SMC 0.4.0 released

2022-03-11 Thread Aleix Conchillo Flaqué
Awesome, thank you! Is the latest guile-ini release compatible with this version? Aleix On Fri, Mar 11, 2022 at 11:15 AM Artyom V. Poptsov wrote: > Hello, > > I'm pleased to announce Guile State Machine Compiler (Guile-SMC), version > 0.4.0: > https://github.com/artyom-poptsov/guile-smc/relea

[ANN] Guile-SMC 0.4.0 released

2022-03-11 Thread Artyom V. Poptsov
Hello, I'm pleased to announce Guile State Machine Compiler (Guile-SMC), version 0.4.0: https://github.com/artyom-poptsov/guile-smc/releases/tag/v0.4.0 * What is Guile-SMC? Guile-SMC is a state machine compiler that allows to describe finite state machines (FSMs) in Scheme in terms of transit