clojurebridge 2016-12-20

@nur Trying to answer that question, let me share the announcement of the first ClojureBridge in Buenos Aires, the first in South America! It will take place next March 10-11: https://twitter.com/ClojureBridgeBA/status/809751095010533376

šŸ‘ 2

Any idea why i can't click the Run with REPL button ?

@nur not really but I noticed that JDK8 is a pre-requisite. Have you got that installed?

Alex Miller (Clojure team) 2016-12-20T15:55:25.000014Z

@nberger great to hear! when you have info, I’m happy to help get an event listing on http://clojure.org

Thanks @alexmiller! I'll prepare the info soon. I can send a PR, right?

yum @agile_geek `Nurs-MacBook:welcometoclojurebridge nurazhar$ java -version java version "1.8.0_112" Java(TM) SE Runtime Environment (build 1.8.0_112-b16) Java HotSpot(TM) 64-Bit Server VM (build 25.112-b16, mixed mode)`

@nur that's the Java runtime environment. Try running javac -version on the terminal and see what you get.

@agile_geek Nurs-MacBook:welcometoclojurebridge nurazhar$ javac -version javac 1.8.0_112

OK so you've got the JDK

Not sure what issue is then. Unless it also relies on Leiningen?

i guess i just have to wait clojurebridge to be here šŸ˜…

You don't have to use NightCode as your editor.

You could try something else like LightTable

Alex Miller (Clojure team) 2016-12-20T16:38:14.000028Z

@nberger: yep

šŸ‘ 2

@nur is that only the core.clj file in the welcometoclojurebridge folder? Did you create this project via nightcode/leiningen?