The unlikely persistence of AppleScript

What makes it so surprising that AppleScript survived and remains a fully-supported-by-Apple technology today (including in OS X Mountain Lion) is that it was never loved by anyone. It was a fine theory and noble experiment, but it turns out that an English-like programming language didn’t really enable a large number of users to become programmers. And conversely, AppleScript’s English-like syntax often made (and to this day continues to make) things more difficult and confusing for scripters, not less.

Put simply, the number of programmers in the world who consider AppleScript their favorite language could fit in a very small car, or perhaps even share a bicycle. But, as noted, AppleScript was the only OSA scripting language that ever gained any traction.

Macworld

Automator, Services, Applescript and it’s UNIX base which allows other automation sequences using UNIX pipes, is what i love most of Mac OS X, and why i currently consider it the best (( or at least the less bad )) current operating system.

Applescript is indeed hard to master because of its lack of resemblance with any sort of standard programming language but Automator very decently allows for a quick way of putting an automatized workflow in place.

Just hope that Apple not only not kills it with its iOS’ification but takes some time to make it stronger, correct its deficiencies and implement some other decent scripting language support, such as Python.

Dennis Ritchie: The Shoulders Steve Jobs Stood On

“On Wednesday evening, with a post to Google+, Pike announced that Ritchie had died at his home in New Jersey over the weekend after a long illness, and though the response from hardcore techies was immense, the collective eulogy from the web at large doesn’t quite do justice to Ritchie’s sweeping influence on the modern world. Dennis Ritchie is the father of the C programming language, and with fellow Bell Labs researcher Ken Thompson, he used C to build UNIX, the operating system that so much of the world is built on — including the Apple empire overseen by Steve Jobs.

“Pretty much everything on the web uses those two things: C and UNIX,” Pike tells Wired. “The browsers are written in C. The UNIX kernel — that pretty much the entire Internet runs on — is written in C. Web servers are written in C, and if they’re not, they’re written in Java or C++, which are C derivatives, or Python or Ruby, which are implemented in C. And all of the network hardware running these programs I can almost guarantee were written in C.

“It’s really hard to overstate how much of the modern information economy is built on the work Dennis did.””

Wired.com

I would say “the shoulders where we all stand on”. Was looking to write something on Dennis Ritchie since the notice of his passing came public but Wired does a better job than i could ever do. You should read the article to realize who exactly was Dennis Ritchie and why he was so important and fundamental to us all.