Re: Keywords in GOOPS methods

2024-11-21 Thread Mikael Djurfeldt
Hi Janneke, That was elegant. :-) Nope---haven't seen it. (Or, at least I do not remember it.) Maybe I should have a look at what the optimizer can do about Mark's code. (As you might have seen, my code is a modification of the method syntax implementation itself.) Any opinions on what is best:

Re: Keywords in GOOPS methods

2024-11-21 Thread janneke
Mikael Djurfeldt writes: Hi Mikael, > Since there are no comments, I'm inclined to apply this patch. I will do > that on Sunday if there are no comments before that. Just FYI, have you seen the attached patch by Mark Weaver? I've been carrying that for some time now, functionality like this is

Re: Keywords in GOOPS methods

2024-11-21 Thread Mikael Djurfeldt
(I will of course add proper documentation in the manual, etc.) On Thu, Nov 21, 2024 at 9:33 PM Mikael Djurfeldt wrote: > Since there are no comments, I'm inclined to apply this patch. I will do > that on Sunday if there are no comments before that. > > Maybe I should first give a motivating exa

Re: Keywords in GOOPS methods

2024-11-21 Thread Mikael Djurfeldt
Since there are no comments, I'm inclined to apply this patch. I will do that on Sunday if there are no comments before that. Maybe I should first give a motivating example: guile-mqtt consists of a thin wrapper over NYACC-generated code. There, I use a coding pattern that I tend to use in cases w

Re: Guile barebone backend fundamentals

2024-11-21 Thread Mikael Djurfeldt
Not entirely sure what you are asking for, but have you looked at chapter 9 of the reference manual "Guile Implementation"? Best regards, Mikael On Thu, Nov 21, 2024 at 6:28 PM Marius via General Guile related discussions wrote: > Good evening, > > > On the summer holidays I've read part of the

Guile barebone backend fundamentals

2024-11-21 Thread Marius via General Guile related discussions
Good evening, On the summer holidays I've read part of the Guile Reference Manual (mostly API) while I was learning how to use Guix (because it uses Guile). I really liked a lot of lispy concepts that were totally new to me. I was wondering if there is any material that discuses the barebones

Re: GNU Artanis-1.0.0 released [stable]

2024-11-21 Thread Luis Felipe
Great, Nala, thank you very much :) On 20/11/24 13:58, Nala Ginrut wrote: GNU Artanis is a modern web application framework for Scheme. Features: GPLv3+ & LGPLv3+ - Very lightweight - easy to hack and learn for newbies. - Support JSON/CSV/XML/SXML. - A complete web-server implementation, incl