Name: Anonymous 2011-03-02 8:20
* (nth 1 '(1 2 3 4))
2
* (elt "1234" 1)
#\2Explain this bullshit. argument order
* (nth 1 '(1 2 3 4))
2
* (elt "1234" 1)
#\2define(fact(x)
let(loop (x(x) r(1))
if(zero?(x) 1
loop(sub1(x) *(x r)))))
λ(λ)λ(λ)λ(λ)λ(λ)