You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caveat: spec registration is imperative, one can re-register any spec at any time, so the compiled results can be out-dated. Such is life in the land of lisp.
The text was updated successfully, but these errors were encountered:
Spec are walked at runtime with
st/coerce
. As the specs SHOULD NOT CHANGE in production, we can precompile the coercers for faster processing.With the given specs:
Compile coercers:
Apply them:
Maybe even:
Caveat: spec registration is imperative, one can re-register any spec at any time, so the compiled results can be out-dated. Such is life in the land of lisp.
The text was updated successfully, but these errors were encountered: