8
votes
9answers
608 views
What Is The Use Of Brainfuck
I have seen examples of the Brainfuck language, but it's very strange and then I started thinking: What use does the language have?
1
vote
2answers
248 views
HTTP response was too large: 10485810. The limit is: 10485760.
i have written an online brainfuck interpreter ..!! the problem is when i take the text input , it gives an error !!...
HTTP response was too large: 10485810. The limit is: 104857 …
8
votes
2answers
234 views
Port dos2unix to brainfuck
I got into an argument over on SuperUser.com about useless answers and found myself challenging the other poster to answer the question in brainfuck. He didn't take me up on it, b …
0
votes
6answers
275 views
Creating a Brainf**k parser, whats the best method of parsing loop operators?
I'm creating a Brainf++k parser (in a BASIC dialect) ultimately to create an interpreter but i've realise it's not as straight forward as i first thought. My problem is that i need …
3
votes
5answers
252 views
How would one go about testing an interpreter or a compiler?
Hello all!
I've been experimenting with creating an interpreter for Brainfuck, and while quite simple to make and get up and running, part of me wants to be able to run tests agai …
6
votes
8answers
1k views
Detecting infinite loop in brainfuck program
I have written a simple brainfuck interpreter in MATLAB script language. It is fed random bf programs to execute (as part of a genetic algorithm project). The problem I face is, th …
