Hacker News new | ask | show | jobs
by klyrs 1870 days ago
> I assume bf allows constants but like I said I'm not that great a programmer.

Key to being a good programmer: at least read a bit about the language before speculating about it. Not sure what you mean by "allows constants", but you're only given increment and decrement operators, and a promise that fresh tape is zeroed out.

Brainfuck supports iteration. Performing recursion in a higher level language will still look like iteration in Brainfuck.

1 comments

100 percent agree, but honestly I couldn't make sense of the examples I looked at. It was probably just me tho.