Víctor M. V. <v...@vemv.net> writes: > Phil, while I don't know the specific application you're working on, > distributing Clojure apps to end users should't be any more difficult than > distributing Java apps. Are you familiar with `lein uberjar`?
No, you miss the point. I am writing a DSL. The point is that "end users" have will use my library and will write new code; they just don't need to know that its Clojure that the are writing. So, they need a working Clojure development environment. > As for Linux installation, curling and executing a single script can't be > that much work...? Anyway what I do is to include those few lines of code > in a script I use every time I install Linux on a new box - it sets up > Ruby, Java, performs a bunch of apt-get-installs, makes some aliases, etc. Previous experience has told me to avoid this kind of installation unless you have to. The script approach is fine, but I dropped this because maintaining the script is a pain. It's easier just to install things when you use them. Slowly, overtime, as you change machines, the things you use rarely evaporate away. So, subversion used to be a very early install, while now it can take months. So, everything else, I install with aptitude. Clojure though. Well, aptitude install clojure installs 1.1. So, then after I've worked out I need leiningen, aptitude install leiningen works, but is the wrong thing to do, because that is old also. Of course, the latter should go away soon now lein2 is out. Again, none of this is a disaster, but it's different from normal; this is also what the OP was talking about. On windows he expects click and point. I shall leave it there. I have a few ideas that I might try and implement. If there is a desire, things will improve, so long as we recognise that the situation is not yet ideal. Phil -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.