What really is B.I.
B.I. is . . . uhh, Brinkman index? Brain Injury? Biological Indicator? I’ve waited 4 years to get enough experience to write this blog post.
B.I. is . . . uhh, Brinkman index? Brain Injury? Biological Indicator? I’ve waited 4 years to get enough experience to write this blog post.
Haskell is one of those languages that everyone knows, but very few people use. In contrast to other nifty languages like Idris or Coq, the breadth of Haskel...
Regular expressions are probably one of the most useful tools any programmer can know, but they can be brittle, especially when they get long, or if composit...
Sane, efficient, and legible error handling can rank pretty high on the difficulty charts when writing a new application. Getting an answer to “Should this f...
This is the first problem in a series of simple problems, written in Haskell. I regularly use rosettacode.org to find out different ways haskell solves probl...