Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clojure IDE on Windows? [closed]

How do you develop in Clojure on Windows systems?

like image 758
CDR Avatar asked Jan 21 '09 01:01

CDR


People also ask

Does Clojure run on Windows?

Windows instructionsAn early release version of clj on Windows is available at clj on Windows. Please provide feedback on Ask Clojure or Clojurians slack in #clj-on-windows.

What IDE do you use for Clojure?

NightCode. Nightcode is a simple IDE for Clojure and ClojureScript. Nightcode is an IDE that bundles a smart editor, the Leiningen and Boot build tools and a home screen with quick access to the Clojure cheatsheet and REPL.

Is Clojure better than Java?

Clojure and Java can be categorized as "Languages" tools. "It is a lisp", "Concise syntax" and "Persistent data structures" are the key factors why developers consider Clojure; whereas "Great libraries", "Widely used" and "Excellent tooling" are the primary reasons why Java is favored.

Is cursive IDE free?

It is a commercial product, with a free non-commercial licence for open-source work, personal hacking, and student work.


2 Answers

Personally I use emacs because no other IDE feels right with sexpression languages to me. Swank/slime/emacs/clojure is just such a powerful repl setup nothing else feels right to me. If you want it set up easily (assuming you don't already have emacs set up) check out clojurebox

https://github.com/devinus/clojure-box

Preconfigged to just work on windows after running an installer.

like image 160
Runevault Avatar answered Oct 19 '22 03:10

Runevault


On the site, the first thing you would read when getting started lists all your current options. There is a netbeans add-in, emacs mode and vim syntax highlighting.

like image 30
Aaron C Avatar answered Oct 19 '22 04:10

Aaron C