|
|
|
|
|
by Jtsummers
1301 days ago
|
|
> Haskell is simple even if unfamiliar to you. Brainfuck is complex even if familiar to you. I would actually swap these two descriptions. Haskell is complex, because it has many "complications" (in the sense of features). But those complications permit simple programs. Brainfuck is simple, it has few complications (only 8 instructions) but this forces complications into the programs written in it. |
|
Simplicity is also "how many things" it takes to express an idea or do a useful thing.
In many ways, written Chinese is simpler than written English.