|
|
|
|
|
by joe_the_user
863 days ago
|
|
Required reference "Objects the poor man's Closures[continuations]" [1]. Well, the links actually say "Closures And Objects Are Equivalent", which is the point. But I'd offer a deeper point - continuations/closures are rightly considered one of the hardest things most programmers ever encounter while objects are things most programmers deal with daily. Sure, that means use continuations if you want to look like a bad ass but use objects if you want a project to succeed. [1]http://wiki.c2.com/?ClosuresAndObjectsAreEquivalent |
|