Thanks for mentioning it! There've been so many changes recently in master lately, that I've let it get a bit behind, I'll try to get it back to keeping pace with v0.5.
I've tried to make it so that you can select which parts of Julia that you want in (like Sparse arrays, LinAlg, BigInt, BigFloat, Complex, Rational, with build flags in Make.user) One of the hardest parts has been that a lot of the documentation is still stored in docs/helpdb/Base.jl, and haven't yet been moved to the files where the functions actually are defined. The other problem is similar, there are a lot of unit tests where it would be much easier to deal with if the tests were in files corresponding to the source files in Base (last summer, some of the tests did get reorganized that way, which helped) On Tuesday, June 7, 2016 at 4:57:38 AM UTC-4, Nils Gudat wrote: > > Don't know whether this is something you'd be interested in, but Scott > Jones has worked on building a Julia "lite" version with fewer components: > https://groups.google.com/forum/?fromgroups#!searchin/julia-users/raspberry$20pi/julia-users/WStpLtrKiFA/JhiAbc-vAwAJ >
