6 ms·
What I remember about ROOT Cint is that it was an absolute nightmare to work with, mostly because it couldn't do STL containers very well. It was a weird time t
by rubicks 2y ago
What I remember about ROOT Cint is that it was an absolute nightmare to work with, mostly because it couldn't do STL containers very well. It was a weird time to do language interop for physicists.
- frumiousirc 2y agoOh yes, I remember the CINT times, but then I also remember PAW and KUMAC. Modern ROOT of course replaces CINT with Cling and STL containers are well supported.
- sbinet 2y agoback in the days, one always had to have 2 terminals open to work with ROOT: one to work and the other to 'kill -9 root.exe' thanks to CINT happily completely destroying your TTY.