共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > crack-language |
crack-language
|
1 | 0 | 2171 |
贡献者 | 讨论 | 代码提交 |
Crack aims to provide the ease of development of a scripting language with the performance of a compiled language. The "crack" program is a "script executor" that compiles source to machine code on the fly (it will cache the code to intermediate formats as appropriate).
The crack language itself derives concepts from C++, Java and Python, incorporating object-oriented programming, operator overloading and strong typing.