|
|
|
|
|
by boerseth
173 days ago
|
|
> Brainf*ck is the antithesis of modern software engineering. There are no comments, no meaningful variable names, and no structure That's not true. From the little time I've spent trying to read and write some simple programs in BF, I recall good examples being pretty legible. In fact, because the language only relies on those few characters, anything else you type becomes a comment. Linebreaks, whitespace, alphanumeric characters and so on, they just get ignored by the interpreter. Have a look at this, as an example: https://brainfuck.org/chessboard.b |
|
For those who want to try it, there’s always the https://raku.org module…