I'm now programming for more than 30 years and in this time tried a lot of programming languages. I've never seen a programming language as difficult to install as Clojure. Even Jython, which is also build for JVM, installs in seconds and instantly works properly.
For Clojure you have to fiddle around with downloading and installing scripts via shell, starting leiningen in background or trying to install add-ons for your favorite IDE. You stick to folder structure, have to set environment variables manually, ...
Is there any easy and foolproof way to install Clojure with a 'normal' editor or simple IDE on windows? (mostly preferred with an one-file-installer)