Neal Alexander
Neal Alexander
Weak vectors are useful for maintaining pools of objects who's finalisers interact with other live objects in the pool. For example, compacting or reordering slots which become free due to...
``` (0-) (let PZ (prolog? (return Free)) \\ Free isn't derefed (prolog? (receive PZ) (unify PZ 1) \\ Should fail because PZ should not be a logic variable in this...
Is there a public interface for forwarding signals to the chez runtime? My specific use case is that I'm trying to handle keyboard interrupts for two different embedded runtimes simultaneously...
Several projects are now using Chez as a compilation target with great success. I'm curious, how difficult would it be for a project to bypass the scheme specific compilation stages,...