|
|
|
|
|
by vacekj
1131 days ago
|
|
Too many, I believe for the same reasons as Javascript. It's not a bad thing when the target language is simply unfit for developer tooling, but in case of Javascript and Python it's simply the speed. Doing massive AST manipulation in a language that is both slow and unsafe like Javascript just seems like madness, and it's strange that we've been kind of okay with it for the longest time. |
|