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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: