But you’d need the Internet to download the “whatever” from clojure.org, so what’s the difference between that and an install of `clj` and then running it once (which downloads all the necessary bits)… and then you can run it offline as often as you want for a basic REPL with no additional dependencies?
And that argument applies to Leiningen and Boot too – you download “something” and run it once. Then you can run it again offline and have “Clojure” available. And, again, you can’t do anything beyond absolute bare bones stuff without external dependencies – all the books take you to that point pretty quickly, as do the (online) tutorials. You can’t, realistically, learn Clojure without an Internet connection. Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ________________________________ From: [email protected] <[email protected]> on behalf of Didier <[email protected]> Sent: Wednesday, August 1, 2018 10:08:39 PM To: Clojure Subject: RE: What Happened to "java -jar clojure.jar hosehead.clj" ? I think overall, it makes sense to modularize clojure. But I'm compassionate to the no internet style mindset. So I wonder if there could be a download on the clojure.org website which is an uberjar of Clojure and it's latest required dependencies? Specifically for such use case. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
