What's the binary size?
18mb, with sci
Sounds about right
11mb without
Also sounds right!
[metosin/malli "0.1.0"]
• clojars ✅
• clojureverse ✅
• metosin blog ✅
• #malli ✅
• reddit ✅
• twitter ✅
• #announcements ✅
ok, thank you everyone, Malli is officially out! if there are more places to share, please do.
Is it still alpha
?
Congrats! And thank you for your amazing work on this!
@dharrigan I think it went from pre-alpha to alpha now. So in Clojure world, it's production time? 😆
Yeah, that's what I think. I think, given what happened a few weeks/months ago, about the push from the core team to move away from eternal alpha to better versions, and given that malli is now out, then perhaps alpha
isn't the right term here?
It's not even beta anymore
What move away from eternal alpha? spec has been in alpha since it's existence
Yeah, there are exceptions of course
<https://insideclojure.org/2020/02/18/lib-version/>
there you go
After that blog post on Febrary, quite a few libraries moved away from alpha, the eternal alpha.
From first-hand experience trying to introduce Clojure (and libraries into the application), seeing things as alpha
can be off-putting to others in the teams.
.
It's Clojure we use it in production since June. And it's great.
I've been using malli now for a few months, stable, featureful and works brilliantly 🙂
@ikitommi is it of interest to have a Schema -> Postgres DDL transformation in Malli? 🙂
I'm interested.... I have a simple prototype that handles only what I need, and "works for me"....
I actually wrote a library that does that https://github.com/kwrooijen/gungnir
In combination with HoneySQL / next.jdbc
It allows you to define your table structure, with transformations / validations, using Malli
@kevin.van.rooijen Wow, that looks cool! I will definitely try that out.
Is it correctly understood that malli does not support sets as predicates? if so is there then an alternative?