共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > xemmai |
xemmai
|
1 | 0 | 191 |
贡献者 | 讨论 | 代码提交 |
xemmai is a dynamic programming language. It has lambda closures, classes, exceptions, modules, threads and fibers.
It is implemented in C++ and has C++ friendly API to implement extension modules. It aims to be a general purpose glue language.
It runs on linux, windows, and hopefully other unix systems.
Internally, codes are executed on a byte code interpreter. It also has a concurrent garbage collector to utilize multiple processors.