IRC channel logs

2024-10-15.log

back to list of logs

<ArneBab>there was no answer to my question about guile-lib on guile-devel. Do I understand that correctly that guile-lib is unmaintained? https://lists.gnu.org/archive/html/guile-devel/2024-04/msg00017.html
<ane>looks like it was last released in April 2024, I wouldn't say so yet
<mwette>I could be wrong but seem to remember bsmith being involved w/ guile-lib
<civodul>i believe the people involved lately were daviid and apteryx
<ArneBab>then I’ll ask again.
<ArneBab>(this evening or tomorrow)
<cpli>are there existing ways to keep source code for a function around at runtime?
<dpk>cpli: what are you actually trying to do?
<cpli>dpk: i have a function that transpiles a simple scheme subset into wgsl.. and i kind of want to run it on arbitrary things at runtime.. which of course excludes precompiled functions..