enhanced-multiple-value-bind
2023-10-21
Provides an enhanced MULTIPLE-VALUE-BIND macro that adds support for lambda keywords by expanding to a MULTIPLE-VALUE-CALL when necessary. This makes catching multiple-value &rest and &key much more lightweight and convenient.
Author
Jean-Philippe Paradis <hexstream@hexstreamsoft.com>
License
Unlicense
Project's home: https://www.hexstreamsoft.com/libraries/enhanced-multiple-value-bind/
enhanced-multiple-value-bind provides an enhanced MULTIPLE-VALUE-BIND macro that
adds support for lambda keywords by expanding to a MULTIPLE-VALUE-CALL when necessary.
This makes catching multiple-value &rest and &key much more lightweight and convenient.
This library is in the Public Domain.
See the UNLICENSE file for details.