Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要任何用 C89 编写的高级语言解释器。我有哪些选择?
我想采用这种语言并可能对其进行扩展,以支持主机平台的一些低级操作系统相关功能。
解释语言可以是任何高级脚本风格的风格。
经过一番寻找,我想要的是一种扩展语言。最强的竞争者是Lua。
这里有一个很好的讨论: 这里