Tag Archive
The following is a list of all entries tagged with haskell:
Why isn’t Haskell popular in Industry?
Filed in haskell, 30 May, 2010, 1:04 pmThis question was recently posed (and closed!) on stackoverflow. The top voted reply is so good I thought I’d replicate it here! I’m afraid all I know of the original author is their “Orphi” posting name.
It’s tongue-in-cheek and broadly true, although I’d argue the details of a few points. I think it’s interesting that it [...]
Haskell For Games!
Filed in haskell, 10 August, 2009, 7:14 amI’ve been head-down in a big stack of papers since around March this year. That was the point at which I first started to get excited about the idea of Haskell becoming a plausible language for use in games development. More recently I decided to start doing something about it and gave a talk to [...]
On parsing, regex, haskell and some other cool things
Filed in thoughts, 21 March, 2009, 3:05 pmI’ve recently become slightly obsessed about finding ways (new or otherwise) to make parsing text really really simple. I’m concerned there are wide gaps in the range of currently parsing tools, all of which are filled by pain.
It’s also a nice distraction from the C++ language proposal I was working on which is stalled while [...]