CINT

CINT is a command line C/C++ interpreter that was originally included in the object oriented data analysis package ROOT. Although intended for use with the other faculties of ROOT, CINT can also be used as a standalone addition to another program that requires such an interpreter. In 2013, CERN switched to the Cling C++ interpreter, so CINT is now distributed standalone by the author. As an alternative to CINT, ROOT also provides which is an REPL application using LLVM's Clang as a C++ JIT compilation environment.

CINT

CINT is a command line C/C++ interpreter that was originally included in the object oriented data analysis package ROOT. Although intended for use with the other faculties of ROOT, CINT can also be used as a standalone addition to another program that requires such an interpreter. In 2013, CERN switched to the Cling C++ interpreter, so CINT is now distributed standalone by the author. As an alternative to CINT, ROOT also provides which is an REPL application using LLVM's Clang as a C++ JIT compilation environment.