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: ```clj ;; symbols not ported from clojure :clj-not-cljs #{"clojure.core/the-ns" "clojure.core/create-struct" ...} ```