nanoforth - a totally stripped down forth kernel ^

Its intended to investigate dynamic compilation. It can read one line of code and understands:

 +  add
 -  sub
 \d a number (single digit only)
 . print
 : x  compile single-letter word x
 ; end compile


parrot