|
|
|
|
|
by cpeterso
2439 days ago
|
|
I like Python, but I often wonder how many developers use Python because they actually use dynamic language features versus just liking the languages' clean syntax and library ecosystem. I'm surprised languages that offer both REPL (for development) and AOT native compilation (for production), like OCaml, are not more popular. Evidence that syntax matters, I guess. :) mypy and mypyc are interesting but their compile-time checks and optimizations are still hampered by Python's dynamic language semantics. |
|