Skip to content

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.

License

Hexstream/enhanced-eval-when

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project's home: https://www.hexstreamsoft.com/libraries/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.

As EVAL-WHEN with all situations specified is used an overwhelming majority
of the time by most users, this shorthand can really come handy!


This library is in the Public Domain.
See the UNLICENSE file for details.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published