Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nhooks

A hook facility for Common Lisp.

This package holds an enhanced implementation of hooks (extension points). It works similarly to Emacs hooks with crucial improvements:

  • If the compiler allows it (such as SBCL), type-checking is performed at compile-time and at run-time when adding handlers to a hook.
  • On failure, multiple restarts are offered, such as disabling the offending handler or simply continuing to the next function.
  • The hook handler execution order and combination can be customized.
  • Anonymous functions (lambdas) can be added to hooks as handler objects.

    When inspecting hooks, readable names are thus exposed instead of lambda blackboxes.

    Handlers are compared through their names (through the mandatory name slot). A hook can not contain multiple handlers with the same name.

  • A special provision is taken for “setters”, handlers that are meant to set a given place to a given values.

    Such handler objects can be compared and identified uniquely.

This library was originally contributed by the maintainers of the Nyxt web browser to Serapeum.

About

serapeum/contrib/hooks

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages