1 min readAug 15, 2019
Performance Comparison of Backend Programming Languages — eli5
When comes to programming it is quite difficult to choose what language for what purpose.
Those who face such situations or seeking answers for the same, I have something interesting for them.
I tried with backend languages like Python, Java, Rust, GoLang, Julia.
Task/POC/Job/Program is to just do a FOR LOOP from 0 to 99999999 (100 Million)
Interpreted Languages : Python, Julia, GoLang
Compiled Languages: Rust, Java
Proof/Reference:
Python Code
Rust
Java
Julia
Golang