zero overhead, high performance programming language focused on developer productivity.
chadscript only runs on x64 linux. MacOS and other ISA probably work but are not tested. Windows does not.
dependencies requires
- node
- clang
dependencies are planned to be removed after chadscript v1.0
git clone git@github.com:qwed81/chadscript.git
cd chadscript
node build.js
cp chad /bin/chad
chad examples/e0-intro.chad
./build/output
chadscript is still in an experimental phase. Any feedback is appriciated, especially ideas for features of programming languages or libraries.