Clojure IDE on Windows? [closed]

十年热恋 提交于 2019-12-03 01:51:59

问题


How do you develop in Clojure on Windows systems?


回答1:


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.




回答2:


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.




回答3:


There is also an eclipse plug-in here: http://code.google.com/p/counterclockwise/

Edit: changed link per js' comment




回答4:


Enclojure (in Netbeans) is now released and works well on Windows.

VimClojure is a good lightweight solution.




回答5:


I don't. I'm waiting on the release of Enclojure, the netbeans plugin that fixes some of the windows problems.

UPDATE: I do now, Enclojure ROCKS! :D




回答6:


Another interesting IDE under development is a project funded through Kickstarter.com, the Light Table IDE: http://app.kodowa.com/playground

The IDE is heavily inspired by the concepts Bret Victor presented at CUSEC 2012: Inventing on Principle

Chris Granger felt so inspired by Bret's ideas, that he quickly put together a proof-of-concept for a new Clojure IDE, which he calls Light Table. The project got $300k of funding through Kickstarter, and very early releases of the IDE are available through the project playground. Installation is as easy as a single download and click, if you have Java and Chrome installed on your system.

The IDE is in a very early stage, but has some very distinctive features, especially the "live" view of your code in the right panel. Check this screenshot of Light Table running in Chrome:




回答7:


I have been experimenting with Clojure last two months and in my learning process I used several applications.

So, I have made a package and want it to share it with everybody that want to learn Clojure. What's wrong with the existing Clojure Box? well... nothing at all; but if you are like me and want to avoid the complexity of learning a new programming language in a new ide (for me) like emacs you may be find this package useful.

You have a customized version of scite, an application named WinCommand to work more confortable with Clojure repl and JSwat to debug your code.

Remember that WinCommand is developed using .Net framework (VS 2008) but it was developed 4-5 years ago and my programming skills wasn't the bests, so if you find something that can be fixed you can suggest me.

Give it a try and let me know what do you think about it!

Ahh...jejeje... well.. if you want to download it you can find here: http://sites.google.com/site/dariomac/Home/projects




回答8:


Jetbrains recently released "La Clojure", a Clojure plugin for their already excellent (but commercial) Java IDE IntelliJ IDEA. Once you have IDEA installed you can install the plugin from the plugin manager, or download it from the plugin website.




回答9:


I tried to use VimClojure but found it uninviting. I'm a Vim person, but the idea that I have to compile my editor before even trying it out is definitely not what I'm looking for. The fact that the author says he doesn't care about Windows support any more adds to my disinclination to use it. On top of that, the documentation is pretty poor.

I'm attracted to ClojureBox which is Clojure and Emacs in an easy-to-use installer. Maybe it's time to give Emacs another shot. It comes right up in the REPL.




回答10:


Clooj is good for learning. Not, probably, a practical IDE for real development — for that I'd use Emacs — but it's a perfect way to get started with no complex setup.




回答11:


If anyone new to clojure like I am. Intellij + Cursive seems to be very friendly to newbie. Link: https://cursive-ide.com/




回答12:


I use Lighttable to develop Clojure apps. Its pretty fantastic! I would recommend.



来源:https://stackoverflow.com/questions/463776/clojure-ide-on-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!