Open
Description
In readme, the last incomplete todo is optimizing pythonizers and lispifiers using static-dispatch
.
Would you mind explaining what the goal is? Even if we use static dispatch, the type of the object to be pythonized/lispified has to be determined at runtime. That means we still need to use an if
clause to judge which branch to go. Would that optimize anything?
Metadata
Metadata
Assignees
Labels
No labels