Embedded scripting language designed for C++
ChaiScript is one of the only embedded scripting language designed from the ground up to directly target C++ and take advantage of modern C++ development techniques. Being a native C++ application, it has some advantages over existing embedded scripting languages:
Uses a header-only approach, which makes it easy to integrate with existing projects.
Maintains type safety between your C++ application and the user scripts.
Supports a variety of C++ techniques including callbacks, overloaded functions, class methods, and stl containers.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/r4pwcbf8ws58xnwbb5kq6xgq4s1ra170-chaiscript-6.1.0.drv | ||
x86_64-linux | i586-pc-gnu | /gnu/store/4nfz7ybdycip8smf5rgh1fkadwmi646x-chaiscript-6.1.0.drv | |
x86_64-linux | arm-linux-gnueabihf | /gnu/store/aswlkvjklj56x4q9y6sa446x98nazch2-chaiscript-6.1.0.drv | |
x86_64-linux | aarch64-linux-gnu | /gnu/store/zk0zalfiq1jg8ip23b847s2ahl3f9f4p-chaiscript-6.1.0.drv | |
mips64el-linux | /gnu/store/zn9p2v2mql9ram74bsnybq588a9hcv1d-chaiscript-6.1.0.drv | ||
i686-linux | /gnu/store/3nx3nl30d3285h8a2fzrnz7hhkhxmqs9-chaiscript-6.1.0.drv | ||
i586-gnu | /gnu/store/pd8nhk3hfar5fmhlbc6md42cfrf4hjbj-chaiscript-6.1.0.drv | ||
armhf-linux | /gnu/store/wx2crjya919r0197hgbayyf0xzv585cb-chaiscript-6.1.0.drv | ||
aarch64-linux | /gnu/store/vhjppwhwy5majqh7d8z337il0q5hqkhw-chaiscript-6.1.0.drv |
Linter | Message | Location |
---|---|---|
No lint warnings ✓ |