Welcome to the CHICKEN Scheme pasting service
define-ir-syntax* example added by teiresias on Sun Nov 13 15:58:34 2022
(import (chicken port) brev-separate) (define-ir-syntax* ((efmt:create-output-string . body) `(call-with-output-string (lambda (,(inject ' out)) ,@body))))