I’ve been doodling with Erlang of late, attempting to make up for what I missed by not diving into functional programming long ago. I’ve slacked off in my progress, lacking any coherent project to apply it to.
But in the last few days I stumbled across Project Euler, a site that presents a number of mathematical problems of increasing difficulty. It’s meant to serve as a structure for learning more about certain computer science and math concepts, which, oddly enough, is something I’m looking to do. It’s also a nice structure to learn to start applying some functional programming concepts. So I’ll have a series of posts about my approaches and solutions to the various problems, starting with problem 1.
Hey, everyone needs a hobby!

{ 1 } Trackback
[...] started with my quest via my first attempt at a solution in Erlang to Project Euler’s problem number [...]
Post a Comment