|
|
|
|
|
by bluejekyll
3644 days ago
|
|
But why does the programmer need to do this? Should the language interpreter be able to implicitly perform this operation? Isn't that what the .pyc files are for, so that it doesn't need to perform lookups like this at runtime? |
|
The language was designed with expressiveness in mind, and it often comes at the expense of speed. Lua and Nim seem to strike a much better balance, and even JavaScript if you avoid the performance killers like "with".