Fork me on GitHub
#cljs-dev
<
2016-05-30
>
mfikes21:05:16

Makes me wonder what would happen if we applied specs to the ClojureScript compiler’s analysis metadata map (like Sebastian’s defrecord work but re-cast and enriched as specs). The compiler would be dog-slow checking for conformance of that gigantic map, but it would be interesting to run the unit test suite with instrumentation enabled.

Yehonathan Sharvit21:05:00

spec works perfectly in self-host (KLIPSE). A lot of live coding examples using cljs version 1.8.51 and loading cljs spec code from github: http://blog.klipse.tech/clojure/2016/05/30/spec.html

Yehonathan Sharvit22:05:35

Thx @dnolen Actually you did the amazing self host simple_smile 👏