Archives / Search ›

Yup, they were row and column.

- (void)_singleClick:(unsigned int)row :(unsigned short)column;

I wonder why the authors of Terminal decided to use an empty parameter name like that. I guess it's in Objective-C to maintain compatibility with languages that don't have multipart method names, but they didn't want to use the varargs syntax. AFAIK, Smalltalk doesn't support anything similar… no, it doesn't.

Picture of Whisker

The above picture was inserted with the new “My Pictures” tool. Really good. Does exactly what I expected.

BTW, the browser above is Whisker. I saw Doug Way, its author, at MacHack last year, he was wearing a Squeak t-shirt, great because I couldn't navigate the Squeak website to find out where the downloads were (it's much better now). Aside from showing me where to get Squeak for the Mac, he demoed his browser to me. I was really impressed, as I continue to be when I use it. It does automatic window layout, and uses color coding to great advantage (different classes show up in different hues; different methods within the same class in different shades).

Development tool development really seems moribund. We need more interactive, self-introspective systems like Smalltalk, so people can experiment and build their own tools without needing to make a huge investment. The amount of likely proprietary infrastructure required for a Whisker equivalent in C++ or Java is substantial, and the only people who can do it, they're too busy building another EJB-CORBA-.NET tool of the day for big-ticket corporate development.

But there is hope, at least, in the form of Eclipse. OTI made Envy, an incredible (if somewhat hard-to-use) team development product for Smalltalk and Java. I hope it takes off.

Comments are closed.