|
|
|
|
|
by pansa2
1969 days ago
|
|
Python is great if you’re writing code to run on your own computer(s). But it’s terrible for packaging into executables to give to others (compared to Go), for embedding in applications (compared to Lua) and for running in the browser (compared to JS). There’s no reason a new scripting language couldn’t excel in all three of those areas. But AFAIK none currently come close. |
|
Also what is wrong in having a switch statement? (I`d like one with range cases 1<x<10..)
Accesing dicts with a struct syntax.
'Inline' C functions.
JIT, especially for loop acceleration.