Anyone wanna tell me what this programming language is like? ive heard its pretty versatile.
Announcement
Collapse
No announcement yet.
Brainfuck
Collapse
X
-
After having a look...
The whole language consists of only 8 commands: > < + - . , [ ].
It's probably called brainfuck because the code looks like this: http://esoteric.sange.fi/brainfuck/b...og/99botles.bf .
I remember heard of this other language 'Whitespace' that consists of only TABS and SPACE.
The great thing about this of course is that when you read the source code, you can't even see it. e.g. http://compsoc.dur.ac.uk/whitespace/hworld.ws
Anyway, don't bother with 'new' programming languages, most of them are just 'serious' jokes for fun.
-
Kinda looks like a maze at first glance.Thrashing> "That'll be 25.99, thank you for buying, please come again"
Thrashing> "LET'S FUCK!"
Thrashing> Like that, Ott?
Catgirl> rofl
Missy> o.O im so leaving this chat
Kim> hal, say fit of rage sucks ballz
fit of r> here, i'll do it for you
fit of r> I SUCK BALLS
Kim> loool
fit of r> I LOVE BIG HAIRY MAN BALLS
Comment
-
It's not
It's the epitome of what is not versatile... the code works like this, the stack starts at 0 and > moves the pointer up one < down one + - changes the value of the memory position by 1 also.. there is also like ; and , to do while loops and for while loops. Just for an example though, to just print "hello" with it you would need to put the hex value for h (under what system it's going to be on) into a memory position but it would be a high number like 68 so you cant put 68 +'s you have to use a few memory positions to manipulate numbers with loops in order to store 68 in slot 1, and also for e l l and o. While in most languages all of that is done in the compiler, you only need to use "Hello"Originally posted by Existenz87Anyone wanna tell me what this programming language is like? ive heard its pretty versatile.
Comment
-
There's also a program called fuck fuck where the symbols in brainfuck have been replaced with words like cock, tits, boobs etc.5: Da1andonly> !ban epinephrine
5: RoboHelp> Are you nuts? You can't ban a staff member!
5: Da1andonly> =((
5: Epinephrine> !ban da1andonly
5: RoboHelp> Staffer "da1andonly" has been banned for abuse.
5: Epinephrine> oh shit
Comment
-
-
HaHa
I'm sure they fubar'd it after they wrote it with proper structerOriginally posted by Nockm
Comment
Channels
Collapse

Comment