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

Re: Have you read SICP

Name: Yakk 2014-07-28 7:45

Why should I believe you, or follow a link from someone in their first 10 posts? Why is that book worth reading? What does SICP stand for?

Hmm, at least the link seems to be honest (pointing where it appears to point).

Thanks.

Name: Anonymous 2014-07-31 5:08

Ruby version
f = get_some_anonymous_function
f.call


Common Lisp
(let ((f (get-some-anonymous-function)))
(funcall f))))))))))))))))))))))))))


Similarities
- Functions are no first class citizens (you can't call anonymous functions directly)
- Both suck
- GC

Differences
- syntax))))))))))

They are pretty much the same.

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