IRC channel logs

2025-02-02.log

back to list of logs

<ArneBab>rubujeto: the conversion to pure Scheme is now done: https://www.draketo.de/software/programming-schemehttps://www.draketo.de/software/programming-scheme.pdf — Naming and Logic: programming essentials with Scheme
<ArneBab>And still in time for the minimalist and declarative languages devroom ☺: 64 pages (that work well on A6 paper) to go from the first define to packaging and deploying your project.
<lechner>mwette / Hi, did you get your ELF executable thingy that sidesteps the kernel's hashbang to work? I may have a use for it. Thanks!
<shidima>Is there something like a step debugger in geiser?
<ArneBab>shidima: I’m not sure about Geiser, but Guile has the ,debug command in the REPL.
<mwette>lechner: Not clear what you mean. three is github.com/mwette/guile-saapp
<lechner>mwette / yeah, that was it. thanks!
<lechner>mwette / did the C files get a lot shorter compared to what you posted here two or three weeks ago?
<mwette>I think so. I cleaned it up a bit. The saapp is a work in progress, but it was working, IIRC. Check the README
<mwette>But I think it will want to load all the .gos in the binary. YOu generate the load file and then you can edit that before building the binary.
<lechner>mwette / okay, thanks!