|
|
|
|
|
by badminton1
3483 days ago
|
|
Because the brainfuck syntax is very simple, it's not really hard to generate a valid program from random characters. The language is also Turing complete. It is possible to use genetic programming (and other approaches) to generate brainfuck programs without an insane amount of effort. Eventually the resulting program can be processed to be made more efficient. |
|