On Tuesday, April 28, 2015 at 7:58:00 PM UTC+3, Jonathon McKitrick wrote: > What would you say is the most complex, hard-to-grok code in the > ClojureScript codebase?
I remember struggling with the defprotocol/reify/deftype/defrecord implementation in the core.clj macro namespace: https://github.com/clojure/clojurescript/blob/master/src/clj/cljs/core.clj#L659-L1387 -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
