Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Where do those stats come from? (Score 1) 90

From where I stand, in the middle of a big research lab, I can say that:

  • hardly a handful use C++
  • A LOT of researchers use a language called ROOT that nobody ever speaks about

I think that these are contradictions. ROOT is not a language, it's a library written in C++ as well as an application that allows you to create, save and run ROOT models. The interactive scripting language used in ROOT is C++ using the cling interpreter. Anyone using ROOT itself is using C++ as the language. There are Python bindings (PyRoot), but ROOT itself is still C++. I use it in my C++ classes to interactively demonstrate concepts during class.

See First Steps with ROOT from the ROOT manual

Slashdot Top Deals

There is no likelihood man can ever tap the power of the atom. -- Robert Millikan, Nobel Prize in Physics, 1923

Working...