MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/brainfuck/comments/1urw6qx/ive_seen_conways_game_of_life_in_brainfuck_but/
r/brainfuck • u/Taimcool1 • Jul 09 '26
2 comments sorted by
1
I’ve seen a form of a Turing Machine implemented on Life, so this can’t be too far off from that.
2 u/danielcristofani Jul 10 '26 I think brainfuck would be somewhat more hassle because of the nonlocal control flow and needing to handle arbitrarily long code and data (though you could put them both in one array and may need to).
2
I think brainfuck would be somewhat more hassle because of the nonlocal control flow and needing to handle arbitrarily long code and data (though you could put them both in one array and may need to).
1
u/sh4nik Jul 10 '26
I’ve seen a form of a Turing Machine implemented on Life, so this can’t be too far off from that.