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

Pages: 1-

Brain failing

Name: Anonymous 2012-07-27 21:54

Just happened to wake up today, can't say what day it is.
Assigned work started months ago, can't meet deadlines.
Late in the night, can't sleep any more.

I'll try SICP. Thank you.

Anyway, is it any good to have printed copies of SICP, OnLisp and PCL?

Name: Anonymous 2012-07-27 22:38

No. Digital formats are superior.

Name: Anonymous 2012-07-28 0:14

Damn, I am failing bad.
(define (_e a x y)
  (if (= y 0)
      a
      (if (even? y)
          (_e a (* x x) (/ y 2))
          (_e (* a x) x (- y 1)))))
(define (e x y) (_e 1 x y))
(e 3 1000000)

Why do I need to xkill it? ;__;

Name: 3 2012-07-28 0:19

Forget about it. Tested on cmdline and it worked. ¬¬

Name: Anonymous 2012-07-28 17:27

BTW, after I finish SICP, which one should I read next? PCL or OnLisp?

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