Simple demonstration of an undamped double pendulum made in Julia.
Navigate to the working directory, activate, then (if needed) instantiate the project environment:
julia> ]
pkg> activate .
pkg> instantiate
To run the script non-interactively:
$ julia --project=. pendulum.jl
Interactively:
julia> include("pendulum.jl")
