CJIT – C, Just in Time
CJIT is a lightweight, free, and open-source C interpreter under 2MB, compatible with Windows, OSX, and Linux, allowing instant code execution without additional installations or compilation.
Read original articleCJIT, or C Just in Time, is a lightweight C interpreter that allows users to run C code instantly without the need for prior compilation. It is a single executable file under 2MB, compatible with multiple operating systems including MS Windows, Apple OSX, and GNU/Linux. CJIT enables instant deployment, requiring no additional tools, libraries, or headers. It is based on Fabrice Bellard's TinyCC and draws inspiration from Terry Davis's HolyC, providing Just-In-Time execution capabilities for C programming. The software is free and open-source, accompanied by a manual that includes examples and experiments. CJIT is developed by Jaromil, Danielinux, and Matteo, with contributions from others in the permacomputing community.
- CJIT is a lightweight interpreter for running C code instantly.
- It is compatible with Windows, OSX, and Linux.
- The executable is under 2MB and requires no additional installations.
- CJIT is free and open-source, with a manual for guidance.
- The project is inspired by notable figures and communities in programming.
Related
Is there something like Jupiter for C/C++
Cling and Jupyter with the xeus-cling kernel offer interactive C++ coding environments, enabling state retention, JIT compilation, and iterative development, similar to the experience provided by Jupyter for Python.
ICPP – Running C++ in anywhere like a script
ICPP is a tool that enables execution of C++ code similarly to scripting languages, supporting Standard C++23, remote execution, hot-loading, and module management, enhancing developer productivity and flexibility.
SectorC: A C Compiler in 512 bytes (2023)
SectorC is a compact C compiler fitting within a 512-byte boot sector, supporting a significant subset of C with advanced features, achieving a size of 303 bytes for practical applications.
Jank development update – Moving to LLVM IR
Jeaye Wilkerson will work full-time on jank from January 2025, focusing on optimizing startup time and transitioning to LLVM IR for better performance and interoperability, while mentoring new developers.
jank is now running on LLVM IR
Jank has transitioned to LLVM IR, improving performance and reducing clojure.core compilation time from 12 seconds to 150 milliseconds, though initial runtime may decline due to manual optimizations needed.
Related
Is there something like Jupiter for C/C++
Cling and Jupyter with the xeus-cling kernel offer interactive C++ coding environments, enabling state retention, JIT compilation, and iterative development, similar to the experience provided by Jupyter for Python.
ICPP – Running C++ in anywhere like a script
ICPP is a tool that enables execution of C++ code similarly to scripting languages, supporting Standard C++23, remote execution, hot-loading, and module management, enhancing developer productivity and flexibility.
SectorC: A C Compiler in 512 bytes (2023)
SectorC is a compact C compiler fitting within a 512-byte boot sector, supporting a significant subset of C with advanced features, achieving a size of 303 bytes for practical applications.
Jank development update – Moving to LLVM IR
Jeaye Wilkerson will work full-time on jank from January 2025, focusing on optimizing startup time and transitioning to LLVM IR for better performance and interoperability, while mentoring new developers.
jank is now running on LLVM IR
Jank has transitioned to LLVM IR, improving performance and reducing clojure.core compilation time from 12 seconds to 150 milliseconds, though initial runtime may decline due to manual optimizations needed.