Scripting in C? CJIT!
C, Just in Time!
β±οΈ Instant Deployment π€πΌOne file <2MB big: no EULA to sign, no IDE to install
π§© Call dynamic libs πͺ Use any shared function found in any dynamic library
π Rapid Prototyping π¦ Write and execute C applications rapidly
CJIT is a lightweight C interpreter that lets you run C
code instantly, without needing to build it first. Just
use the executable interpreter: no extra tools, libs,
or headers required.
Based on Fabrice Bellard's TinyCC and inspired by Terry
Davis (HolyC), CJIT brings the power of Just-In-Time
execution to C programming.
100% Free and open
source! πIncludes a
manual with examples and funky experiments.
