IRC channel logs
2024-05-31.log
back to list of logs
<sneek>euouae, old says: you are right. The callback needs to be removed from SDL before removing the reference in Guile <euouae>it's purpose is to write methods for the class _without_ using the accessors. E.g. provide internal class slot access <graywolf>Is there a way to figure out default values for arguments? There is ((ice-9 session) procedure-arguments), but the default values are not listed. Is there some other introspection API to use? <lagash>What would be the quickest / easiest way to import SRFI 227? The SRFI spec itself includes a R6RS compatible implementation. <lagash>Otherwise, I suppose I could try and translate the opt*-lambda etc calls to something more Guile-specific, but I'd rather not.