<https://blog.jetbrains.com/kotlin/2022/02/kotlin-...
# arrow
b
https://blog.jetbrains.com/kotlin/2022/02/kotlin-1-6-20-m1-released/ Kotlin 1.6.20 now supports multiple receivers as an experimental feature. What does this mean for Arrow when it gets fully released?
🙌🏼 1
🙌 4
s
It can improve some syntax in some areas, but I think the biggest impact will be on the user side because now you'll be able to build special syntax for DSLs you don't own. So other libraries can provide special syntax that can be used inside computation blocks, without having to wrap or hi-jack the DSL.
👍 2
c
exciting news