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

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.

Leave a Comment