Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

How the christ does the Y Combinator work?

Name: Anonymous 2010-10-20 22:39

Fuck, I've been rereading http://mvanier.livejournal.com/2897.html for the past several hours and it might as well be written in Esperanto. Am I just not cut out for EXPERT PROGRAMMING

Name: Anonymous 2010-10-23 11:05


def factorial (n):
    if n == 0:
        return 1
    else:
        return n * factorial (n-1)


Just wanted to show you recursion

Name: 24 2010-10-23 11:05

In Python.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List