A Julia prototype implementation of the Dice probabilistic programming language. See https://github.com/SHoltzen/dice
Start julia in project mode for current folder, i.e.:
julia --project
Then can install Dice and update dependencies by doing (also can do precompile
or build
)
] up
Now can do ] status
to see what versions of dependencies we have (or for more details can look into the Manifest.toml
file).
(Dice) pkg> status
Project Dice v0.1.0
Status `~/Dice.jl/Project.toml`
[345a2cc7] CUDD v0.2.2
[1e6dae5e] DirectedAcyclicGraphs v0.1.0
[615f187c] IfElse v0.1.1
[1914dd2f] MacroTools v0.5.9