Running a startup on Haskell
bos.github.com
Running a startup on Haskell
1–10 of 76 posts
Re: Running a startup on Haskell
#2Hackers News is boring because of this type of post. What is the purpose of your link?
Re: Running a startup on Haskell
#3Hackers News is boring because of this type of post. What is the purpose of your link?
Did you know that that was a slideshow? You're seeing the title page, click on it to advance to the next page. repeat.
Re: Running a startup on Haskell
#4For background, Bryan gave this talk at the excellent Strange Loop 2011 conference (https://thestrangeloop.com/).
Abstract: https://thestrangeloop.com/sessions/running-a-startup-on-has...
He also gave a workshop on Sunday (which I unfortunately was not able to attend): https://thestrangeloop.com/sessions/haskell-functional-progr...
Re: Running a startup on Haskell
#5[deleted]
Re: Running a startup on Haskell
#6Re: Running a startup on Haskell
#7So what is "the best compiler bug ever" (slide 31)?
Re: Running a startup on Haskell
#8Interesting that he comes down in favor of Snap. I've been looking at the Snap vs. Yesod question for my own projects, lately, and there's interesting arguments both ways. Yesod is big and comprehensive, with four or five custom DSLs that have compilers implemented in Template Haskell. Snap is tiny, really just a routing engine and server with a small template library tacked on.
Yesod reminds me of Rails, while Snap reminds me of Servlets + JSP.
Re: Running a startup on Haskell
#9 I must hunt down and learn to use a QuickCheck-like library for my language.
If I can't find one, I should write one.
So what's the (best) equivalent of QuickCheck in Ruby? In other languages?Re: Running a startup on Haskell
#10Can anyone comment on the claim "QuickCheck is shockingly more effective at finding bugs than unit tests"? I'd be interested in hearing other opinions.