Open access science news is mostly good, with a bit of ugly
arstechnica.com1 pointsby jamesjporter0 comments
ydash = [1 => y[1]]
creates a Dict that maps for from Int64 to Float64, `=>` is used for declaring Dict literals in Julia. c.f.: http://docs.julialang.org/en/latest/stdlib/base/?highlight=d...