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.
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. 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.
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.
![avatar](http://images.gog.com/9241eb48b2e444206bd20f36db1df72669791b9ed61ba93e457ac1df2a392521_avm.jpg)
![avatar](http://images.gog.com/a5244f0d886324fc61500ea3532ef3e1322a514ff09e68dee673fdf5333352d2_avm.jpg)
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.
![avatar](http://images.gog.com/01f90abbe0bfbfedc281b71d0cdf4ea4675a4b766eeea8b9897fd8b3608a46e8_avm.jpg)
Post edited February 15, 2017 by Namxas01