polylith

J 2026-01-01T17:12:10.181439Z

Hi guys! Since the introduction of the dialects vector and the support of cljs and cljc file, I'm wondering if cljd (ClojureDart) can work also?

👀 1
seancorfield 2026-01-01T17:28:20.602209Z

It won't work out of the box since Polylith specifically only considers .clj, .cljs, and .cljc right now. I guess an open question for .cljd support is whether Edamame can parse ClojureDart code and whether there are any surprises in parsing ns forms in ClojureDart?

tengstrand 2026-01-01T22:05:40.429359Z

It looks like Edamame doesn't support .cljd. Even if that support was added, commands like libs would not be able to work 100% with the ClojureDart libraries. You can always give it a try and see how far you get, with the existing code @jean.boudet11!

👍 1