Feb 13, 1991 — Borland Pascal Comes to Windows
February 13, 1991
It was a big moment. Pascal was already one of the most popular programming languages in the world. But until then, most Pascal developers worked in DOS. Windows was growing fast, and developers needed new tools.
Borland answered.
Before Windows Took Over
In the 1980s, Turbo Pascal became famous for three things:
Speed
Low price
An excellent integrated development environment
You could write, compile, and run programs in seconds. For many students and professional developers, Turbo Pascal was their first serious tool.
But DOS programs were text-based. Meanwhile, Microsoft Windows was slowly becoming the future. Graphical interfaces, buttons, menus, and windows were replacing command lines.
Developers had to adapt.
Pascal Enters the GUI Era
Borland Pascal for Windows allowed programmers to build real Windows applications using Pascal.
That meant:
Event-driven programming
Dialog boxes and buttons
Message handling
Access to the Windows API
This was not just “Pascal with graphics.” It was a shift in mindset.
In DOS, programs ran from top to bottom.
In Windows, programs reacted to events — mouse clicks, keyboard input, system messages.
For many Pascal programmers, this was their first contact with modern GUI development.
Why It Mattered
This release did three important things:
-
It helped Pascal survive in the Windows world.
Without a Windows version, many developers would have switched languages immediately. -
It trained a generation of GUI developers.
Thousands of programmers learned event-driven programming through Borland tools. -
It paved the way for Delphi.
A few years later, Borland would release Delphi (1995), which built directly on this experience and became one of the most productive Windows development environments of the 1990s.
Borland Pascal for Windows was a transition step — but an important one.
The Bigger Picture
In 1991, Windows was not yet dominant. Many people still preferred DOS. But the direction was clear.
Borland understood that graphical applications were the future.
And on February 13, 1991, Pascal officially stepped into that future.
It was not the loudest release in tech history.
But for many developers, it marked the moment when structured programming met the GUI age.