enhanced-eval-when
2023-10-21
Provides an enhanced EVAL-WHEN macro that supports (eval-when t ...) as a shorthand for (eval-when (:compile-toplevel :load-toplevel :execute) ...), addressing concerns about verbosity. As EVAL-WHEN with all situations specified is used an overwhelming majority of the time by most users, this shorthand can really come handy!
Author
Jean-Philippe Paradis <hexstream@hexstreamsoft.com>
License
Unlicense
enhanced-eval-when
enhanced-eval-when provides an enhanced EVAL-WHEN macro that supports (eval-when t ...) as a shorthand for (eval-when (:compile-toplevel :load-toplevel :execute) ...), addressing concerns about verbosity. An ENHANCED-EVAL-WHEN alias is also supported, as well as an EVAL-ALWAYS macro and package nickname, for good measure.
Version:
1.0License:
Public DomainAuthors:
Jean-Philippe Paradis <hexstream@gmail.com>Dependencies:
None