February 2012
8 posts
3 tags
Rising →
This is why Lisp is better, compare. CLISP: (setq tuples ()) (do ((n (read *standard-input* nil) (read *standard-input* nil)) (k (read *standard-input* nil) (read *standard-input* nil))) ((null n)) (setq tuples (append tuples (cons (list n k) nil)))) (sort tuples #'<...
Feb 25th
5 notes
3 tags
Paul Graham's LISP Code →
Love reading different people write LISP, since the language really tailors to the person everybody has significantly different LISP code - it’s a window into the mind of another person.
Feb 23rd
3 notes
Rising →
This contest is open to all. This is the warm up problem. http://www.csupomona.edu/~carich/programming_contests/ please feel free to participate instructions
Feb 17th
2 tags
Airplanes are Coded in Fortran IV
if you weren’t afraid of flying before.. when the plane goes down, what are they gonna do? “Hold on while I put in these punch cards- oh no!I dropped them, we’re all gonna die” lol http://en.wikipedia.org/wiki/USAF_Digital_DATCOM
Feb 16th
6 notes
3 tags
Markets are efficient if and only if P = NP →
http://arxiv.org/pdf/1002.2284v2 this is why it is important to be a theoretical computer scientist, cuz then you can apply it to shit like this.
Feb 16th
5 notes
2 tags
Feb 15th
3 notes
3 tags
WatchWatch
What - the - fuck ?
Feb 3rd
7 notes