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.

Parallelism and Concurrency with Haskell and Cloud Haskell

71 pointsby donsabout 12 years ago

1 comment

jeffdavisabout 12 years ago
Great presentation.<p>First, I liked the example of SQL as a language that is not concurrent but can be parallel. In theory, I guess almost any language can be parallelized, but it wouldn't work out very well in many cases.<p>Also, I liked his introduction of distributed haskell. Obviously he didn't go into much detail, but he mentioned enough about what it's trying to accomplish that I'd like to take a look. Erlang is nearly the only game in town here (that I know about, anyway), so I look forward to learning more about the haskell community's take on distributed computing.