Skip to main content

Posts about julia

Julia - the magic of composability

I've been getting into the Julia ecosystem a little (turns out there's a lot of tutorials you get to watch when doing the dishes), and I've been meaning to get some hands on experience. Today, I'd like to reproduce Mosè Giordano's gist example, which I first saw in this JuliaCon talk by Stefan Karpinski. I think it really illustrates Alan Edelman's points on Julia's composability from the talk I linked last time.

What we'll do today is combine a simple example of an ODE solution with an uncertainty package, and see how easy or difficult it becomes using Julia.

Read more…