50
40 years of Turbo Pascal (www.theregister.com)
top 6 comments
sorted by: hot top controversial new old
[-] monotremata@kbin.social 9 points 9 months ago* (last edited 9 months ago)

Turbo Pascal was the first language in which I had serious classes (I had tutoring in Applesoft Basic earlier on, but that language has a lot of limitations), and I used it for years afterwards. You could write auxiliary functions in Turbo Assembler and link them in; I used that to write a library that allowed access to the 320x200 256-color VGA mode (the built-in graphics only did EGA and were super slow), and other libraries for mouse and joystick control. I tried to control the soundblaster for FM synthesis, but it was too complicated for me to figure out how to do anything useful without better access to documentation (this was before the world wide web). The experience also taught me a lot about assembly language basics, function calling conventions for C and Pascal, stack manipulation, and so forth, which gave me a huge head start in my compilers courses at university.

On the whole I would still recommend C over Pascal as an early language--it gives you much better insight into memory layout and so forth, where Pascal kind of obfuscates such things, and C just generally kind of acts like both Pascal and Assembler rolled together. But Turbo Pascal definitely gave me a good foundation.

[-] bunkyprewster@startrek.website 5 points 9 months ago

I loved Turbo Pascal so much. Wrote my own DOS windowing system. When the object oriented stuff came out,it was mind blowing but still so accessible.

[-] sjpwarren@programming.dev 4 points 9 months ago

It was a simpler time.

[-] autotldr@lemmings.world 2 points 9 months ago

This is the best summary I could come up with:


It is 40 years since Turbo Pascal revolutionized the coding marketplace with a slick (for the time) Integrated Development Environment (IDE) and performance to spare.

Turbo Pascal was released in 1983 and represented a shift from the traditional way programming tools worked in the early days of IBM PC compatibles.

Anders Hejlsberg, who would later go on to join Microsoft as part of the C# project, is widely credited as creator of the language, with Borland boss Philippe Kahn identifying the need for the all-in-one tool.

Object-oriented programming features turned up, including classes and inheritance, and a step-by-step debugger.

However, the steamroller of tools such as Visual Basic 3 ensured that Borland never had the same success in Windows that it enjoyed under DOS.

The language might have offended Pascal purists and the IDE seems a little clunky nowadays when compared to modern tools.


The original article contains 460 words, the summary contains 144 words. Saved 69%. I'm a bot and I'm open source!

[-] atheken@programming.dev 2 points 9 months ago

I don’t have “heroes” per say, but Anders Hejlsberg is up there.

Generations of programmers have benefited from his work. His focus on ergonomics in C# made the language a total powerhouse.

[-] uis@lemmy.world 0 points 9 months ago* (last edited 9 months ago)

Trubo Pascacal

this post was submitted on 05 Dec 2023
50 points (96.3% liked)

Programming

16971 readers
246 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS