I am trying to use DEC's Thomas implementation of Dylan with Scheme-to-C.
Everything works fine, except that none of the 01nov91 versions of Scheme-to-C that I've been able to find define certain very necessary functions whose purpose is to prevent infinite looping when circular data structures are printed out in the REPL. These functions are called in the M
AIN routine.
These functions include for example SET-WRITE-CIRCLE!. The Thomas README refers me to sci docs for more info, but the functions simply don't exist. I've tried writing a replacement but I wasn't able to figure out enough of the internals of both systems.