Project Euler in Javascript

Mar 22, 2009 at 7:35PM
Caleb Doxsey

I rather like Project Euler. Having solved a lot of these with python and haskell I thought I'd try solving them in javascript and post their solutions. Javascript doesn't have a lot of built in functionality so some of the processing could be tough. (Big numbers for example) I'll probably just use some libraries that are laying out there on the internet for those problems.