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 #'<...
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.
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
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
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.
2 tags
3 tags
What - the - fuck ?