calva

conao3 2025-07-13T07:30:35.722199Z

I'm now trying Calva. Is there a corresponding feature with cider-scratch? https://docs.cider.mx/cider/usage/misc_features.html#using-a-scratchpad

pez 2025-07-13T10:38:48.842519Z

The equivalent would be to create a New Untitled Text File and set the language to Clojure. On Mac, the default keyboard shortcut sequence is cmd+n cmd+k m and start type Clojure. There are also Fiddle files, but those are actual files: https://calva.io/fiddle-files/

conao3 2025-07-13T12:09:06.054539Z

Great, thanks!