I've got it working now, but i'm noticing that the "display" function isn't available, is there a way to log to the console for debugging purposes? apologies if i'm missing something simple, i only have prior experience using racket, not guile.
Viewing post in Guile Hoot game template repository
In R7RS-small, the `display` procedure is in the (scheme write) module. I recommend keeping the R7RS-small spec handy for reference. That's what I do. :) https://small.r7rs.org/