Name: Anonymous 2010-08-05 13:54
How is
less confusing than
And what is with this sorcerer bullshit?
And why the heck is Sussman wearing a fez?
Is he by any case a Shriner?
Also how does Scheme compare to Python and Java in terms of efficiency?
(+ (* 3
(+ (* 2 4)
(+ 3 5)))
(+ (- 10 7)
6))less confusing than
(+ (* 3 (+ (* 2 4) (+ 3 5))) (+ (- 10 7) 6)) ?!?!?!And what is with this sorcerer bullshit?
And why the heck is Sussman wearing a fez?
Is he by any case a Shriner?
Also how does Scheme compare to Python and Java in terms of efficiency?