|
|
|
|
|
by pkolaczk
1037 days ago
|
|
Keeping complexity out of the language does not remove the complexity. It moves it into the programs. MIPS assembly is a very simple language with specs fitting on 10 pages. Yet you probably wouldn't want to write a web application in it. Brainfuck is even simpler as a language, but the programs are even harder to understand. |
|
That's the real value of "simple" languages like go.