Why You Shouldn’t Use Julia

Manpreet Singh
3 min readMay 2, 2022

Welcome back! Julia is an awesome programming language with a bunch of capability, if you’re new to Julia, check out the link below to learn more about it:

So, let’s take a look at some reasons why you shouldn’t use Julia anymore.

JIT Compiler

Another slight issue with Julia is that it uses a JIT compiler, although there are advantages to using this type of compiler, there are also some disadvantages as well. One of these disadvantages is the overhead, sometimes it can take a bit more time to run a program this way than using another compiler. If you want to learn more about the JIT compiler, check out the link below:

--

--