Stack-based languages can be fun to play around with.<p>Way back when, I used Quartus Forth (<a href="http://www.quartus.net/products/forth/" rel="nofollow">http://www.quartus.net/products/forth/</a>) to write a few small games for my Palm. Quartus is (was? looks dead...) an onboard Forth compiler -- Forth is a very compact language which is handy when you're writing code with a stylus.<p>The thing I remember most about it was that the actual coding was probably more fun than that playing the games I wrote. There's a kind of puzzle solving element to learning a stack-based language. I already knew how I'd write such-and-such function in a C-like language, it was all about arranging words in the most succinct, efficient manner possible to create the equivalent function.<p>I don't think I'd go back to Forth or another stack-based language for a project these days, but I'm glad for the time I spent playing with it.