LYCOS RETRIEVER
Brainfuck: Programs
built 634 days ago
Brainfuck is an IDE (Integrated Development Environment) for the Brainfuck programming language. It provides the user a comfortable way to develop, debug, interprete or compile code. Additionally a plugin-framework is provided to integrate extensions.
Source:
Brainfuck is quite a brilliant little programming language. As noted above and elsewhere, it operates in a similar manner to a basic Turing machine. A note on the name: understandably, Urban Müller now wishes he'd called it something different.
Source:
Brainfuck is a computer programming language noted for its extreme minimalism. It was designed to challenge and amuse programmers, and is not suitable for practical use. Its name has been variously euphemized.
Source:
Brainfuck no inclou una instrucció per copiar bytes. Això ha de fer-se amb les instruccions de bucle. Moure un byte és simple si la destinació és zero (sempre ho és al iniciar el programa) però la posició inicial es perd, com hem vist abans. Així movem [0] a [1]:
Source:
Brainfuck, often shortened as BF, is a extremly simple, but yet powerful (touring complete) programming language. The reason for the weird naming is that, due to its extreme simplicity, it is rather difficult to write and nearly impossible to read programs that perform complex tasks.
Source:
Brainfuck is a minimalistic but almost Turing-complete programming language invented by Urban Mueller. It consists of eight different commands, which are represented by single characters (see the table below) and an array with enough space [tm].
Source: