preliminary comments Peter McGoron (31 Aug 2026 13:12 UTC)
Re: preliminary comments HernĂ¡n Ibarra Mejia (01 Sep 2026 09:37 UTC)
Re: preliminary comments Peter McGoron (01 Sep 2026 11:10 UTC)

Re: preliminary comments Peter McGoron 01 Sep 2026 11:06 UTC

 >  As I remarked above, `define/m` and `return/m` are auxiliary syntax
of `do/m`, so I believe they should not be exported.

Auxiliary syntax is handled by the module system: for example, `(scheme
base)` exports `=>`, `else`, and `...` as identifiers. This is because
syntax-rules should match those identifiers hygienically (some macro
expanders don't do this).

-- Peter McGoron