Create an Account
username: password:
 
  MemeStreams Logo

MemeStreams Discussion

search


This page contains all of the posts and discussion on MemeStreams referencing the following web page: The Evolution of a Haskell Programmer. You can find discussions on MemeStreams as you surf the web, even if you aren't a MemeStreams member, using the Threads Bookmarklet.

The Evolution of a Haskell Programmer
by dmv at 7:20 pm EDT, Aug 26, 2008

Freshman Haskell programmer

fac n = if n == 0 
           then 1
           else n * fac (n-1)


 
 
Powered By Industrial Memetics