A basic Nested Sampling implementation in Julia.
(c) 2015 Brendon J. Brewer
LICENCE: MIT. See the LICENCE file for details.
You will need Julia 0.4.0 or later. Plotting is done by calling matplotlib
(so you'll need that) and the PyCall package in Julia, which can be installed
using Pkg.add("PyCall")
.