AboutBlogContact
TechnologyOctober 12, 1988 2 min read 134Updated: June 22, 2026

The NeXT Computer: A Cube from the Future

AunimedaAunimeda
📋 Table of Contents

It’s 1988, and I’ve just seen the future. It’s a one-foot black magnesium cube. After Steve Jobs left Apple, we all wondered what he’d do next. The answer is the NeXT Computer, and it is unlike anything else on the market. It’s expensive, it’s sleek, and it is a developer’s dream machine.

NeXTSTEP and Objective-C

The real star of the show isn't the hardware (though a 25MHz 68030 and a DSP are nothing to sneeze at), but the software. NeXTSTEP is a Unix-based operating system built on the Mach kernel, but it feels like it’s decades ahead of the command-line Unix we’re used to.

It uses Objective-C as its primary language, bringing true Object-Oriented Programming to the mainstream. With the Interface Builder, I can literally drag and drop UI elements and connect them to code in seconds. What used to take weeks in C on other platforms takes hours here.

// Simple NeXTSTEP code
#import <appkit/appkit.h>

int main(int argc, char *argv[]) {
    [Application new];
    // Objects talking to objects...
    return [NXApp run];
}

Optical Storage and Display PostScript

NeXT decided to ditch the floppy drive entirely in favor of a 256MB magneto-optical drive. It’s a bold move that emphasizes how much data modern applications need. And the screen! Display PostScript means what you see on the high-resolution MegaPixel display is exactly what gets printed. No more "Close Enough" WYSIWYG.

Looking Ahead

While the $6,500 price tag (and that's the educational price!) means it won't be in every home, the NeXT is going to be the "think tank" machine for the 90s. The way it handles networking and objects is going to influence everything that follows. I’ve heard rumors of people using these to build new ways of sharing information over the internet. If you want to see where computing is going, look at the Cube.

Read Also

Mac OS X Cheetah: A Unix Heart with a Pretty Faceaunimeda
Technology

Mac OS X Cheetah: A Unix Heart with a Pretty Face

Apple has finally released Mac OS X 10.0 'Cheetah'. After years of false starts, we have a modern, Unix-based OS with the most beautiful UI ever seen.

NeXTSTEP: The Future of Object-Oriented Computingaunimeda
Technology

NeXTSTEP: The Future of Object-Oriented Computing

Steve Jobs' new machine is finally here, and it's not just the hardware that's impressive. NeXTSTEP and Objective-C are changing how we think about software.

PostScript: The Language That Changed Printing Foreveraunimeda
Technology

PostScript: The Language That Changed Printing Forever

We’ve been living in a world of dot-matrix and character printers for far too long. Adobe’s PostScript is about to change everything about how we put ink to paper.

Need IT development for your business?

We build websites, mobile apps and AI solutions. Free consultation.

Get Consultation All articles