Fork me on GitHub
#cljs-dev
<
2017-01-13
>
shaunlebron04:01:07

ah, I didn’t realize there was precedent with :watch-fn, I suppose :watch-error-fn would suffice

rauh08:01:24

Would this be considered a bug?

(apply distinct? (seq #{"-" \-})) ;; => false
They're the same character.

Jon09:01:25

I got a question, what should I do when I want to compile ClojureScript to a new JavaScript environment, which is not browser or Node.js , but something people customized with V8 ?

dnolen19:01:04

@jiyinyiyong why do you need to do something different?