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.

New Haskell Foundation to Foster Haskell Adoption, Raises 200k USD

160 pointsby antouankover 4 years ago

10 comments

emilypiover 4 years ago
This article is a little bit incorrect. We raised $400k+.
javajoshover 4 years ago
Isn&#x27;t the best course of action to rewrite popular components in Haskell, and show that its better? I&#x27;m thinking httpd&#x2F;nginx&#x2F;jetty, redis&#x2F;memcached, postgres, and so on. You could even make a text editor. Or a kernel. Or anything, really.<p>I really like functional programming, but Haskell turns me off and without at least one major example of a beautiful, popular solution written in Haskell (and I don&#x27;t think pandoc counts), I&#x27;m not going to make the effort to push through that barrier.<p>Other languages that occupy a similar space (&quot;superior but tragically underused&quot;) have these examples. Erlang has...well a lot but Matrix and RabbitMQ come to mind. Clojure has...well it has datomic, but also Jepsen uses it, and heck I&#x27;ve used it and its fine.<p>The real question is, who&#x27;s fingers <i>itch</i> to write haskell, and can you please pay them $400k to rewrite nginx in it?
评论 #25562682 未加载
评论 #25562914 未加载
评论 #25562297 未加载
评论 #25565047 未加载
评论 #25562675 未加载
评论 #25562849 未加载
zenknightover 4 years ago
I see a lot of comments on usability of HS in Prod. We @ juspay.in use it to power a bulk of UPI payment transactions. We also use PureScript to power our payment page SDKs.<p>API (CRUD&#x2F;Auth) code written in HS becomes a beauty once you start building experience with HS. I think the most advantage of FP comes from how it changes the way you model your solution for a problem. With a strict type system, it&#x27;s easier to anticipate edge cases and with currying building abstractions becomes natural.<p>Having said that, HS is not all sunshine. It took me an inordinate amount of time to setup an IDE like environment. If I recall correctly, HLS would take &gt; 20GB of RAM in few hours with our code base. Eventually I had to remove that and extensively use only the editor features to jump around code.
评论 #25570079 未加载
escape_goatover 4 years ago
The headline is a bit too generic. This organization is being founded with the support of Simon Peyton Jones and has corporate backing. It appears that the intent is to focus on pain points in the Haskell toolchain and libraries.
评论 #25561227 未加载
评论 #25562330 未加载
评论 #25560974 未加载
ivanbakelover 4 years ago
Previous discussion on the Foundation: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24988454" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=24988454</a><p>Also relevant if you read through those comments, and the discussion they include on FP Complete&#x27;s involvement, is Michael Snoyman&#x27;s more recent statement: <a href="https:&#x2F;&#x2F;www.snoyman.com&#x2F;blog&#x2F;2020&#x2F;12&#x2F;haskell-foundation" rel="nofollow">https:&#x2F;&#x2F;www.snoyman.com&#x2F;blog&#x2F;2020&#x2F;12&#x2F;haskell-foundation</a><p>I think Snoyman makes a few good points - namely, it remains to be seen exactly <i>what</i> the Foundation can and will do, and what input the community is going to have in that process. While the criticism that was once made of Facebook&#x2F;IOHK&#x2F;FPC applies here (namely, that a large enough force will trump Haskellers who invest in the community), the Foundation has all the power to be much worse. The academic side of the language still carries the most weight.
评论 #25561463 未加载
noncomlover 4 years ago
I rage quit Haskell when I saw all the promises for application correctness fall like a house of cards by realizing I can write to a file after it has been closed when using lazyIO.
评论 #25561091 未加载
评论 #25561984 未加载
评论 #25562098 未加载
评论 #25561068 未加载
评论 #25561146 未加载
eloffover 4 years ago
Honest question that&#x27;s going to draw some ire. Why use Haskell when we have rust? I&#x27;ve poked at Haskell and it was not a good experience.<p>I just don&#x27;t think you can make an honest business case for it on a greenfield project. That&#x27;s my opinion, is there a chance I&#x27;m wrong?
评论 #25562554 未加载
评论 #25562641 未加载
评论 #25562267 未加载
评论 #25562096 未加载
评论 #25562085 未加载
andi999over 4 years ago
I am confused. I thought Haskell was taking pride in not being used in production (and instead being a testbed for new language features&#x2F;concepts)
评论 #25562578 未加载
评论 #25562576 未加载
davidwover 4 years ago
&quot;I&#x27;m convinced that if only we could get a word in with management, and explain what a monad is, they&#x27;d consider using Haskell&quot;<p>Not an actual quote, but I liked the scene it brought to mind.
评论 #25562716 未加载
评论 #25562732 未加载
评论 #25562249 未加载
micouayover 4 years ago
Chance to improve some user experience here: is it possible to use `stack` without installing Xcode on macOS (BigSur)?<p>I get an error &#x27;xcodebuild requires xcode&#x27; and &#x27;C compiler cannot create executables&#x27; when running `stack setup`. I have the Xcode Command Line Tools installed. Anyone had similar experience?
评论 #25563109 未加载