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.

ARM is now a fully supported target platform for GHC Haskell

115 pointsby donsalmost 13 years ago

3 comments

Cieplakalmost 13 years ago
I just got my Raspberry Pi in the mail last week and was disappointed about the Haskell support. Now I'm ecstatic!
评论 #4094342 未加载
james4kalmost 13 years ago
So...what would be needed to see native Haskell iOS apps? :)
评论 #4092813 未加载
评论 #4093177 未加载
评论 #4092592 未加载
cheatercheateralmost 13 years ago
The x86 and x64 have interesting hacks in the asm they generate. For example, thread switching is done not by a conditional jump, but by self-modifying code (there's some nops in the main loop, and they get overwritten with a jmp when it's time to preempt). What cool architecture-specific hacks does the ARM version use?
评论 #4093680 未加载