On Fri, Jul 8, 2011 at 7:18 PM, Michael Klishin <michael.s.klis...@gmail.com> wrote: > 2011/7/9 Ken Wesson <kwess...@gmail.com> >> >> e.g. Python interpreter > > Sorry, why does "Clojure starter kit" need to embed Python? I couldn't > figure it out from > a few recent posts.
Leiningen is a script, and I thought it might be a Python script. On Windows, the interpreter won't typically already be installed anyway -- at least, you can't count on it. So either the Windows version has to come as a standalone executable (script, tweaked for Windows environment, and interpreter bundled into one binary) or the Windows installer has to install the interpreter and set things up to the script will run in it when launched from the command prompt (so, lein.exe needed again, but this time fires up external interpreter aimed at external script file after installer installs all three). -- Protege: What is this seething mass of parentheses?! Master: Your father's Lisp REPL. This is the language of a true hacker. Not as clumsy or random as C++; a language for a more civilized age. -- 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