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?
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
> (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 '
-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