aboutsummaryrefslogtreecommitdiff
path: root/lang/bf2c/pkg-descr
blob: 299442da29b1a681e8ce4e392c2f4f5c9620eee6 (plain) (blame)
1
2
3
4
5
6
7
8
BrainF*ck is a minimalistic, yet Turing-complete programming language with
only 8 instructions.  bf2c compiles a BF file into a corresponding C file,
optimizing as much as possible for speed, size and readability.

It is written for fun, self-educating purposes and to beat existing
BF compilers.

WWW: http://rene-ladan.nl/bf2c/