|
|
|
|
|
by deklesen
86 days ago
|
|
Mhh... my hunch is that part of this is that all python keywords are 1 token, I assume. And for those very weird languages, tokenizing might make it harder to reason over those tokens. Would love to see how the benchmarks results change if the esoteric languages are changed a bit to make them have 1-token keywords only. |
|