
Interactive GCC (IGCC)
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.
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.
CINT is an interpreter for C and C++ code. It is useful e.g. for situations where rapid development is more important than exe ...
Ch is a C/C++ interpreter and scripting language environment used by teachers, students, engineers and scientists around the w ...
Cling is an interactive C++ interpreter, built on the top of LLVM and Clang libraries. Its advantages over the standard interp ...