Comment Re:Forth, the RPN notational programming language (Score 1) 491
I can't see getting back to it now, either; lets face it, a huge bonus for any programming language choice is its popularity, so that others will maintain your code, so that you can get help and code fragments with a quick google.
You may want to check out Factor. Both the language and its libraries are actively being developed. It is concatenative like Forth, with a strong Lisp influence.