CJIT is a C interpreter that lets you run C code instantly, without needing to build it first. It is just one small file and can do everything a C compiler does, including call functions from any installed library. It works on Linux, Windows, and MacOSX.
Homepage
Download
Recent Releases
0.15.106 Jan 2025 05:49
minor feature:
Executable size is down below 1MB. Now can also compile C code linking system and custom shared libraries, used as a drop-in replacement of gcc and clang. Many documentation updates.
0.9.010 Dec 2024 16:45
minor feature:
activate dmon by default on all supported platforms.
Removes the need for the cli option --dmon.
0.8.126 Nov 2024 13:03
major feature:
Initial announcement, after lab testing and porting to various platforms.