A very simple Forth interpreter implemented in various languages. The design is inspired by libforth.
.Print the top of the data stack..Print the whole data stack+Add-Subtract*Multiply/DivisiondupDuplicate top of stackpopPop top of stackclrClear stackswpSwap top two values on stackexitQuit interpreter