joker

Candid 2022-07-27T17:49:38.074549Z

I wrote yet another Clojure formatter, this time in C: https://github.com/candid82/cljf/

👍 4
2022-08-23T11:31:44.601369Z

Nice! It may be worth considering adding edn and cljd in the list at https://github.com/candid82/cljf/blob/main/main.c#L703

Candid 2022-08-23T13:29:26.819599Z

Good suggestion! I use a different way of formatting edn files (https://github.com/candid82/sublime-pretty-edn/blob/master/ednpprint.py#L99) but it makes sense for cljf to do it as well. I did not know about cljd. ClojureDart looks interesting.

Candid 2022-08-23T13:34:51.134069Z

I’ve pushed the change.

🎉 1