Ask HN: Can someone explain to me why all languages don't try to have the same syntax?
https://news.ycombinator.com/item?id=406010Why does every language need its own syntax? Why does PHP need to use crap like echo and all those dollar signs instead of something more universal?
Why can't all those projects come together and figure out a single universal standard for writing syntax? So that writing code would be exactly the same, no matter what technology you choose to use. At least for the simple stuff.
Why do programmers need to waste time remembering 20 different ways to write something as stupid as a Hello World application?