cljs / site

ClojureScript API site and Dash docset generator
http://cljs.github.io
3 stars 3 forks source link

show unported clojure symbols #17

Open shaunlebron opened 7 years ago

shaunlebron commented 7 years ago

cljs-api.edn provides the following data that we can use to build a page to show the clojure symbols that are not implemented in cljs:

 ;; symbols not ported from clojure
 :clj-not-cljs #{"clojure.core/the-ns"
                 "clojure.core/create-struct"
                 ...}