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
{{ message }}
This repository was archived by the owner on Mar 16, 2025. It is now read-only.
Currently a function is always evaluated before the bang handler is run. But some functions have custom bang handlers and those might not need the pre-evaluated result, so there should be a way to completely override the behaviour only for performance reasons. The semantics of a "super-custom" bang handler must not be different to a normal one. It's purely about saving 1 EvalExpression() call.
Currently a function is always evaluated before the bang handler is run. But some functions have custom bang handlers and those might not need the pre-evaluated result, so there should be a way to completely override the behaviour only for performance reasons. The semantics of a "super-custom" bang handler must not be different to a normal one. It's purely about saving 1 EvalExpression() call.