Re: unknown recursion

2014-10-04 Thread Maciej Jaśkowski
A single issue here: This (defn bal-parens? [parens] (let [replaced (clojure.string/replace parens "()" "") checked (re-seq #"\(\)" replaced)] (println checked) (if-not (nil? checked) (bal-parens? replaced) (do (println (str "replaced is " replaced)) (empty?

Re: [jobs] for newbie in europe

2014-07-22 Thread Maciej Jaśkowski
Oh, Erlang is cool too ;) M On 22 July 2014 12:48, Krzysztof Władyka wrote: >> We're primarily an Erlang shop but we have small applications in Clojure. >> >> Would you like to have a chat with my manager about positions available >> here? >> > > Yes, but i preffer invest my energy in Clojure th

Re: How to define a compojure route for SSE ?

2014-06-29 Thread Maciej Jaśkowski
> (defn sse [request] > {:status 200 > :headers {"Content-Type" "text/event-stream"} > :body ch}) > > (compojure/defroutes app > (compojure/GET "/sse" [] sse) > (compojure/GET "/" [] "test")) > As far as I know, sse should not be defined as '

test.check

2014-05-14 Thread Maciej Jaśkowski
-1) (0 0 0 0 0)) which is of no interest to me :-( Is that even possible under test.check to have a generator like that? Best, Maciej Jaśkowski -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email