niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
475 stars 76 forks source link

Add Clojure #32

Closed niklas-heer closed 1 year ago

niklas-heer commented 1 year ago

This adds Clojure as a language.

We have two executions, one time by the standard clj command and the other by Babashka, which is a fast native Clojure interpreter.