You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It lacks guard which is mandated by SRFI-34. Not sure if it is an oversight or intentional. (Since we need R7RS guard, we need roll out our own anyway.)
Has thread-parameter concept.
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.
The text was updated successfully, but these errors were encountered:
Bigloo: Has
with-exception-handler
thus we can implement it with it and a special re-throw exception.guard
which 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-parameter
concept.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 anewyuni/error
procedure and use it forload
ed libraries.The text was updated successfully, but these errors were encountered: