test.jl (linux, julia 1.3.0)
println("hello world")
0.44s real, 2080 syscalls, 360MB is the current unpacked size of julia
If we measure using the time macro (i.e. speed and resources at runtime) it is
0.002s real, 1.97KiB used
I hope I did this right. Can you tell it's not made for this?