This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-29
Channels
- # announcements (6)
- # babashka-sci-dev (15)
- # beginners (46)
- # calva (1)
- # clj-kondo (1)
- # clojure-australia (2)
- # clojure-europe (10)
- # clojure-uk (4)
- # clojured (3)
- # clojurescript (16)
- # fulcro (6)
- # helix (1)
- # hyperfiddle (8)
- # instaparse (28)
- # joyride (33)
- # malli (17)
- # off-topic (13)
- # pedestal (3)
- # portal (5)
- # react (1)
- # sci (1)
- # sql (6)
- # vim (1)
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

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
Usage example in Idea https://www.youtube.com/shorts/b5M-d_CYH6w
Is it possible to convert a whole file too? it'd be nice to create a Emacs/YourFavEditor package to do that automatically!
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:
I think I just found my (macro-expand
(widget ......)` solution! Thx even more! 🙏