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.

Is Haskell a good choice for web applications?

39 pointsby jamongkadabout 16 years ago

3 comments

rarrrrrrabout 16 years ago
I tend to push SQL fairly hard. As such I find that ORMs are in my way as often as they help. The lack of one doesn't concern me at all.<p>Seriously, how hard is it to compose a SQL query?
评论 #592877 未加载
评论 #592867 未加载
评论 #593253 未加载
baguasquirrelabout 16 years ago
I'm using Haskell + CouchDB. The bindings are simple enough that I've been able to hack fixes for them pretty easily, and just as importantly, Haskell's GADTs are much easier to translate into JSON than they are into SQL rows (at least I thought so). Turning around, you can spit JSON back up at the web layer after some mapping, filtering and processing, so it's not as if you'd wasted effort by writing JSON instances for your data.
TweedHeadsabout 16 years ago
No SQL libs?<p>Haskell is not ready yet...
评论 #592850 未加载