Thursday, 18 July 2002
The major new feature in F-Script Anywhere 1.1.2, released today:
While it wasn't mentioned in today's keynote, Mac OS X Server 10.2 looks to be a very significant upgrade. Network OS installation, finally! The revised Server Admin app looks great, and I'm impressed by Apple's incorporation of lots more open-source tools such as SquirrelMail, while giving the developers plenty of credit.
It was hyatt's first day at Apple today. And hey, he has an RSS feed now! His permalinks are of the stealth variety, they're in the black text.
(Once again, no I'm not dead, just busy. And been playing a lot of Warcraft III this weekend. Four missions through the Orc campaign so far.)
Eric points to another Mark Jason Dominus talk, this one with a basic premise that design patterns wouldn't need to be explicitly coded if languages had better macro support, and that there's more to be learned from Alexander's work. Seems reasonable.
I've spent a reasonable amount of time on design patterns in several classes and seminars with Ralph Johnson, who teaches here. I've never read Alexander's A Pattern Language or any of his other books. Patterns aren't magical, but for me, I get three basic things out of reading pattern work:
Note that none of these benefits involve cranking out repetitive C++ or Java code. I certainly prefer to use languages with more syntactic flexibility, but where you can do what you want without having to remember too much syntax or too many rules. This means Lisp/Scheme, Smalltalk, Objective-C, but not Perl, Python (too much to remember), Java (too inflexible), or C++ (both).
I see the elegance in Perl, but I'm not willing to give my life over to it: I have too much work to do which doesn't lend itself to Perl. The great thing about Smalltalk, for example, is that a lot of its elegance comes from idiom and library design. You don't have to be aware of everything initially; you can blunder ahead, reading source where necessary, reinventing wheels, and still get work done, maybe doing things the hard way, but constantly learning so you do better next time. With Perl, of course some of this applies as wellyou can write it like C if you wantbut it turns out that in any given Perl project I attempt, I'm always fighting the language until I have anything but complete mastery of the subset I'm using. Then i go away for six months, forget it all, and have to start all over again.
Updated my Mac OS X font rendering article I wrote back in February to cover the changes in Mac OS 10.1.5, and some potential changes in Jaguar.