Fork me on GitHub
#clojurescript
<
2016-02-14
>
raspasov00:02:40

I filed an issue with the problem I found yesterday http://dev.clojure.org/jira/browse/ASYNC-159

echristopherson00:02:49

プロミスちゃん

solicode00:02:00

I don't know how many people are going to understand that, echristopherson 😛

echristopherson00:02:28

I guess googling it doesn't elucidate it

echristopherson00:02:39

unless you look closely and see the word promise in bold

octahedrion15:02:27

well that was pleasant: had a big om function with (div #js ... that needed to be converted to Sablono [:div {..., wrote a little function to convert it and done. Only thing was had to find-replace all the #js to remove those

cjmurphy17:02:17

#C06DT2YSY channel for that one. You are right in what you say (not sure about the group bit thou) - there will be an 'increment mutate along with all the other mutation functions.

alpheus17:02:43

I got the notion group from the mention of Datomic Pull Syntax.

alpheus17:02:29

Didn't know about #C06DT2YSY -- thanks!

cjmurphy17:02:42

See you there!

jsa-aerial18:02:13

@echristopherson: Loan words (and katakana) - love 'em or hate 'em 🗼

alpheus19:02:30

Answering my own question above about query expressions: (cljs.repl/doc om.next.impl.parser) provides the grammar.

alpheus19:02:13

And (om.next.impl.parser/expr->ast '[(increment)]) => {:type :prop, :dispatch-key (increment), :key [(increment)]}

alpheus19:02:56

That should have been in #C06DT2YSY, but I asked here first.