Scastie for Clojure

There is a cool website useful for the Scala community called Scastie. It provides a web based interface to talk about small Scala programs, and the user can select from many different versions of the compiler. The user can compile and execute the code and talk about different versions of the small code snippets using the URL like https://scastie.scala-lang.org/fWWaC8ugTsWlRp7EvmQdoQ

Anybody can edit and save the code of anybody else as long as he has the cryptic URL.

Does something like this exist for Clojure?

Hum, I think maybe you can do this with repl.it, but not sure.

Not sure about the different compiler versions, but have you checked:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.