Search code examples
c++interpreterread-eval-print-loop

Have you used any of the C++ interpreters (not compilers)?


I am curious if anyone have used UnderC, Cint, Cling, Ch, or any other C++ interpreter and could share their experience.


Solution

  • There is cling Cern's project of C++ interpreter based on clang - it's new approach based on 20 years of experience in ROOT cint and it's quite stable and recommended by Cern guys.

    Here is nice Google Talk: Introducing cling, a C++ Interpreter Based on clang/LLVM.