CJIT 0.9.0

CJIT is a C interpreter that lets you run C code instantly, without needing to build it first. It is just one 2MB file and can do everything a C compiler does, including call functions from any installed library. It works on Linux, Windows, and MacOSX.

Tags software-development compiler interpreter c
License GNU GPLv3
State beta

Recent Releases

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.