You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Left a lot of the old Typelist code commented out in the commit since I don't know if this is the definitive solution... Still no response from mailing list... 😢
I half-wrote a system for foreign object using finalizers but the manual strongly advises against that...
We could try to use
scm_gc_malloc()
with boxes or something which would be way cleaner...heres an example usage of
scm_gc_malloc()
andscm_gc_malloc_pointerless()
: https://www.gnu.org/software/guile/manual/guile.html#Creating-Foreign-ObjectsThe text was updated successfully, but these errors were encountered: