There used to be a lot more functionality packaged with Julia, but there has been a concerted effort to spin them off. It makes development easier - contributing to a package is much less intimidating than contributing to base Julia.
For collections, the package is part of "JuliaLang", which is basically Julia's standard library: https://github.com/JuliaLang/DataStructures.jl On Wednesday, December 2, 2015 at 11:14:32 AM UTC-5, Spencer Russell wrote: > > Can you clarify what problem you’re trying to solve? Julia has several > collection types and various operations on them, so it’s possible that the > functionality you’re looking for exists under a different name. > > -s > > > On Dec 1, 2015, at 4:33 PM, [email protected] <javascript:> wrote: > > Hello, > > > I would like to ask why Julia doesn’t have a Collections library/module > inside the standard library? > > > Best regards, > > Joao Carvalho > > >
