2

I recently watched great google talks speech about Cling - C++ language interpreter. But I wonder if anyone except people at CERN (where it is developed) are using Cling, and how good it is from non-collider-physics-scientist point of view, can you write desktop apps with it?

exebook
  • 32,014
  • 33
  • 141
  • 226
  • 1
    In theory, yes, you can run any sort of code in it. Useful... I suppose it is, but depends on your point of view. – RSFalcon7 Nov 06 '13 at 17:08

3 Answers3

2

There are some videos of uses cases different from the High Energy Physics: http://www.youtube.com/results?search_query=cling+c%2B%2B (I think first couple are the relevant ones)

vvassilev
  • 316
  • 2
  • 7
2

It has the potential to be very useful, but it is very young. There is no documentation that I could find, no dedicated mailing list, no online tutorials. I was able to get small toy code to run, but couldn't figure out how to use it productively on a large library yet.

Andrew Wagner
  • 22,677
  • 21
  • 86
  • 100
0

Cling project is well established one. You can find more information in their official website cling. They also have a forum Thanks

PreeJackie
  • 587
  • 4
  • 14