Apple Unveils Extra Leopard-isms To Developers
devilsecret writes to point out that some of the new Apple capabilities for developers on Leopard have been unveiled. The most interesting parts appear to be the opening of more of iLife to other programs, and the inclusion of Ruby on Rails.
Here's the link to Apple's page describing the developer features: http://developer.apple.com/leopard/overview/index. html
'Every story, if continued long enough, ends in death.' --Ernest Hemingway
In the jump from 10.4 to 10.5 you get:
You get built in backup and restore software
You get automatic backup functionality
You get virtual desktops
You get built in remote presentation and remote control software
You get new Widgets plus the ability to turn any webpage into a widget
You get a new mail program with increased planning functionality
New group management functionality in Mail and in iCal
Under the hood you get:
New animation libraries
New 64 bit CPU optimizations
New resolution independent ui
You pay for this stuff because you find it useful.
GPL Deconstructed
You forgot a biggie...
:) I think this is turned on by default and is an opt-out option for your code.
Now in Leopard, the Objective-C runtime has been updated to include a thoroughly modern and high performance garbage collection system, making memory management a thing of the past.
Garbage collection is included as part of the Obj-C 2.0 runtime... Say bye bye to most memory leaks..
Just when you make it idiotproof, some idiot builds a better idiot.