title H-TROF: The Greatest Programming Language Ever user strick ip 75.144.20.99 vol 1 lock ******** Here's how to build the best programming language, one that will be easy to write and easy to read. Let's start with some hard-to-read code in a programming language with Lots of Irritating Superfluous Parentheses: /pre( (((print (sqrt (+ (* y y) (* x x)))))) (where y (constant (+ x 1))) (where x (constant 3)) /pre) First we get rid of all those irritating parentheses: /pre( print sqrt + * y y * x x where y constant + x 1 where x constant 3 /pre) Then we decide the word "where" isn't really needed: /pre( print sqrt + * y y * x x y constant + x 1 x constant 3 /pre) And finally we substitute a period for the word "print" because everyone knows that's easier to read, and we write it in UPPER CASE to make it easier on your eye: /pre( . SQRT + * Y Y * X X Y CONSTANT + X 1 X CONSTANT 3 /pre) And that's it! We finally have a concise, easy to use language. And it's named /b