lib/srfi/236.scm

Summary

Maintainability
Test Coverage
(define-macro (independently . body)
  `(begin
    ,@(shuffle body)))