➜ let-go git:(main) ✗ bb -e '(time (loop [x 1000000] (if (pos? x) (recur (dec x)) x)))'
"Elapsed time: 338.592783 msecs"
0
➜ let-go git:(main) ✗ joker -e '(time (loop [x 1000000] (if (pos? x) (recur (dec x)) x)))'
"Elapsed time: 1662.035000 msecs"
0
➜ let-go git:(main) ✗ ./lg -e '(time (loop [x 1000000] (if (pos? x) (recur (dec x)) x)))'
Elapsed: <go.time.Duration 587.623256ms>
0
➜ let-go git:(main) ✗ planck -e '(time (loop [x 1000000] (if (pos? x) (recur (dec x)) x)))'
"Elapsed time: 1.365266 msecs"
0
lg
to ta moja zabawka
wiadomo planck oszukuje, nie jest źle 😄