Fork me on GitHub
#announcements
<
2022-03-27
>
uochan00:03:37

Just released Dad ver 1.0.0, Small configuration management tool for Clojure. There are some breaking changes, but added support for babashka pods. These changes should make you less complicated to remember and easier to use ☺️ https://github.com/liquidz/dad

❤️ 5
👍 5
🎉 1
Jakub Holý (HolyJak)10:03:12

It is awesome that Dad can be used as a pod. Now I only need to have #babashka installed. Will certainly check it out!

ambrosebs04:03:40

Typed Clojure can reuse your malli schemas and spec1 specs as static types. • https://www.patreon.com/posts/static-type-64236939https://www.patreon.com/posts/64321657

🎉 20
😻 6
nice 2
mruzekw17:03:11

I'm guessing this includes specs beyond type-only checks?

ambrosebs22:03:00

@U1RCQD0UE the restriction is that the spec must be mapped to a type that Typed Clojure supports. TBD how big a subset of specs that is in practice.

👍 1
ambrosebs22:03:42

but potentially eg., s/keys => t/HMap, s/fspec => t/IFn . I'll be filling out more conversions, but right now the proof-of-concept only supports s/fspec + int?.

mruzekw23:03:09

Got it. Thanks!

👍 1
eggsyntax02:03:39

That's awesome! 👏

❤️ 1