Bigloo: Has with-exception-handler thus we can implement it with it and a special re-throw exception.
Bigloo's error is not compatible with R7RS or R6RS thus we need our own. Unfortunately, Bigloo do not allow internal symbols thus we need anew yuni/error procedure and use it for loaded libraries.
Bigloo: Has
with-exception-handlerthus we can implement it with it and a special re-throw exception.guardwhich is mandated bySRFI-34. Not sure if it is an oversight or intentional. (Since we need R7RSguard, we need roll out our own anyway.)thread-parameterconcept.Bigloo's
erroris not compatible with R7RS or R6RS thus we need our own. Unfortunately, Bigloo do not allow internal symbols thus we need anewyuni/errorprocedure and use it forloaded libraries.