top | item 45757483

(no title)

wjholden | 4 months ago

I think Julia largely accomplishes these goals except for the platform integration.

discuss

order

jakobnissen|4 months ago

It 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|4 months ago

All except maybe the compile times. I read the beginning of the article about the features of Uv; Julia has all that built in.