i'm looking at `io.arrow-kt:arrow-core:0.13.2` but...
# arrow
a
i'm looking at
io.arrow-kt:arrow-core:0.13.2
but I don't see the multiplatform modules
s
Hey @addamsson 👋, I’m just going to link to a conversation from this morning. To be released this month. https://kotlinlang.slack.com/archives/C5UPMM0A0/p1630408245007800?thread_ts=1630406326.007600&cid=C5UPMM0A0
😍 1
a
WOW
I've been waiting for this for so long!
s
I know! 🙈
Happy we finally made it to MPP
a
This is great news!!!
Oh, wait what happened to your beard?
I almost didn't recognize you
s
hahaha 😂
a
yes!
a
Now I know much more about FP btw
🙌 1
🥳 1
I had the luck of working on a project that used a library like Arrow (https://github.com/gcanti/fp-ts) so I was forced to learn it 😄
s
If you’ve been away from Arrow for a while I think you’re going to like the changes we’ve made.
We tried to align everything with Kotlin Std, and we’ve worked hard to simplify everything a lot
Like we now support
inline
almost everywhere which allows you to mix in
suspend
code
a
wow, sounds great!
and it cost your beard
😂 1
maybe some of your hair too
☝️ 1
s
Definitely the last one 🤣
a
😂
j
@simon.vergauwen what means that support
inline
you can mix it in
suspend
?
s
You can intermix either blocks with suspend now. This wasn’t possible in the past, and all functions that take lambdas are now inline so you can call a suspend function from Either#handleErrorWith. That was also not the case several versions ago.
👍 1
@addamsson just merged native support. Being be released later this month
a
WOW
thanks, I'm gonna check it as soon as it is out