Julia for Geant4 Data Analysis
Utilizing https://github.com/JuliaHEP/UpROOT.jl, one can load simulation results in ROOT format in Julia:
julia> import Pkg
julia> Pkg.add("UpROOT")
julia> using UpROOT
julia> file = TFile("gears.root")
julia> tree = file["t"]
julia> tree.x