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.