clojurebridge

nur 2016-12-20T12:32:38.000006Z

ok not dead

nberger 2016-12-20T12:32:45.000008Z

@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šŸ‘
nur 2016-12-20T14:59:54.000012Z

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

agile_geek 2016-12-20T15:51:25.000013Z

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

alexmiller 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

nberger 2016-12-20T15:59:15.000015Z

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

nur 2016-12-20T16:05:40.000016Z

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 2016-12-20T16:05:49.000017Z

yup*

agile_geek 2016-12-20T16:07:41.000018Z

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

nur 2016-12-20T16:09:26.000019Z

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

agile_geek 2016-12-20T16:09:49.000020Z

OK so you've got the JDK

nur 2016-12-20T16:09:54.000021Z

yup

agile_geek 2016-12-20T16:10:20.000022Z

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

nur 2016-12-20T16:12:24.000023Z

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

nur 2016-12-20T16:12:39.000024Z

in Singapore

agile_geek 2016-12-20T16:15:11.000025Z

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

agile_geek 2016-12-20T16:15:27.000026Z

You could try something else like LightTable

alexmiller 2016-12-20T16:38:14.000028Z

@nberger: yep

2šŸ‘
socksy 2016-12-20T19:34:35.000029Z

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