2 pointsby leephillips18 hours ago1 comment
  • MillironX18 hours ago
    This is a good summary of the power of Julia's type system in performance. The `2^-5` seems like a bad example, tho, because it renders as a float. Every version of Julia I can run also allows it to work. I assume this used to error?
    • leephillips18 hours ago
      Yeah, the article is slightly out of date. There is no error in Julia 1.11 and 1.10. I no longer have earlier versions installed, so I don’t know when this changed.