Hacker News new | ask | show | jobs
by pjmlp 1228 days ago
Also Haskell is getting linear types, which gets us the best of both worlds, GC productivity and low level performance when needed.
1 comments

Every talk I've seen on Haskell linear types is that at best they can do some specific compuatations more efficiently (especially with arrays) but are not a good fit in Haskell to significantly elide GC.
> but are not a good fit in Haskell to significantly elide GC

That's because the entire haskell ecosystem would have to be rewritten which seems insurmountable.

They are on the early days of integrating them, so how could we expect them to refactor GHC all the way already?
What would be an example of significant elision in this context?