TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Minimalist Web Framework for Haskell?

5 点作者 agentargo将近 15 年前
I am beginning a senior design project at CU-Boulder, where we work with local businesses to create a year-long project to be used by said businessess. Most of the past projects have been nothing to write home about.<p>Screw that.<p>I want to do something sweet, and get some experience repping a product.<p>Does the HN community think that a minimalist web framework for Haskell could gain traction?<p>I was thinking a routing based framework similar to Sinatra or Node.js. Are there enough Haskell devs or willing-to-be-Haskell-devs out there for this product to be useful?<p>Any other ideas for that matter?

3 条评论

jmreardon将近 15 年前
There's Happstack too: <a href="http://happstack.com/index.html" rel="nofollow">http://happstack.com/index.html</a> . That said, there are quite a few little Haskell web frameworks/libraries floating around already, so unless you're bringing something absolutely amazing to the table compared to what's there now, I don't see much point in building yet another Haskell web framework.<p>Looking at the course ( I take it this is what you are talking about? <a href="http://www.cs.colorado.edu/ugrad/seniorproject/" rel="nofollow">http://www.cs.colorado.edu/ugrad/seniorproject/</a> ), it seems that your project is based on a proposal from a sponsor, so I'm not sure why you're trying to come up with something already.<p>I don't know why you have a problem with the past projects. That a couple of undergrads can put together a working, useful (I presume), application is freaking awesome! I wouldn't dare assume a random CS major fresh out of university could pull something like that off.
pietrofmaggi将近 15 年前
Haskell on a Horse (HoH) is a combinatorial web framework for the programming language Haskell. It is currently at an early, unsettled stage of development. It is available under the "BSD3" open-source license.<p><a href="http://haskell.on-a-horse.org/" rel="nofollow">http://haskell.on-a-horse.org/</a>
jamesbritt将近 15 年前
Have you looked at snap, or yesod?<p><a href="http://snapframework.com/" rel="nofollow">http://snapframework.com/</a><p><a href="http://docs.yesodweb.com/" rel="nofollow">http://docs.yesodweb.com/</a>