Julia correctness issues raised in "Why I no longer recommend Julia"

Yuri Vishnevsky raised several correctness issues in his blog post Why I no longer recommend Julia. I was curious what has changed since. Tested 7 such issues.

  • In each issue, I will first paste the screenshot from the original post, then repeat the code in Jupyter.
  • In conclusion, six have been solved. The 7th regarding “sum!, prod!, any!, and all!” is tricky because input and output on the same object is inherently dangerous.