Posted February 15, 2017
Whoops... I'd better not tell anyone that that page holds the exact same information as https://github.com/catseye/Funge-98/blob/master/doc/funge98.markdown that is being linked to from the bottom of the wikipedia article I mentioned... I'm pretty sure I even skimmed over that specific entry. Not quite the programmer yet, I'm afraid. It also took me a few hours to come up with the code that I will post in a reply to chevkoch.
https://copy.sh/brainfuck/
It has built in memory dumping. Thanks, I'll check it out later. It doesn't play nice with my hellish IE11/W10 combo, informing me it requires javascript.
Somewhere during my BYOI (build your own interpreter) adventure, I also stumbled upon https://www.nayuki.io/page/brainfuck-interpreter-javascript. Not too shabby either.
Namxas01: combined with the fact that the online interpreter that I found - brainfuck.tk - worked perfectly except from dumping the memory after running the code,
ZFR: Try this one. https://copy.sh/brainfuck/
It has built in memory dumping.
Somewhere during my BYOI (build your own interpreter) adventure, I also stumbled upon https://www.nayuki.io/page/brainfuck-interpreter-javascript. Not too shabby either.
chevkoch: Ages ago, I played around with BASIC on the C64. Messing with Brainfuck was really fun and got me a step closer motivation-wise to teaching myself some Python, which I've been thinking about for a while.
If you feel like thinking about Python in a different way, try throwing its name in this piece of code and see where it will guide you.Post edited February 15, 2017 by Namxas01