Reference cling web page.

This commit is contained in:
Axel Naumann 2016-07-20 17:06:51 +02:00 committed by sftnight
parent 2ec39dbd62
commit e83b3e02ca

View File

@ -12,6 +12,7 @@
Cling is an interactive C++ interpreter, built on top of Clang and LLVM compiler infrastructure. Cling realizes the [read-eval-print loop (REPL)](http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop) 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.
### Further information & demos
[cling web page](https://cdn.rawgit.com/root-mirror/cling/master/www/index.html)
Please note that some of the resources are rather old and most of the stated limitations are outdated.
* https://github.com/root-mirror/cling/tree/master/www/docs/talks
* http://blog.coldflake.com/posts/2012-08-09-On-the-fly-C++.html