TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Thinking Back on 'Turbo Pascal' as It Turns 40

5 pointsby blakespotover 1 year ago

2 comments

geophileover 1 year ago
My first programming experience was on a PDP-8 using BASIC. Code, run, debug in a very tight loop. I was hooked.<p>Then in college, it was punch cards and a line printer, with long delays while waiting for the hardware to work, and your job to work its way through the system. The very opposite of a tight loop.<p>And then I got an IBM PC, and there was a glimmer of hope that I could recreate that early experience. But the tools were expensive, clunky, and slow.<p>And then there was Turbo Pascal. Cheap, blindingly fast, so much fun. That’s what we were all waiting for. A fantastic product.
评论 #38522880 未加载
lphillips0825over 1 year ago
Brings back fond memories. I was at JSC in Houston and took on a consulting job to convert a massive data manipulation and statistical analysis program that ran in COBOL on an IBM 370 to run on an IBM PC. I did a portion of the code in Turbo Pascal just for fun on a bet that it would run faster (in terms of user wait time) and it did—-45 minutes down to 5. Then I wrote the rest of the code, optimized, and got my first 80286-based PC and we got sub-minute processing times. At that point I convinced my friend that we could dispense with the collection of the massive data set via bubble scan sheets filled out in the field with an early laptop computer. We went through multiple iterations and improvements over a few years and the system ran for 15+ years, albeit on much improved hardware as time went on.