hi there,
just to let you know I have just released Go-HEP v0.4:
the instructions to install Go and Go-HEP are here:
Version v0.4 sports:
- reading/decoding of
ROOTfiles - extracting
TH1xandTH2xfromROOTfiles - reading “simple”
TTrees (flat trees containing builtins and arrays/slices of builtins, event-trees of builtins, arrays/slices/std::vectors of builtins/simple-structs,std::strings andTStrings) -
root-ls: a command to inspectROOTfiles -
root-srv: a command that launches a local web-server from which one can inspectROOTfiles and plotTH1x,TH2xandTTrees -
root2npy: a command that converts “simple”TTrees intonumpydata files -
root2yoda: a command that convertsROOTfiles into YODA files
and that’s just the purely ROOT-related stuff.
With Go-HEP, Gonum (numpy/scipy for Go) and Go you can:
- create nice plots,
- do BLAS/LAPACK and linear algebra
- do stats (univariate, multivariate, histograms, …)
- etc…
Come to Go for the concurrency, and stay for everything else 
Cheers,
Sebastien.