Fork me on GitHub
#clojurebridge
<
2016-12-20
>
nur12:12:38

ok not dead

nberger12:12:45

@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

nur14:12:54

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

agile_geek15:12:25

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

Alex Miller (Clojure team)15:12:25

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

nberger15:12:15

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

nur16:12:40

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)`

agile_geek16:12:41

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

nur16:12:26

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

agile_geek16:12:49

OK so you've got the JDK

agile_geek16:12:20

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

nur16:12:24

i guess i just have to wait clojurebridge to be here 😅

nur16:12:39

in Singapore

agile_geek16:12:11

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

agile_geek16:12:27

You could try something else like LightTable

socksy19:12:35

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