[e-lang] Wiki Software

Tyler Close tyler.close at gmail.com
Tue Nov 28 19:11:39 CST 2006


On 11/28/06, Sandro Magi <smagi at higherlogics.com> wrote:
> James Graves wrote:
> > Objects, and object-capabilties seem more natural at this level.
> > Because you know who owns the data.
>
> Well, objects are a simply poor man's closures
> (http://www.kimbly.com/blog/000063.html). ;-)

I disagree with the parable on that page. Object does not imply
lexical closure. C++ has objects, but does not have lexical closures.
You can understand objects in terms of lexical closures, but not
vice-versa. In the absence of lexical closures, you need to have
public/private distinctions, constructors, and other busy work
occupying the days of the object-only programmer.

Tyler

-- 
The web-calculus is the union of REST and capability-based security:
http://www.waterken.com/dev/Web/

Name your trusted sites to distinguish them from phishing sites.
https://addons.mozilla.org/firefox/957/


More information about the e-lang mailing list