Where can I find some information about Forth programming language?
• Forth Tutorial – http://www.softsynth.com/pforth/pf_tut.htm • An Introduction to Forth Using StackFlow – http://www.taygeta.com/forth_intro/stackflo.html • Build Your Own Forth – http://www.figuk.plus.com/byof.htm • JForth – http://home.tampabay.rr.com/jforth/TableOfContents.html (three chapters are quite good: Beginning Forth Tutorial, Intermediate Forth Tutorial and Advanced Forth Tutorial). • Summary of Forth Style Conventions – http://www.taygeta.com/forth_style.html • A small reference text on basic Forth words (in Russian) – http://www.nncron.ru/download/spf_help.zipDon’t forget to check onine versions of Starting Forth, a great book by Leo Brodie – http://home.iae.nl/users/mhx/sf.html and Thinking Forth by Leo Brodie – http://thinking-forth.sourceforge.net/ . There is a newsgroup, COMP.LANG.FORTH, which is dedicated to Forth language.