5 ms·
I think Julia largely accomplishes these goals except for the platform integration.
by wjholden 11mo ago
I think Julia largely accomplishes these goals except for the platform integration.
- jakobnissen 11mo agoIt also has poor tooling when compared to Python. Julia's package manager is good, and so is it's tools for performance optimisation, but for type checking, app/cli creation, semver checking and IDE integration, the tooling is quite bad. Also, the compile times are shit, and the type system makes it very hard to make a type checker in the first place.
- leephillips 11mo agoAll except maybe the compile times. I read the beginning of the article about the features of Uv; Julia has all that built in.