[GSoC 2017] KLIPSE

2017-03-13 Thread HyeSoo Park
Hello ;) I'm HyeSoo Park. I'm happy to know Clojure community. I'm 3rd year undergraduate student. I would like to apply GSoC 2017 project based on idea "Add cool features to KLIPSE" from (http://clojure-gsoc.org/project-ideas.html). I am familiar with GitHub workflow as I did open source proj

[GSoC 2017] KLIPSE

2017-03-13 Thread HyeSoo Park
Hello :) I'm HyeSoo Park. I'm happy to know Clojure community. I'm 3rd year undergraduate student. I would like to apply GSoC 2017 Clojure project based on idea "Add cool features to KLIPSE" from (http://clojure-gsoc.org/project-ideas.html). I am familiar with GitHub workflow as I did open sourc

Re: Handling dependency conflicts

2017-03-13 Thread Stuart Sierra
This is a well-known problem in the JVM world, not just Clojure. The most common approach is: Always use the latest versions, and don't break backwards-compatibility. Most open-source Java and Clojure libraries are careful about not breaking backwards-compatibility. So in general, you're safe c

Re: Handling dependency conflicts

2017-03-13 Thread Gary Trakhman
MrAnderson is one possible answer to the question, it's used in CIDER: https://github.com/benedekfazekas/mranderson On Mon, Mar 13, 2017 at 4:13 PM wrote: > Hello All, > > > I have a general inquiry regarding conflicting dependencies in > Clojure projects and how they affect applications at

Handling dependency conflicts

2017-03-13 Thread arthur
Hello All, I have a general inquiry regarding conflicting dependencies in Clojure projects and how they affect applications at runtime. I believe this is a common problem faced by many languages in this day and age where we try not to reinvent the wheel by depending on the work of others.

Re: Error in main using Stuart Sierra's Component when deploying to Heroku

2017-03-13 Thread Kevin Downey
On 03/13/2017 09:38 AM, 'Rickesh Bedia' via Clojure wrote: > I am trying to start my clojure application on my heroku dyno but I keep > getting and error in my stuartsierra.component/start. > > Below is my core file containing my main function. > > (defrecord Listener [listener] > component/Lif

Re: Error in main using Stuart Sierra's Component when deploying to Heroku

2017-03-13 Thread 'Rickesh Bedia' via Clojure
The full error message is (when I look at the heroku logs) Exception in thread "main" clojure.lang.ExceptionInfo: Error in component :listener in system com.stuartsierra.component.SystemMap calling #'com.stuartsierra.component/start {:reason :com.stuartsierra.component/component-function-threw-

Re: Error in main using Stuart Sierra's Component when deploying to Heroku

2017-03-13 Thread James Reeves
Can you provide the full error message? So the cause as well as the Component ex-info wrapper? I don't think this is anything to do with :listener being nil. I think you're looking at the Component exception and not checking the "cause" exception with .getCause. My guess is that you're running in

Error in main using Stuart Sierra's Component when deploying to Heroku

2017-03-13 Thread 'Rickesh Bedia' via Clojure
I am trying to start my clojure application on my heroku dyno but I keep getting and error in my stuartsierra.component/start. Below is my core file containing my main function. (defrecord Listener [listener] component/Lifecycle (start [component] (assoc component :listener (yada/listene

GraphQL - Clojure - resolver-fn

2017-03-13 Thread 'Rickesh Bedia' via Clojure
I am researching how to use graphql in clojure and it all seems to make sense, and I can follow the Demo Project, except for the resolver-fn In https://github.com/tendant/graphql-clj the resolver function is defined to be (defn resolver-fn [type-name field-name] (cond (and (= "Que

[ANN] meet postagga, a new lib for natural language processing

2017-03-13 Thread Rafik NACCACHE
Hey guys, I am pleased to share my new lib, capable of training models that help parse natural language ! My french-speaking friends will find it extremely useful as I did some work to provide some french models! Besides, it is pure clojure, no open-nlp whatsoover, so it will happily run on clojure

Re: Writing (firstly) simple application for Android with Clojure

2017-03-13 Thread Cecil Westerhof
2017-03-13 10:58 GMT+01:00 Nando Breiter : > No need to buy iDevices (or a bunch of Android devices from various > manufacturers). The idea is to use emulators to run your app and test it. > For instance here is a service from Sauce Labs: https://testobject.com/ > features#manual. > ​I always und

Re: Writing (firstly) simple application for Android with Clojure

2017-03-13 Thread Nando Breiter
No need to buy iDevices (or a bunch of Android devices from various manufacturers). The idea is to use emulators to run your app and test it. For instance here is a service from Sauce Labs: https://testobject.com/features#manual. Aria Media Sagl +41 (0)76 303 4477 cell skype: ariamedia On Mon,