Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ch and CInt C interpreters [duplicate]

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

like image 810
Allan Wind Avatar asked Nov 25 '22 19:11

Allan Wind


1 Answers

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.

like image 122
Grzegorz Wierzowiecki Avatar answered Feb 06 '23 20:02

Grzegorz Wierzowiecki