I have Julia installed using juliaup. I’ve realized that the julia command forks to the Julia interpreter. Is there a conventional way to go directly to the interpreter?
My goal is to launch as fast as possible – I’m running thousands of short Julia programs. So, I’d like to skip the initialization that juliaup performs, e.g., checking for updates.