|
|
|
|
|
by bibyte
2326 days ago
|
|
I can't speak for other people but the only reason I still use Python is because of it's syntax (but the "one way to do it" is slowly changing). You get much better concurrency with Golang and even better parallelism with Julia. It is dominant in data science but still some people use it for other things because the syntax is so simple (Scheme is a close second for me). |
|
Simplicity, as in terms of specifying the grammar though? Python's grammar is exceedingly gnarly by now and I'm pretty sure Go, Lua, Prolog, Smalltalk and pretty much every Wirth language are massively simpler, syntactically.