TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GHC 8.2 Released

103 pointsby houlialmost 8 years ago

7 comments

georgewsingeralmost 8 years ago
&gt; Compact regions, allowing better control over garbage collection in the presence of large heaps containing many long-lived objects.<p>Can someone explain how this feature works and&#x2F;or how much impact it has on Haskell&#x27;s feasibility as a performant, i.e., game engine or real-time application language?
评论 #14835039 未加载
评论 #14835692 未加载
z1mm32m4nalmost 8 years ago
&gt; A new, more type-safe type reflection mechanism<p>Does this mean GHC does not erase types at runtime? Or perhaps what do they mean by &quot;reflection&quot; here; I only know it in the context of Java, where it more or less felt like an anti-pattern.
评论 #14834905 未加载
评论 #14835144 未加载
评论 #14834890 未加载
评论 #14834898 未加载
girzelalmost 8 years ago
Cue a full month of regular busloads of archlinux package updates...
willtimalmost 8 years ago
This is an impressive list of new features! Well done to all involved!
ihmalmost 8 years ago
Where can one find more information on the module system? The release notes don&#x27;t seem to mention it.
评论 #14835708 未加载
anta40almost 8 years ago
Guess soon we&#x27;ll have a new release of the Haskell Platform...
hnbrosephalmost 8 years ago
haskell&#x27;s pretty cool, i guess. sometimes looks like an inscrutable APL descendant with all those wacky operators.