I am thinking of using core.typed for the clojurescript layer but after reading the docs it isn't clear to me how core.typed works in relation to serialisation.
I get that core.typed does some static analysis at compile time, but what about runtime? What happens when I deserialise from a blob returned from the server, does it take it on faith that the defined typed contract is valid? Or, is the only option to type that as returning Any, in which case how on earth is it used? My intention is to describe the structure of the various data structures flying around the front end and consumed from the server with core.typed if that helps. Thanks! -- 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.
