You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DroidScript
Hi During my internship in the last two weeks I had an idea of making an Brainfuck interpreter during my freetime there. So here is it with an explanation of BF and some simple samples. It just translates the Brainfuck code to JavaScript and runs it via eval() Regards ;)