> What's the difference? more than 10000 lines of code[1] (not counting comments)
[1] https://gist.github.com/darwin/ede8911f7b493f17c1307433484f1d80 On Sunday, June 12, 2016 at 3:05:02 AM UTC+2, Witold Szczerba wrote: > > You did not want to make then depend on Lein, which is… a script, so you > wrote your own script and made users of your library depend on it. What's > the difference? > > On Sun, Jun 12, 2016 at 2:36 AM, Antonin Hildebrand < > antonin.h...@gmail.com <javascript:>> wrote: > >> I wanted users of my library (which has dependencies) to run a helper >> tool from command-line (ideally with a simple wrapper bash script). And I >> didn't want to make them dependent on lein or boot. >> >> I came up with this (bash+maven+java): >> https://github.com/binaryage/dirac/blob/master/scripts/agent-launcher.sh >> >> writing it was a horrific experience, I want that day back! >> Antonin >> >> On Thursday, June 9, 2016 at 6:48:19 PM UTC+2, James Reeves wrote: >>> >>> You can run Clojure directly, but often you don't just need Clojure, but >>> other libraries as well. The "lein run" command not only runs your code, it >>> also handles downloading any dependencies your code might have. >>> >>> In Ruby terms, Leiningen is the equivalent of ruby + rbenv + bundler + >>> rake. I'm less familiar with the Python stack, but I believe python + >>> virtualenv + pip goes some way to having the same functionality. >>> >>> - James >>> >>> On 9 June 2016 at 17:08, Jiacai Liu <jiaca...@gmail.com> wrote: >>> >>>> I started learning clojure recently, and I am annoyed at the way to >>>> run it (aka. lein run). why clojure script can't be run like python,ruby >>>> or >>>> scala, like python <file>.py >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Clojure" group. >>>> To post to this group, send email to clo...@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+u...@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+u...@googlegroups.com. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to clo...@googlegroups.com >> <javascript:> >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> clojure+u...@googlegroups.com <javascript:> >> 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+u...@googlegroups.com <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/d/optout.