This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-14
Channels
- # aws (1)
- # bangalore-clj (1)
- # beginners (48)
- # boot (65)
- # braveandtrue (1)
- # cider (1)
- # clara (15)
- # cljs-dev (7)
- # clojure (179)
- # clojure-austin (1)
- # clojure-denmark (2)
- # clojure-greece (68)
- # clojure-italy (7)
- # clojure-russia (41)
- # clojure-serbia (9)
- # clojure-spec (44)
- # clojure-uk (27)
- # clojured (15)
- # clojureremote (20)
- # clojurescript (70)
- # community-development (2)
- # core-async (10)
- # cursive (14)
- # datomic (36)
- # defnpodcast (3)
- # emacs (13)
- # events (13)
- # hoplon (33)
- # immutant (18)
- # instaparse (2)
- # jobs (29)
- # jobs-discuss (71)
- # klipse (38)
- # lein-figwheel (4)
- # leiningen (1)
- # mount (34)
- # off-topic (36)
- # om (3)
- # onyx (51)
- # pedestal (5)
- # perun (8)
- # proton (2)
- # rdf (8)
- # re-frame (33)
- # reagent (24)
- # remote-jobs (1)
- # rum (6)
- # spacemacs (2)
- # specter (14)
- # sql (5)
- # testing (6)
- # untangled (1)
- # vim (10)
- # yada (3)
I wonder if there is mileage in saying at the top of the session: "If you are here for your first dojo and don't have a working Clojure development environment, then please join the "setup" group that will be mentored by [insert mentor volunteer here] so that those that have their environments already tuned can dive straight into the problem(s) that get voted up." Also, putting a few "howto" links for setting up Emacs + Cider, Cursive, Vi(m) for Clojure dev on the Meetup page(s) and encouraging people who are coming to a Dojo to be "ready to code" might be a good idea?
Morn'
@maleghast all good suggestions....I'll post them in the London Clojurians organisers group
Morning 🙂 Cheers @agile_geek - When I am able to attend dojos again I will be happy to get people as up-and-running as I am with Emacs + Cider. I don't claim to be an expert, but I have a setup that allows me to be productive 😉
All help is welcome. TBH most people just starting either use LightTable NightCode or more often we do 4Clojure and just use the browser based REPL http://www.tryclj.com/
has anyone ever seen this problem when trying to start a clj uberjar Error: Invalid or corrupt jarfile
?
I can start the same jar (same md5) with out any problems on my local machine. but I get the above error on the test box. :thinking_face:
no, the working one is java 8, the failing one is java 7. I think that is the problem here.
@rickmoynihan the practical sessions at def_shef are some of the best attended and rated
glenjamin: Cool. Keep meaning to pay them a visit at some point.
I hadn’t realised you were commutable to manchester
we usually split into pairs or larger, everyone does the same problem in any functional language, and then compare notes at the end
@thomas are you running the standalone
version or the other one?
@thomas that's it then. You can adjust the class version output from the 8 one down to 7, to get you going for today
good idea @tcoupland I'll give that a try
ok, not straight forward 😞 http://stackoverflow.com/questions/31452373/how-to-target-a-specific-version-of-java-when-making-an-uberjar-using-leiningen
updated the java version to 1.8... and now it works again. thank you for your help ( @tcoupland and @agile_geek )
that sounds like the right solution