# Did Modular just reinvent Julia?

**URL:** https://discourse.julialang.org/t/did-modular-just-reinvent-julia/98214
**Category:** Offtopic
**Tags:** mojo
**Created:** [May 2, 2023, 5:22pm UTC](https://discourse.julialang.org/t/did-modular-just-reinvent-julia/98214 "2023-05-02T17:22:20Z")
**Posts on this page:** 1
**Showing post:** 160

<div class="post-metadata">

### Author: ![lmiq](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lmiq/32/18314_2.png) [@lmiq](https://discourse.julialang.org/u/lmiq)
#### Post date: [May 17, 2023, 12:47pm UTC](https://discourse.julialang.org/t/did-modular-just-reinvent-julia/98214/160 "2023-05-17T12:47:26Z")

</div>

> [@jacobusmmsmit](#):
>
> performance-optimised Julia read or feel like different languages.

That can be true, but in a scale different from interpreted languages. For instance, in [this thread](https://discourse.julialang.org/t/fastest-way-to-check-for-inf-or-nan-in-an-array/76954/48) a highly optimized code obtains “only” a 6x speedup relative to the most natural implementations. Not 20x, 200x. The code without the optimization is still useful, and that optimization was a last resort. With other languages one simply cannot proceed before rewriting the critical parts, because the codes becomes too slow even for testing.

---

_[View the full topic](https://discourse.julialang.org/t/did-modular-just-reinvent-julia/98214)._
