We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Talk:And then

From Esolang
Jump to navigation Jump to search

Um... no. Just no. Every time I click random page it gives me brainfuck version in 1 to n, please stop inventing brainfuck version n+1 and increasing n. If you really must share, how about talking instead to this MAD-LIBS program!?!

#/usr/bin/perl
print "I have a new language!\n";
print "It's like brainfuck, except with\n";
print "> expressed as "; <STDIN>;
print "< expressed as "; <STDIN>;
print "+ expressed as "; <STDIN>;
print "- expressed as "; <STDIN>;
print ". expressed as "; <STDIN>;
print ", expressed as "; <STDIN>;
print "[ expressed as "; <STDIN>;
print "] expressed as "; <STDIN>;
print "Well, that's the language, have fun!\n";

--Orenwatson (talk) 04:59, 27 November 2014 (UTC)