Re: [ANN] Guile-INI 0.4.0 released

2022-03-13 Thread Dr. Arne Babenhauserheide
"Artyom V. Poptsov" writes: > https://github.com/artyom-poptsov/guile-ini/releases/tag/v0.4.0 > > * Version 0.3.0 (2022-03-13) > ** Update to use the new Guile-SMC 0.4.0 API > ** Add =guix.scm= to the repository >The file contains GNU Guix package recipe. > 2: https://github.com/artyom-pop

Re: jump-to-debugger (like Python's pdb.set_trace)

2022-03-13 Thread Tim Meehan
Thanks! I can't wait to try it out! On Sun, Mar 13, 2022 at 3:48 PM Matt Wette wrote: > Hi All, > > I've put my "jump to debugger" code on github: > https://github.com/mwette/guile-jtd > > jump-to-debugger is a procedure that, when called, > stops execution and fires up a REPL. It is much like

jump-to-debugger (like Python's pdb.set_trace)

2022-03-13 Thread Matt Wette
Hi All, I've put my "jump to debugger" code on github: https://github.com/mwette/guile-jtd jump-to-debugger is a procedure that, when called, stops execution and fires up a REPL.  It is much like Python's pdb.set_trace() function. Matt

Re: [ANN] Guile-INI 0.4.0 released

2022-03-13 Thread Aleix Conchillo Flaqué
Thanks! I guess this answers my question from the other day :-). On Sun, Mar 13, 2022, 11:57 AM Artyom V. Poptsov wrote: > Hello Guilers, > > I'm pleased to announce Guile-INI 0.4.0 -- the first version of an INI > format[1] parser for GNU Guile: > https://github.com/artyom-poptsov/guile-ini/r

[ANN] Guile-INI 0.4.0 released

2022-03-13 Thread Artyom V. Poptsov
Hello Guilers, I'm pleased to announce Guile-INI 0.4.0 -- the first version of an INI format[1] parser for GNU Guile: https://github.com/artyom-poptsov/guile-ini/releases/tag/v0.4.0 Also Guile-INI is the first project that uses the Guile State Machine Compiler (Guile-SMC)[2] to produce the fini