forth 是一种基于栈的程序设计语言,其语法使用逆波兰表达式(即后缀表达式),forth的黄金期是上世纪80年代,现在使用的人很少,但是却非常的有趣。还有一个以forth为基础开发的语言factor ,它增加了许多当代的编程语言特征。
相关网站:
forth interest group (compilers ,tutorials , forth standard )
forth faq
forth Versus C (also see forth And Not C )
comp.lang.forth.repository
another forth tutorial (also see pForth )
JonesForth (minimal forth interpreter and tutorial)
gforth(homepage , manual (also a good tutorial of forth)