Name: Anonymous 2011-04-02 19:08
What should I do?
HAVE YOU READ YOUR SICP TODAY?
struct Verbose {int crap; float more crap;}; when you can just (list 123 0.5)???> (define x 2)
(set! x "hax my anus")
x
"hax my anus"1 ]=> (define x 2)
;Value: x
1 ]=> (set! x "hax my anus")
;Value: 2
1 ]=> x
;Value 11: "hax my anus"
> (= 2 "hax my anus")
=: expects type <number> as 2nd argument, given: "hax my anus"; other arguments were: 2