IRC channel logs

2025-05-08.log

back to list of logs

<mwette>lechner: defines are included in the ffi-MODULE-symbol-tab definition
<mwette>the string thing could be done with (sxml fold) fold-values, and reverse
<lechner>mwette / thanks!
<lechner>Hi, is (use-modules (my-module)) required with (@ (my-module) entry-point) ?
<identity>lechner: the point of @ is to avoid a use-modules invocation
<identity>lechner: (info "(guile) Using Guile Modules")
<lechner>identity / ok, thanks!