Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.
Moderator: Coders of Rage
Light-Dark
Dreamcast Developer
Posts: 307 Joined: Sun Mar 13, 2011 7:57 pm
Current Project: 2D RPG & NES Platformer
Favorite Gaming Platforms: NES,SNES,N64,Genesis,Dreamcast,PC,Xbox360
Programming Language of Choice: C/++
Location: Canada
Post
by Light-Dark » Thu Sep 08, 2011 8:35 pm
Code: Select all
HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE
a very interesting programming language.
<tpw_rules> LightDark: java is a consequence of inverse moore's law: every 18 months, the average program will be twice as slow. therefore, computers always run at the same percevied speed. java's invention was a monumental step
LeonBlade
Chaos Rift Demigod
Posts: 1314 Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY
Post
by LeonBlade » Thu Sep 08, 2011 8:55 pm
Light-Dark wrote: Code: Select all
HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE
a very interesting programming language.
Yes it is, I talked to the guy once about helping him with the project, that was forever ago though... I haven't looked into it in a while.
There's no place like ~/
dandymcgee
ES Beta Backer
Posts: 4709 Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:
Post
by dandymcgee » Thu Sep 08, 2011 9:42 pm
Here's an
incredibly inclusive list of similar esoteric programming languages.
http://esolangs.org/wiki/Language_list
Falco Girgis wrote: It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
midix
Chaos Rift Newbie
Posts: 16 Joined: Sat Sep 10, 2011 1:02 pm
Post
by midix » Sun Sep 11, 2011 2:02 pm
My favorite is Brainfuck:
http://en.wikipedia.org/wiki/Brainfuck
If at the end of a tough working day someone says to me: "Oh, I feel like my brain is fucked up", I show this link and that person starts feeling much better - it is such a relief to use PHP/Javascirpt and not Brainfuck
LeonBlade
Chaos Rift Demigod
Posts: 1314 Joined: Thu Jan 22, 2009 12:22 am
Current Project: Trying to make my first engine in C++ using OGL
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: Blossvale, NY
Post
by LeonBlade » Sun Sep 11, 2011 11:17 pm
midix wrote: My favorite is Brainfuck:
http://en.wikipedia.org/wiki/Brainfuck
If at the end of a tough working day someone says to me: "Oh, I feel like my brain is fucked up", I show this link and that person starts feeling much better - it is such a relief to use PHP/Javascirpt and not Brainfuck
I wrote some tools for brainfuck a while back, I think they work... not sure
https://github.com/LeonBlade/Brainfuck-Tools
There's no place like ~/