Comment Re:Code generation == metaprogramming (Score 1) 262
RPN=Reverse Polish notation.
Great for pocket calculators when you can remember what the 2 or 3 levels of stack contain, but close to unusable in a programming language, because you can't visually parse it (thinking Forth here) without knowing the arity of every method.