NeXTSTEP is the original object-oriented, multitasking operating system that NeXT Computer, Inc. developed to run on its proprietary NeXT computers (informally known as "black boxes"). NeXTSTEP 1.0 was released in 1989 after several previews starting in 1986, and the last release 3.3 in early 1995. By that point NeXT had teamed up with Sun Microsystems to develop OpenStep, a cross-platform standard and implementation (for SPARC, Intel, HP and NeXT m68k architectures), based on NeXTSTEP.

The format of the name had many camel case variants, and became NEXTSTEP (all capitals) only at the end of its life. The format most commonly used by "insiders" is NeXTSTEP.

The system had originally started in the mid-1980s as two projects, an effort that would create Display PostScript, and an effort to build a "toolkit" of programming objects for the education market. When it became clear that the computers and operating systems of the day were not up to the task of running either, the projects were combined, along with a hardware effort, and eventually created the NeXT computers.

NeXTSTEP was a combination of several parts:

  1. a Unix-like operating system based on the Mach kernel, plus source code from UC Berkeley's BSD Unix
  2. Display PostScript and a windowing engine
  3. the Objective-C language and runtime
  4. an object-oriented application layer, including several "kits"
  5. development tools for the OO layers

The key to NeXTSTEP's fame were the last three items. The toolkits offered incredible power, and were used to build all of the software on the machine. Distinctive features of the Objective-C language made the writing of applications with NeXTSTEP far easier than on many competing systems, and the system was often pointed to as a paragon of computer development, even a decade later.

NeXTSTEP's user interface was refined and consistent, and introduced the idea of the Dock, carried through OPENSTEP and into Mac OS X, and the Shelf. The user interface features did not stop here, but were touches on a smaller level, such as window modification notices (such as the saved status of a file) were inbuilt into all windows, modified scrollbars, and so on.

Additional kits were added to the product line to make the system more attractive. This included Portable Distributed Objects (PDO), which allowed easy remote invocation, and Enterprise Objects Framework, a powerful object-relational database system. These kits made the system particularly interesting to custom application programmers, and NeXTSTEP had a long history in the financial programming community.

After the completion of Apple Computer's acquisition of NeXT in early 1997, Apple decided to make its own implementation of the OpenStep standard, which resulted in Mac OS X. Mac OS X's OpenStep heritage can be seen in the Cocoa development environment, where the Objective-C library objects have "NS" prefixes. A free software implementation of the OpenStep standard, GNUstep, also exists.

The first web browser, WorldWideWeb, was developed on the NeXTSTEP platform.

See also:

External links


This article (or an earlier version of it) contains material from FOLDOC, used with permission.