Skip to content

Learning Erlang Via Euler

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

  1. No Permission : Project Euler, Problem 1 | September 1, 2009 at 11:44 PM | Permalink

    [...] started with my quest via my first attempt at a solution in Erlang to Project Euler’s problem number [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *