On Sun, Jul 07, 2019 at 06:57:22PM +0200, pelzflorian (Florian Pelz) wrote: > Note that many improvements could be made in my code, > e.g. current-lingua could be a parameter, so (I hope) it can be > avoided to change various parts of Haunt to accept procedures like > (lambda (current-lingua) …) instead of plain sxml/shtml like I did. >
When I said the current-lingua could be a parameter then I mean what the Guile manual calls parameter object, i.e. “Guile’s facility for dynamically bound variables”. Maybe you would use a fluid or something. I am not familiar with these things.