Cling :: The interactive C++ interpreter

Roberto Nogueira
1 min readNov 19, 2016

Cling is an interactive C++ interpreter, built on top of Clang and LLVM compiler infrastructure. Cling realizes the read-eval-print loop (REPL) concept, in order to leverage rapid application development. Implemented as a small extension to LLVM and Clang, the interpreter reuses their strengths such as the praised concise and expressive compiler diagnostics.

See also cling’s web page, github, slides and a presentation(see below) for further info.

--

--

Roberto Nogueira

Grounded in Telecommunications, Software Engineering and his main concern is with life itself as a whole and unconditioned.