I've started writing simple wrapper libraries for (scheme base) and the others, most functions in R7RS are either already in Chez or trivial to implement by wrapping existing functions.
Would you be willing in general to consider merging this at some point in the future? I'm assuming there would be some necessary support for define-library, or the #u8 vector syntax.
Or is R7RS something you don't want to support in any way?
I've started writing simple wrapper libraries for
(scheme base)and the others, most functions in R7RS are either already in Chez or trivial to implement by wrapping existing functions.Would you be willing in general to consider merging this at some point in the future? I'm assuming there would be some necessary support for
define-library, or the#u8vector syntax.Or is R7RS something you don't want to support in any way?