On 26.05.2021 21:33, Zelphir Kaltstahl wrote: > > Is that a bug, or is it, because I am trying to use it in the REPL and there > my > procedure is not compiled? > > Best regards, > Zelphir > There's a relevant bug report I looked into recently:
https://bugs.gnu.org/40294 Quoting myself: It seems that commit 1c33be992e8120abd20add8021e4d91d226f5b6a removed much of the programs API at the C level but forgot to make the changes to the corresponding Scheme module. (It was a big commit, part of changing the whole VM implementation.) -- Taylan