forth编程语言
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)
總結
- 上一篇: Promethus搭建 K8S 集群节点
- 下一篇: QT5开发的程序打包发布