Hacker News new | ask | show | jobs
by Max-Limelihood 1248 days ago
> For example, error messages thrown by Julia can be multiple screens long and are as hard to read as C++ errors.

The good news is this can be fixed by using AbreviatedStackTraces.jl, which will probably be added to the base language in the next update (1.10).

> And getting types right is a pain. Julia's types are almost identical to Python's. Julia is dynamically-typed, with optional type annotations. You don't have to touch types, ever, if you don't want to. I never worry about types when I write Julia programs.