This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-17
Channels
- # ai (1)
- # announcements (1)
- # aws (38)
- # babashka (25)
- # beginners (84)
- # biff (11)
- # calva (58)
- # clerk (14)
- # clj-kondo (14)
- # cljdoc (9)
- # cljs-dev (2)
- # clojars (2)
- # clojure (93)
- # clojure-czech (2)
- # clojure-dev (13)
- # clojure-europe (19)
- # clojure-nl (1)
- # clojure-spec (13)
- # clojure-uk (2)
- # clojurescript (6)
- # conjure (1)
- # core-async (9)
- # cursive (12)
- # data-science (7)
- # datahike (47)
- # datalevin (10)
- # datalog (3)
- # datomic (35)
- # emacs (3)
- # events (4)
- # fulcro (49)
- # gratitude (7)
- # humbleui (1)
- # hyperfiddle (42)
- # jobs-discuss (19)
- # kaocha (5)
- # lsp (20)
- # malli (3)
- # meander (2)
- # membrane (2)
- # off-topic (22)
- # pathom (2)
- # polylith (14)
- # practicalli (1)
- # rdf (3)
- # reitit (2)
- # shadow-cljs (11)
- # squint (3)
- # tools-deps (32)
- # vim (9)
- # xtdb (16)
Hello.
Any plans to support https://github.com/Tensegritics/ClojureDart namespaces?
I've tried adding a doc/cljdoc.edn
like:
{:cljdoc/languages ["cljd"]}
but still got the error: No namespaces found
Hi @UR201DKEZ! No plans yet! But we could make some! Do you have examples of ClojureDart libraries that you'd like to see documented on cljdoc?
Yip there's this one https://clojars.org/net.clojars.htihospitality/re-dash
Cool! Cljdoc currently supports Clojure and ClojureScript. It gleans the API by actually loading namespaces and listing vars. I'm aware of ClojureDart but that's about how far my knowledge goes. I wonder how cljdoc would discover APIs within ClojureDart sources.
We do have ideas/musings for https://github.com/cljdoc/cljdoc/issues/543 and https://github.com/cljdoc/cljdoc/issues/565. Maybe these would helpful to support ClojureDart.
The https://github.com/cljdoc/cljdoc/issues/543 option might be a winner seeing that clj-kondo already supports ClojureDart