|
|
|
|
|
by nsajko
260 days ago
|
|
Julia is not without warts, but this blog post is kinda rubbish. The post claims vague but scary "correctness issues", trying to support this with a collection of unrelated issue tickets from all across Julia and the Julia package ecosystem. Not all of which were even bugs in the first place, and many of which have long been resolved. The fact that bugs happen in software should not surprise anyone. Even software of critical importance, such as GCC or LLVM, whose correctness is relied upon by the implementations of many programming languages (including C, C++ and Julia itself), are buggy. Instead the post could have focused more on actual design issues, such as some of the Base interfaces being underspecified: > the nature of many common implicit interfaces has not been made precise (for example, there is no agreement in the Julia community on what a number is) The underspecified nature of Number (or Real, or IO) is an issue, albeit not related with the rest of the blog post. It does not excuse the scaremongering in the blog post, however. |
|