body, table { font-family: 微软雅黑; font-size: 13.5pt }
table { border-collapse: collapse; border-top: 2px solid rgba(128, 128, 128, 1); border-right: 0 solid rgba(128, 128, 128, 1); border-bottom: 2px solid rgba(128, 128, 128, 1); border-left: 0 solid rgba(128, 128, 128, 1) }
th { border: 1px solid rgba(128, 128, 128, 1); padding: 4px; background-color: rgba(221, 221, 221, 1) }
td { border: 1px solid rgba(128, 128, 128, 1); padding: 4px }
tr:nth-child(2n) { background-color: rgba(248, 248, 248, 1) }

FORTH的来历:

按照 Forth 语言的发明人 Charles Moore ( Chuck )的说法:

我第一次把各种想法组合成一个整体之后,它在“第三代计算机” IBM1130 上工作得如此有效,以致于我认为它是“第四代语言”,理所当然地应该被称为 FOURTH 。不过,当时的 IBM 计算机只允许 5 个字符的标识符。所以 FOURTH 变成了 Forth ,这是一个非常好的的文字游戏。 20世纪60年代(1968年)


第一个称为Forth的程序的是在1970年编写的,(好多书都说Forth是1968年发明的),第一个完整的实现是在PDP-11上完成的,用于亚利桑那州国家射电天文台的 11 米射电望远镜。这个系统的责任是定向和跟踪望远镜,收集数据并记录到磁带上,支持一个交互式的图形终端,供天文学家分析以前记录的数据。系统的多任务特点允许这些功能同时执行,没有时间上和其它方面的冲突。这个系统很成功,使用范围迅速扩大,国际天文学会于1976年接受了Forth作为标准语言


1973年Moore和Elizabeth Rather成立了Forth.Inc公司,目标是开发这种语言的商业应用。


1977年,8位微处理器上开发了一个称为microForth的版本,1979年,出现了PolyForth,成了市场上销量最大的Forth系统。


1978年位于北加利佛尼亚的计算机爱好者成立了 Forth 兴趣组织 (FIG)。得到Forth.Inc的许可之后,实现了著名的FIG-Forth。


FIG目前在15个国家中有60个分支。



http://blog.csdn.net/wxj729/article/details/313678


https://www.forth.com/resources/forth-programming-language/#2436_Multiprogramming
这个网站介绍了FORTH的发展史
1984年FORTH,Inc公司在自己的产品polyFORTH上支持多用户和数据库工具。最多可以支持16个用户。20世纪80年代末,polyFORTH用户NCR在80386上实现了支持150个用户。

1989年George Shaw等人成立了一个叫做ACM的特殊FORTH兴趣小组,叫做SIGForth,它们也赞助一些会议。
System(s) Company Primary Products & Markets
CFORTH83, Forthmacs, SunForth Bradley Forthware Portable Forth written in C; versions for Atari, Macintosh, Sun;
consulting and services related to the Sun Microsystems Open Boot
cmFORTH Silicon Composers Public-domain system for Novix Forth and others processor by C. Moore, ported to the Harris and SC-32 Forth processors by others
Cyrano Opto-22 Forth for a proprietary embedded controller
F-PC T. Zimmer et al. Extensive public-domain system for the IBM-PC family
F83 Laxen and Perry Public-domain system for the IBM-PC family, later ported by others to other platforms
HS/Forth Harvard Softworks IBM-PC family
JForth Delta Research Amiga
MacForth Creative Solutions, Inc. Apple Macintosh, NuBus interface boards
Mach2 Palo Alto Shipping Apple Macintosh
mmsFORTH Miller Microcomputer Services IBM-PC family; business and commercial applications
MPEForth MicroProcessor Engineering (UK) PCs and embedded systems
mvpFORTH Mountain View Press Public-domain system on a variety of platforms
Open Boot Sun Microsystems Programmable ROM-based Forth on SPARC workstations
polyFORTH FORTH, Inc. Industrial systems on PCs and other platforms; interactive cross compilers; consulting and custom programming services
UR/Forth Laboratory Microsystems, Inc. (LMI) IBM-PC family running DOS, OS2 and Windows; cross compilers for a variety of systems

Forth操作系统能最大限度的利用有限的硬件资源,所有非常适合嵌入式环境。