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.

Running Haskell on Raspberry Pi

34 pointsby malloc47almost 13 years ago

4 comments

ChuckMcMalmost 13 years ago
tl;dr version - install debian on ARM system, apt-get install haskell and then run it.<p>Its nice that this is on the $25 RPi but its not exactly news, Chumby, Pandaboard, Beagleboard, ChumbyHacker, SAM9X-EK, ... any number of ARM systems that can boot Linux can often apt-get install lots of cool stuff. It is what makes open source, well open.<p>Over on the Panda list, and presumably this will start on the Rpi boards as well, are complaints when people try to fire up KDE, or GNOME on their 1080P monitors. Or "I tried to run Apache and it fell over dead!" (try thttpd).<p>Small Linux systems are cool. Cheap small Linux systems are very very cool. But a 700Mhz ARM chip is only slightly faster than a 700Mhz Intel Celeron and you probably don't run full up user environments there either :-)<p>For me, the saddest thing is that these systems are crippled by poor video driver support.
gatlinalmost 13 years ago
This was informative if only because I was previously running the Arch image and Haskell is a nightmarish carnival of terror on there at the moment unless you cross-compile. Primarily my interest in Haskell has been in using reactive-banana so I wanted recent a recent version of the platform. Anyway, this made me try out Raspbian and everything's working out great.
tluyben2almost 13 years ago
Thanks for that! Now for a benchmark... :)
jorgemalmost 13 years ago
can you cross compile haskell to the Raspberry Pi. That is, compile on your desktop for the PI target?<p>Seems like overkill to run the compiler on the embedded target all the time.
评论 #4347395 未加载