PandaForth is a Forth implementation for GP32 based on Bradford J. Rodriguez's CamelForth for the Z80.
If don't know Forth, basically, it is a stack-based language using "reverse polish" notation.
It provides an interpreter which is able to compile new definitions.
You can test the language features with the help of a Java applet on my site http://torlus.com/
One of the original features of PandaForth is that you use the interpreter directly from your computer through a USB connection, with the help of a Windows application bundled with it... allowing you to code directly on hardware
If don't know Forth, basically, it is a stack-based language using "reverse polish" notation.
It provides an interpreter which is able to compile new definitions.
You can test the language features with the help of a Java applet on my site http://torlus.com/
One of the original features of PandaForth is that you use the interpreter directly from your computer through a USB connection, with the help of a Windows application bundled with it... allowing you to code directly on hardware