SRFI 173: Hooks

by Amirouche Boubekki

status: final (2019-10-24)

keywords: Miscellaneous

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.