Regarding the editor part, Scite could be a good option, especially
for beginners.
It's a whole hell of a lot simpler than emacs and vim.
All you really have to do by way of configuration is go to "Options" -
> "Open User Options File" and paste in the following lines:
-------
file.patterns.lisp=*.lsp;*.lisp;*.clj
command.go.$(file.patterns.lisp)=java -cp /home/jesse/clojure/
clojure.jar clojure.lang.Script "$(FilePath)"
------
(change the path as appropriate of course)
The syntax highlighting is kind of crude since it's meant for lisp,
but that can be fixed by messing around with more configuration
options.
Now you can just hit F5 and start running stuff.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to