ashinn / chibi-scheme

Official chibi-scheme repository
Other
1.21k stars 142 forks source link

Drop (chibi sxml) dependency on let-optionals #913

Closed lassik closed 1 year ago

lassik commented 1 year ago

let-optionals can be provided by the (chibi optional) library or by SRFI 227. Either dependency is non-trivial and makes it tricky to incorporate (chibi sxml) into outside projects. Since (chibi sxml) only makes trivial use of let-optionals, expand the macro by hand.