You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ <h1>Cling interprets C++</h1>
29
29
<p>
30
30
Cling is built on the top of LLVM and Clang libraries. In addition to standard interpreters it has a command line prompt and uses just-in-time (JIT) compiler. This kind of software application is commonly known as an interactive compiler.
31
31
<br/>
32
-
Cling started off as a contemporary, high-performance alternative of the current C++ interpreter in the ROOT project - CINT.
32
+
Cling started off as a contemporary, high-performance alternative of the forerunner C++ interpreter in the ROOT project - CINT.
0 commit comments