I've an idea how about a programming language that's essentially brainfuck but with extra higher level commands.
for example a lot of time in brainfuck you write [->+>+<<] for n00 --> 0nn maybe you could be able to define keywords etc..
Name:
Anonymous2013-03-29 8:15
MACROS? IN MY BRAINFUCK? FUCK YOU.
Name:
Anonymous2013-03-29 12:13
guys im going to implement brainfuck with macros to upset >>2
i'm also thinking about how in brainfuck sometimes you have blocks of code with balanced < and >. there might be somethig special you can do with that.. other blocks of code (like going over lists) has unbalanced > and <.
any ideas about balanced blocks?
Name:
Anonymous2013-03-29 12:13
This thread is now the Brainfuck++ 2013 Official language design committee
Name:
Anonymous2013-03-29 12:44
Request for Inclusion #1
/Type/ applies type annotation on the current cell location.
Type may be a template and be of the form /Type<Type1, Type2<Type3>, ... > /
Adjacent "Greater than" characters should be separated by a space to enhance familiarity with C++ experts, when there is no such space, send ASCII BEL to terminal and halt.
Name:
Anonymous2013-03-29 12:52
>>5
what are types? I mean everything is an 8bit integer..
But since this is Brainfuck we're talking about, you should probably only go with UTF-16.
Name:
The Numskulls2013-04-01 22:25
The NUMSKULLS
Edd Case : "It's freezing today!"
Mum : "Here's some soup, Edd. That'll warm you up."
Mouth Dept Cruncher : "Great! It'll heat me up too and I've locked the door so I get all that lovely tomato soup to myself!"
Scene switched to Brain Dept's Computer screen "E-MAILS PING! PING! PING!"
Brain Dept Brainy : "Yes, I know, Blinky. We'd all like some soup to heat us up. I've just emailed Radar too. I need to go, Snitch is on the mobile!"
Brain Dept Brainy type in the code the next action Edd's is going to do on the computer's screen and commented : "There's no way Cruncher is getting all the soup to himself. Greedy skull!"
Edd's Brain Dept Brainy programmed Edd himself to plunge himself inside soup with mouth closed.
Mum : "Silly boy! I meant EATING it will warm you up, not bathing in it!"
Left 'Ear 'OLE Rader : "Tomato! My favourite!"
Nose Dept Snitch : "Mmmm...cosy!"
Brain Dept Brainy looking at the computer screen command "PLUNGE HEAD IN SOUP BUT KEEP MOUTH CLOSED" and said "That's why I run the Brain Dept!"
Mouth Dept Cruncher : "Humph. That'll teach me to be greedy."
Name:
Anonymous2013-04-11 10:39
I'm actually seriously excited about Brainfuck++, I was dreaming about the language constructs this morning.
How would you express something like n _ _ --> 0 +n +n
Name:
Anonymous2013-04-15 12:57
I thought about this last night and I'm writing an interpreter for an extension of Brainfuck with macros right now. I'll post it whenever I'm finished with it, but I wouldn't count on that being any time soon.