So I wrote a program, to find prime numbers, just to check out this pure thing;
http://gist.github.com/608493 However, the program has a runtime of about 5 seconds? - in my mind, if the function is pure, shouldn't the compiler insure that it was evaluated at compiletime? - or am I doing it wrong? -- // Yours sincerely // Emil 'Skeen' Madsen
