共有 0 个贴子
没有任何数据可供显示
| 开源项目社区 | 当前位置 : |
|
| www.trustie.net/open_source_projects | 主页 > 开源项目社区 > ChaiScript |
|
ChaiScript
|
| 3 | 0 | 1021 |
| 贡献者 | 讨论 | 代码提交 |
ChaiScript is one of the first (and perhaps only) embedded scripting language designed from the ground up to directly target C++. Being a native C++ application, it has some advantages over existing embedded scripting languages:
It uses a header-only approach, which makes it easy to integrate with existing projects.
It maintains type safety between your C++ application and user scripts.
It supports a variety of C++ techniques including callbacks, overloaded functions, class methods, and stl containers.