-
TIL: Polish Notation, adding $JAVA_HOME on Ubuntu with 1 command
Polish Notation Typically, in mathematics we are used to seeing lots of expressions in the form of operand operator operand . For instance, addition of two numbers, say 1 and 2 would be expressed as 1 + 2 . However, when it comes to functional languages like Clojure. This order is not honored anymore. Typical… — read more