Hi,

I've been thinking about creating something like Clojure Box for Windows Vim
users, using Meikel's wonderful VimClojure.  The first question is, does
anyone think this would be worth while?

Assuming the answer is yes...

I'm trying to decide if it makes sense to pack everything into a single
installer, or if I should assume Vim is already installed.  Here are the
options I've been considering.

1. Install Clojure, Clojure Contrib, Vim, and VimClojure all under the
single umbrella of VimClojureBox.  They would all exist in C:\Program
Files\VimClojureBox.  All jars would be installed to C:\Program
Files\VimClojureBox\jars.  clj.bat and ng-server.bat would be installed to
C:\Program Files\VimClojureBox\bin.  Vim would be installed to C:\Program
Files\VimClojureBox\vim.  The VimClojure plugin and _vimrc file would be
installed in the global location as opposed to the user's home directory.
Start > VimClojureBox would have entries for starting up Vim, Clojure REPL
(clj.bat) and Nailgun Server (ng-server.bat).  Context menus for editing in
Vim would be added as well.

2. Require that Vim is already installed.  Install Clojure, Clojure Contrib,
VimClojure .jar and .bat files to same locations as above.  Install
VimClojure plugin and _vimrc file either to the Vim installation global
location or to the user's home directory, gracefully handling existing
_vimrc and vimfiles.  Start > VimClojureBox entries for starting up Clojure
REPL and Nailgun Server.

Does anyone have any thoughts on this?  Any suggestions?

Thanks,
Justin

--~--~---------~--~----~------------~-------~--~----~
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
Note that posts from new members are moderated - please be patient with your 
first post.
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