Found a great link to help install Clojure: https://gist.github.com/rakhmad/2407109
Can start a clojure repl from CLI and from within sublime text 2. But struggling to get it working inside light table. Tried adding a connection Clojure (remote nREPL) pointing to a running 'lein repl' but no success. Also, tried pointing to a clojure project file created using lein with connection Clojure... no luck. Now getting this error when trying ton evaluate Clojure inside light table: Exception in thread "main" java.lang.ExceptionInInitializerError This is a mission! On Friday, September 21, 2018 at 11:18:02 AM UTC-7, Grant Pieterse wrote: > > Hi, > > I added Python connection and can do inline evaluation. > > But when I add clojure connection, inline evaluation fails due to: > > Caused by: javax.net.ssl.SSLException: Received fatal alert: > protocol_version. > > So, its not a network/firewall connection issue. > > Any suggestions? > > MAC OS X 10.11.16 > > Thanks. > -- You received this message because you are subscribed to the Google Groups "Light Table Discussion" 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.
