Category Archives: Ruby

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

Garden Path Sentences

I recently came across an interesting post on the Powerset Blog recently about garden path sentences. Garden path sentences are sentences that lead you down the wrong path through a string of words with multiple meanings. For example, The complex … Continue reading

Posted in Python, Ruby | Leave a comment