Fork me on GitHub
#malli
<
2020-10-08
>
borkdude08:10:54

What's the binary size?

ikitommi09:10:17

18mb, with sci

borkdude10:10:28

Sounds about right

ikitommi10:10:31

11mb without

borkdude10:10:39

Also sounds right!

šŸ‘Œ 3
ikitommi17:10:08

[metosin/malli "0.1.0"] ā€¢ clojars āœ… ā€¢ clojureverse āœ… ā€¢ metosin blog āœ… ā€¢ #malli āœ… ā€¢ reddit āœ… ā€¢ twitter āœ… ā€¢ #announcements āœ…

ikitommi17:10:31

ok, thank you everyone, Malli is officially out! if there are more places to share, please do.

šŸŽ‰ 21
dcj18:10:22

Congrats! And thank you for your amazing work on this!

dharrigan17:10:57

Is it still alpha?

borkdude18:10:02

@dharrigan I think it went from pre-alpha to alpha now. So in Clojure world, it's production time? šŸ˜†

dharrigan18:10:12

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?

dharrigan18:10:38

It's not even beta anymore

borkdude18:10:14

What move away from eternal alpha? spec has been in alpha since it's existence

dharrigan18:10:41

Yeah, there are exceptions of course

dharrigan18:10:37

there you go

dharrigan18:10:24

After that blog post on Febrary, quite a few libraries moved away from alpha, the eternal alpha.

dharrigan18:10:10

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.

katox20:10:42

It's Clojure we use it in production since June. And it's great.

dharrigan21:10:23

I've been using malli now for a few months, stable, featureful and works brilliantly šŸ™‚

schmee21:10:03

@ikitommi is it of interest to have a Schema -> Postgres DDL transformation in Malli? šŸ™‚

dcj21:10:05

I'm interested.... I have a simple prototype that handles only what I need, and "works for me"....

Kevin22:10:18

I actually wrote a library that does that https://github.com/kwrooijen/gungnir

Kevin22:10:39

In combination with HoneySQL / next.jdbc

Kevin22:10:57

It allows you to define your table structure, with transformations / validations, using Malli

dcj22:10:52

@UG9U7TPDZ Wow, that looks cool! I will definitely try that out.

mac23:10:16

Is it correctly understood that malli does not support sets as predicates? if so is there then an alternative?