|
|
|
|
|
by bb88
451 days ago
|
|
One problem with simplicity is that it often moves the complexity elsewhere, particularly if you're designing things that others use. Brainfuck the language is simple to use and implement. It has only 8 commands.
Brainfuck programs are virtually unreadable, unless you can get your head around it. The advantage of trying to solve complexity is that if you can solve it, you've solved it once and exactly once for everyone involved. |
|