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.
https://cdn.rawgit.com/root-project/cling/master/www/index.htmlOverview
https://github.com/root-project/cling
https://root.cern.ch/download/cling/
Demo
https://beta.mybinder.org/v2/gh/QuantStack/xtensor/0.11.1?filepath=notebooks/xtensor.ipynb
看起来像是第一个能实用的C++解释器了,哦哦
请问这个东西能加入软件仓库吗?