Hacker News new | ask | show | jobs
by saagarjha 482 days ago
That’s what everyone thought about affine types, too.
1 comments

True! I've been following STM and HTM research work for a while, and it all seems quite niche unless all side effects are captured (which is something purely functional languages can do). There isn't a real path to scalability I think, which there was with affine types.

Optimistic concurrency in general is a useful design pattern in many cases, though.