chr15m / awesome-clojure-likes

Curated list of Clojure-like programming languages.
196 stars 12 forks source link

Add Joker #4

Closed dbohdan closed 4 years ago

dbohdan commented 4 years ago

Joker is an interpreter for a subset of Clojure written in Go. It starts up much faster than Clojure proper and can be used for scripting.

chr15m commented 4 years ago

Great! Any chance of a PR to add it to the README?