Calculator with reverse Polish notation as a starter project that I use to learn Kotlin. Hosted on replit https://replit.com/@jdonges1/RPNCalc Example: Input>9 sqr 18 + 3 / 33.0 Input>3 * 1 + 100.0 Input>exit