Ramblings on Math and Programming by Benjamin Kovach
Friday, January 3, 2014
I've moved!
›
I've moved to http://5outh.github.io/ !
Wednesday, November 13, 2013
Parsing and Negating Boolean Strings in Haskell
›
It appears that the dailyprogrammer subreddit is back after a pretty long hiatus, and they kicked back into gear with a really interestin...
2 comments:
Tuesday, August 27, 2013
Ludum Dare #27 (10 Seconds): A post-mortem
›
WTF is Ludum Dare? Ludum Dare is a friendly competition among game developers to see who can make the best game based on a given theme in ...
Wednesday, May 1, 2013
Symbolic Calculus in Haskell
›
Motivation It's relatively simple to write a program to approximate derivatives. We simply look at the limit definition of a derivati...
11 comments:
Thursday, January 24, 2013
Graph Theory and the Handshake Problem
›
The Handshake Problem The Handshake Problem is something of a classic in mathematics. I first heard about it in an algebra course I t...
Wednesday, January 16, 2013
Comonadic Trees
›
We've seen in the previous post what monads are and how they work. We saw a few monad instances of some common Haskell structures and to...
Wednesday, January 2, 2013
Introductory Monads
›
What is a Monad? If you've used Haskell before, chances are that you've heard the term "monad" a good bit. But, you migh...
2 comments:
›
Home
View web version