Skip to content

Commit 250e72f

Browse files
committed
CINT? cling!
1 parent 3b37bec commit 250e72f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ the easy setup of an analysis system that can query and process the data
1212
interactively or in batch mode, as well as a general parallel processing
1313
framework, PROOF, that can considerably speed up an analysis.
1414

15-
Thanks to the built-in CINT C++ interpreter the command language,
16-
the scripting, or macro, language and the programming language are all
17-
C++. The interpreter allows for fast prototyping of the macros since it
18-
removes the, time consuming, compile/link cycle. It also provides a good
19-
environment to learn C++. If more performance is needed the interactively
20-
developed macros can be compiled using a C++ compiler via a machine
21-
independent transparent compiler interface called ACliC.
15+
Thanks to the built-in C++ interpreter cling, the command, the
16+
scripting and the programming language are all C++. The interpreter
17+
allows for fast prototyping of the macros since it removes the, time
18+
consuming, compile/link cycle. It also provides a good environment to
19+
learn C++. If more performance is needed the interactively developed
20+
macros can be compiled using a C++ compiler via a machine independent
21+
transparent compiler interface called ACliC.
22+
2223

2324
The system has been designed in such a way that it can query its databases
2425
in parallel on clusters of workstations or many-core machines. ROOT is

0 commit comments

Comments
 (0)