Hacker News new | ask | show | jobs
by bjoli 1029 days ago
That is not in the style of srfi-197.

    (chain report
           (revised _)
           (revised _)
           ...)
There are benefits to this approach, such as it handling both applying returned lists and multiple return values by default.