Fork me on GitHub
#announcements
<
2022-05-29
>
uochan13:05:21

Just released build.edn ver 0.3.82, Library making your Clojure library build process easy. https://github.com/liquidz/build.edn Now, deploy-repository setting is supported to manage repository URLs and credentials (including encrypted password in ~/.m2/settings.xml) See the following document for more details 🙂 https://github.com/liquidz/build.edn/blob/main/doc/deploy.adoc

👍 8
🎉 4
1
sheepy 1
Dumch16:05:16

Dart to Clojure converter, first release (0.1.2). It's pre-alpha now, but it works for most of the cases when you want to translate flutter widgets. https://github.com/Liverm0r/DartClojure

🎯 13
🎉 9
❤️ 6
ericdallo19:05:36

Is it possible to convert a whole file too? it'd be nice to create a Emacs/YourFavEditor package to do that automatically!

Dumch20:05:26

It won't work for a whole file now because it doesn't support clasees and methods declaration. It also doesn't support assignments and just convert it to :unidiomatic. I will think about macking a full converter, but now it's just a tool to copy widget's part, like in the image:

👍 1
kennytilton20:05:19

I think I just found my (macro-expand (widget ......)` solution! Thx even more! 🙏