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. Inspired by Terry Davis (TempleOS) and Fabrice Bellard (TinyCC), CJIT brings the power of Just-In-Time (JIT) compilation to C programming.
100% Free and open source!