Category Archives: Haskell

Why R doesn't suck

I first encountered the R programming language a few years ago when I needed to make some plots. Although I’ve used it occasionally since, I always considered it a sort of “Perl for statisticians” — a useful swiss-army knife with … Continue reading

Posted in Data Mining, Haskell, Math, Programming, Python, R, Ruby | 1 Comment

N-Queens in a Tweet

Most people who like puzzles or study computer science have probably encountered the famous N-Queens problem. If you haven’t, before reading any further, try this online version of the most popular form, the 8-Queens problem. The 8-Queens problem is to … Continue reading

Posted in Haskell | 8 Comments