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?
            Asked
            
        
        
            Active
            
        
            Viewed 1,651 times
        
    3 Answers
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