beef is a Brainfuck interpreter written in C. While most available interpreters for this fantastic programming language are written trying to have the smaller executable, beef is written to work well and to be flexible.
Features
The current version of beef features:
- Memory is allocated dynamically, so the only limit for the length of the tape is the amount of memory your computer has
- Being written in C and using nothing more than libc, it should be portable to a wide range of operating systems (so far it has been successfully tested under GNU/Linux, GNU/Hurd and Windows)
- Its behavior is configurable using command line options
- Using code taken from an optimized interpreter by Erik Bosman, beef is also really fast
Download
Last available version of beef is 0.0.6; you can download it as source from this site.
You can also obtain a Debian package from any of the official mirrors.