cwbe coordinatez:
101
63535
21
1066985
1067742

ABSOLUT
KYBERIA
permissions
you: r,
system: public
net: yes

neurons

stats|by_visit|by_K
source
tiamat
K|my_K|given_K
last
commanders
polls

total descendants::
total children::1
show[ 2 | 3] flat


Brainfuck is a minimalist computer programming language created by Urban Müller around 1993. The language is sometimes referred to as brainf*ck, brainf***, or just BF in polite company.

Müller's goal was to create a simple Turing complete programming language which could be implemented with the smallest possible compiler. The language consists of eight statements. Version 2 of the original compiler (http://wuarchive.wustl.edu/pub/aminet/dev/lang/brainfuck-2.lha), written for the Amiga, was 240 bytes in size.

As the name suggests, brainfuck programs tend to be difficult to comprehend, perhaps so much so as to drive the programmer insane. However, the Turing machine, and therefore brainfuck, can accomplish any computing task. Disregarding the apparent difficulty in programming certain tasks in brainfuck, it is certainly possible to do so.

The language is based on a simple machine model consisting, besides the program, of an array of bytes initialized to zero, a pointer into the array (initialized to point to the first byte of the array), and two streams of bytes for input and output.




000001010006353500000021010669850106774201067754
Prospero
 Prospero      19.08.2004 - 17:34:57 , level: 1, UP   NEW

A Brainfuck program has an implicit byte pointer, called "the pointer", which is free to move around within an array of 30000 bytes, initially all set to zero. The pointer itself is initialized to point to the beginning of this array.

The Brainfuck programming language consists of eight commands, each of which is represented as a single character.

> Increment the pointer.
< Decrement the pointer.
+ Increment the byte at the pointer.
- Decrement the byte at the pointer.
. Output the byte at the pointer.
, Input a byte and store it in the byte at the pointer.
[ Jump forward past the matching ] if the byte at the pointer is zero.
] Jump backward to the matching [ unless the byte at the pointer is zero.


The semantics of the Brainfuck commands can also be succinctly expressed in terms of C, as follows (assuming that p has been previously defined as a char*):

> becomes ++p;
< becomes --p;
+ becomes ++*p;
- becomes --*p;
. becomes putchar(*p);
, becomes *p = getchar();
[ becomes while (*p) {
] becomes }


00000101000635350000002101066985010677420106775401068297
juraj
 juraj      20.08.2004 - 01:36:57 , level: 2, UP   NEW
Ook! is a programming language designed for orang-utans. Ook! is essentially isomorphic to the well-known esoteric language BrainF***, but has even fewer syntax elements.

Design Principles

A programming language should be writable and readable by orang-utans.
To this end, the syntax should be simple, easy to remember, and not mention the word "monkey".
Bananas are good.

http://www.dangermouse.net/esoteric/ook.html

----

a este jeden:

http://cgibin.erols.com/ziring/cgi-bin/cep/cep.pl?_key=Befunge


00000101000635350000002101066985010677420106775401067829
BlackDeath
 BlackDeath      19.08.2004 - 18:25:40 , level: 2, UP   NEW
wole,, to sa zmesti do mobilu,, co do mobilu,, do
digitalnych hodiniek,,, :)))

00000101000635350000002101066985010677420106775401067828
BlackDeath
 BlackDeath      19.08.2004 - 18:24:45 , level: 2, UP   NEW
WOW,,.., WOW,, to je dobreeeee, fuckt :)
I feel like brainfukd,,
to som zvedavy,, kolko by mali zdrojaky kernelu v tomto jazyku :>