I've just published draft #2 of SRFI 236. It was submitted by Marc Nieper-Wißkirchen, author of the SRFI.
Here are Marc's comments on the draft:
The most significant change is in naming the introduced form. It is now called independently as suggested by Lassi Kortela, instead of perform.
A sample implementation for R7RS has been added. The R6RS implementation has been optimized for Loko and also Chez Scheme.
A clarification suggested by Göran Weinholt has been added. The evaluation must happen as if some sequential order is maintained.
Here is the commit summary:
Here's the diff:
https://github.com/scheme-requests-for-implementation/srfi-236/compare/draft-1..draft-2
Regards,
SRFI Editor