Hacker News new | ask | show | jobs
by OnlyMortal 1103 days ago
Apple decided to create a NeXT Workspace clone with PowerPlant (Carbonized). My understanding that this was due to politics with both Microsoft and Adobe.

It wasn’t done very well and was clunky. The later re-write to Obj-C was an improvement.

As for the rest of OSX, most of the inbuilt apps were just direct from NeXT. Even today, Mail and TextEdit are still similar.

ProjectBuilder was much the same as on NeXT as was InterfaceBuilder. Their merging into the blob that is now XCode was a mistake IMO.

With ViaVoice, the training app was a PowerPlant port from the older Classic version. It wasn’t hard to munge PP to get it to work.

I did the UI for the VoiceCenter (a HAL-like UI intentionally) and the Preferences given my AppKit skills. One advantage we made use of is we used a UNIX voice engine that ran as a process on its own.

The OS really was just a NeXT with skinning for Apple and a few apps using PowerPlant. I think the old Sun based network management was still present (NIS??).

Obviously, a lack of Display Postscript made a difference as Apple had to develop their own renderer using the same graphics primitives. That may be why it was so slow back then.