Live data from Hacker News

Running a startup on Haskell

bos.github.com

21–30 of 76 posts

Re: Running a startup on Haskell

#21
post #6

Earlier quoted context omitted.

Arrow keys also work.

That said, this is pretty poorly designed. I also had no clue what to do for the first few seconds after I clicked the link. It was only at slide 38/41 that I noticed the tiny, hidden controls on the very bottom blending into my status bar.

I didn't even notice those. Fortunately, I've worked with systems like S5 slideshows, and this looked a lot like a slideshow (no scroll bar, large text, numeric fragment in the URL).

Usability could definitely be better, but I will admit to writing up similarly boring slides in the past.

Re: Running a startup on Haskell

#22

Earlier quoted context omitted.

It's a class in Haskell, not on Haskell.

This is a good point. It's "Functional Programming in Haskell". When I first saw the course I think it was titled, "Systems Programming in Haskell."

"Functional Systems in Haskell". I think it's still based on systems programming.

Re: Running a startup on Haskell

#24
post #12

It is pretty disappointing that they decided to go with c# for the local client. This pretty much guarantees that it will not work on Linux.

Not really, as long as they don't use Windows API directly and rely on .NET Framework they should be able to run it on MONO.

Re: Running a startup on Haskell

#25
post #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?

For Ruby: http://rushcheck.rubyforge.org/about.html

Check out the citations on http://en.wikipedia.org/wiki/QuickCheck for QuickChecks in other languages.

Re: Running a startup on Haskell

#29
post #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?

A quick google search returned this:

* qc for python (http://dan.bravender.us/2009/6/21/Simple_Quickcheck_implemen...)

* QuickCheck Wikipedia page with links ot implementation for many languages (http://en.wikipedia.org/wiki/QuickCheck)

Personally I am looking forward to trying out qc for python. Has anyone here used it before?

Post reply on HN