The programming language / IDE which kickstarted my career, Turbo Pascal was 40 years old last week. Of course I did not start programming 40 years ago. Version 6 was released in the same year I got my first PC.
Turbo Pascal was not my first programming environment. I was 6 years old and was happy to display my name in GW-BASIC. I never mastered GW-BASIC or QBASIC though. My knowledge was limited to simple control statements (GOTO, IF, FOR) and terminal input/output.
A few years later my cousin introduced me to Turbo Pascal. He showed me some basic constructs (if, repeat .. until) and gave me a Hungarian help file. It was a game changer for me: I’ve learned everything intuitively on my own, using this translated help, most importantly how to use BGI graphics which opened the way to create my own video games.
What Turbo Pascal gave me:
-
Easy-to-learn, yet powerful programming language
-
Clear control statements
-
Strong type system
-
No-fuss programming: just start the IDE, type your code between begin .. end, then execute
-
No need for tool configuration
-
No need for project files, workspace, solution
-
No need for classes, not even functions or procedures
-
Easy-to-use APIs to access MS-DOS functions and display graphics
-
-
User-friendly error messages that I could understand with my very basic English (I’m looking at you, C/C++)
-
A very fast compiler that compiled thousands of code within seconds even on my first 80286 machine (20 MHz, 1 MB of RAM)
-
Enabled extremely fast code –> compile –> fail –> fix –> retry cycles
I’ve soon learned C, then C++ and also got Delphi, but still continued to use Turbo Pascal until the late 90s, mostly for programming contests and prototyping.
Happy birthday, Turbo Pascal, and thanks to Borland, Philippe Kahn and Anders Hejlsberg for this wonderful tool!