Closed claudepache closed 7 years ago
With this proposal we have a new, shiny way to trigger indirect eval:
eval?.(foo)
This is a two-char gain over the traditional (0,eval)(foo) — a good occasion to make the spec logo even greater (by at least 2px).
(0,eval)(foo)
Depending on how #5 is resolved, we may end up with only a one-char gain. :-(
However, it is certain that we’ll have some gain anyway. Thus, this issue may be closed as positively resolved anyway.
With this proposal we have a new, shiny way to trigger indirect eval:
This is a two-char gain over the traditional
(0,eval)(foo)
— a good occasion to make the spec logo even greater (by at least 2px).