mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
643 B
Plaintext
15 lines
643 B
Plaintext
Cling is an interactive C++ interpreter,
|
|
built on the top of LLVM and Clang libraries.
|
|
Its advantages over the standard interpreters are that it has command prompt
|
|
and uses just-in-time (JIT) compiler for compilation.
|
|
One of Cling's main goals is to provide contemporary, high-performance
|
|
alternative of the current C++ interpreter in the ROOT project "CINT".
|
|
The backward-compatibility with CINT is major priority during the development.
|
|
|
|
Its main advantages are:
|
|
Production-grade parser.
|
|
Just-in-time compiler (JIT).
|
|
Modular C++ API from the ground up.
|
|
Separate parser and execution engine.
|
|
C++ 11 support through clang.
|