SRFI 173: Hooks Arthur A. Gleckler 14 Aug 2019 20:26 UTC

Scheme Request for Implementation 173,
"Hooks,"
by Amirouche Boubekki,
is now available for discussion.

Its draft and an archive of the ongoing
discussion are available at
<https://srfi.schemers.org/srfi-173/>.

You can join the discussion of the draft
by filling out the subscription form on
that page.

You can contribute a message to the
discussion by sending it to
<xxxxxx@srfi.schemers.org>.

Here's the abstract:

  This library describes a mechanism
  known as hooks.  Hooks are a certain
  kind of extension point in a program
  that allows interleaving the execution
  of arbitrary code with the execution
  of the program without introducing any
  coupling between the two.

Regards,

SRFI Editor