Marc -
Gambit doesn't allow automatic serialization of promises (delay/force) using object->u8vector, is this by design or otherwise?
It seems I could get around this by rolling my own force and delay, but perhaps there's a good reason not to be trying to serialize such things?
As an aside, I also noticed that there's a ##promise? predicate but no non-## version. Seemed a bit odd.
Cheers Darren