Linked by Thom Holwerda on Sun 22nd Jul 2007 15:25 UTC
Thread beginning with comment 257345
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
>>One day, people will realize the genius of Alan Kay, but until then, this is the sort of thing we have to put up with...<<
Well, one could say that Ruby is Smalltalk with a more C-like/Perlish syntax to avoid the 'syntax shock' for people which are used to other languages..
My own pet peeve with Smalltalk beside the syntax is the variable declaration separated from the initialisation: the 'nil-state' which is triggered by this is quite ugly.. Strange, that they don't have fixed it yet.






Member since:
2005-07-06
I disagree on the file issue. Files are a perfectly good abstraction for what they are --- a low-level OS mechanism. I don't think object-serialization is a particularly appropriate abstraction for that sort of thing. The real problem is that for far too long, its been really the only abstraction available. At the application level, you really want to use something higher-level.
As for the "idiot" bit, I agree. One day, people will realize the genius of Alan Kay, but until then, this is the sort of thing we have to put up with...