|
|
|
|
|
by nostrademons
3025 days ago
|
|
You've answered your own question about why programmers don't like new syntax. Because most (interesting) coding takes more time thinking than typing, syntax is only a cost, never a benefit. If your language has familiar syntax, then they don't have to pay that cost. If it makes them learn new syntax, it better provide other benefits like access to a new platform, a job that pays much better, or eliminating a large class of bugs. And if two languages both offer that same benefit (like Erlang vs. Elixir, Matlab vs. Python, even Python/Ruby vs. Node.js) programmers will gravitate toward the one that doesn't make them learn new syntax. |
|