app like that
CJIT - C, Just in Time!
CJIT - C, Just in Time!

CJIT is a lightweight C interpreter that lets you run C code instantly without building it first. It works on Windows, macOS, and Linux. You can use any shared function in dynamic libraries and write and execute C applications rapidly. It’s a single executable under 2MB with no dependencies or IDE required.

Features

Works everywhere

Compatible with MS/Windows, Apple/OSX, and GNU/Linux platforms.

Instant Deployment

The tool is under 2MB, requiring no EULA or IDE for installation.

Call dynamic libs

Allows the use of any shared function found in any dynamic library.

Rapid Prototyping

Enables writing and executing C applications quickly.