policy-cond icon indicating copy to clipboard operation
policy-cond copied to clipboard

Fallbacks when missing `declaration-information`

Open braised-babbage opened this issue 3 years ago • 0 comments

At present, this library is not usable by implementations where declaration-information is unavailable (e.g. ECL). However, some of the macros here might still be reasonable in those contexts. As an example, WITH-EXPECTATIONS could simply evaluate EXPECTATIONS at runtime in that context. This would not be hard to implement, but does come at the cost of a small shift in semantics.

braised-babbage avatar Oct 24 '21 23:10 braised-babbage