CINT Alternatives
CINT is described as 'Interpreter for C and C++ code. It is useful e.g. for situations where rapid development is more important than execution time. Using an interpreter the compile and link cycle is dramatically reduced facilitating rapid development' and is an app in the development category. There are three alternatives to CINT for Linux, BSD, Mac and Windows. The best CINT alternative is Cling, which is both free and Open Source. Other great apps like CINT are Ch and Interactive GCC (IGCC).
Alternatives list
Cost / License
- Freemium
- Proprietary
Platforms
- Mac
- Windows
- Linux
- BSD

IGCC is a real-eval-print loop (REPL) simulator for C/C++ programmers. It allows you to type C++ commands which are immediately compiled and executed. Underneath it uses the normal GCC exe for compiling.
Cost / License
- Free
- Open Source
Platforms
- Linux
- BSD