I will be working on a project in parallel programming, and it would be nice to be able to use Scheme. However, for this project it will really be necessary to use different CPU cores (continuations based on threads will not be executed).
So, is there any kind of R5RS circuit that implements SRFI-18 using different processor cores?
source share