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 7.4.1 is out. Now with kind polymorphism. Here's the release notes

93 pointsby donsover 13 years ago

4 comments

donsover 13 years ago
My favorites:<p>* support for registerised compilation on the ARM platform, using LLVM.<p>First class REPL!<p>* It is now possible to give any top-level declaration at the GHCi prompt<p>* Safe Haskell
评论 #3547283 未加载
carterschonwaldover 13 years ago
Some of the cool new features include a relatively lightweight compiler plugin facility and the abilIty to now write down types that are parametrized over typeclass constraints. Also some of the on going work on data parallel Haskell has been integrated into this release.
igorgueover 13 years ago
Anybody knows if Yesod compiles on it now?
评论 #3547448 未加载
tkahn6over 13 years ago
This is probably a good place to ask:<p>Does anyone have any tips for web scraping with Haskell? I've used tagsoup but the memory usage is really bad (or maybe I'm using the wrong string type?) and the interface is really clunky compared to something like pyquery or hpricot.
评论 #3547570 未加载
评论 #3549095 未加载