Worth noting this is called MIN because it is implemented (and embeddable in) NIM. Oh and a better description than a LISP in RPN is that it is a functional concatenative language.
Just in the last few days I've been playing around with my HP48 and wondering how close to a reverse scheme with no brackets RPL is.<p>I figured the only real difference is that scheme has list of lists, but you can't have a stack of stacks with RPL.<p>Really cool.
This is a concatenative language, not a Lisp. In Min a function can push and pull an arbitrary number of arguments from the stack. This also makes varargs non-trivial. The round brackets are for creating quotations, and not for executing functions like in Lisp. Maybe the Web-site should make that clearer.<p>Apparently it doesn't have macros either, it can only manipulate functions.<p>Edit: Maybe the mods should change the title. @dang