Hello, I am working on a meta-circular gc for guile. The project is hosted at https://github.com/zork9/scheme.code The meta-gc directory in the repo is where the code is. I have a few questions : . I wonder if I can use dynamic binding for using Scheme and libguile C callbacks for accessing the gc system.� . Then I made 3 versions of gc (files gc.scm, gc-sized.scm, gc-sized-fixed.scm) I don't seem to know which is best. . You comments, code or pointers. � The gc will be mark and sweep among things I'll try to divise. � Thanks, Johan -- Time heals.
