Remix.run Logo
kragen 5 hours ago

Thanks, this is very valuable! Have you tried other implementations of STM such as Haskell's?

nlitened 4 hours ago | parent [-]

I don't have any experience with STMs in other languages, but as far as I can see, the ideas are very similar in Haskell and Kotlin implementations, for example, so I guess the downsides are the same as well

kragen 4 hours ago | parent [-]

What I've heard from Haskell programmers suggests that the downsides are very different, even though the ideas are very similar.