Hacker News new | past | comments | ask | show | jobs | submit login

Cannot remember the last time I used a programming language in the Pascal family. Our programming course we had to use Delphi. This was college back in 2001. I purchased a copy of Delphi 5 (my college has version 4) so likely tried things for a year or two afterwards. I doubt I touched Delphi after 2005.

In College we had to create a Stock Control program. It was an IT course so most people struggled as programming was not their direction. For me being a "prodigy programmer" had no issues jumping into Delphi.

If anything, knew little about Delphi. Once I started coding and realised I was typing var, begin, end, or := (etc) -- I knew it was some kind of Pascal. Going back to my earlier days in high school, I had a copy of Turbo C and Turbo Pascal so thats why I had a little head start.

I remember the difficult part was storing the stock data in a binary file, using binary search to find data, etc. My tutor was old-school so I wouldn't be suprised if Delphi had more 'out of the box' solutions which we take for granted in modern Go, C#, etc.

Everyone struggled to get their code to build. Brings back fond memories.

Today I place Pascal in the same Category as Basic. Seems like an interesting project but I just dont have interet using Pascal so would be a deal breaker for me.

I would not be surprised, however, if there is still a pretty large base of Pascal defenders out there. More power to them if the case.




We're probably in the same age group. I used to write simple games and graphics apps in Turbo Pascal in high school. Later on I used Delphi to write "business apps". To me, there isn't that much difference between Pascal and C in terms of language design.

I used to translate my Pascal code to C by replacing begin/end with curly braces, moving interface declarations to header files, replacing well named functions to cryptic-sounding strtok calls, etc. It was all so unnecessarily ugly in comparison.

C is my favorite language now, but the cleanliness of Pascal and the user friendliness of Delphi have stuck with me as reminders of how great a developer experience can be.

I've been using Android Studio for 10 years now and the experience doesn't hold a candle to Borland Delphi Architect from 20 years ago. We might have more advanced features these days, but it's a disconnected mess in comparison.


I find "modern" development to be bloat. By modern I refer to web development as smart device (ie Android, IOS, etc)

I will always have a soft spot for C but try to find the right replacemenet.

Looking at Odin at the moment which I do like. It is taking inspiration from a number of languages, include C and Pascal.


> Seems like an interesting project but I just dont have interet using Pascal so would be a deal breaker for me.

What are the languages you would prefer to use now?


Hi.

As mentioned, I have not touched Pascal/Delphi for around 20 years now. I dont have interest (re)learning this to use a 3D engine.

My reasoning is mostly due to popularity or, more specifically, job security.

Newer languages preferably, or keeping it C (atleast)

As mentioned in another reply above - I am learning Odin at the moment.

These are just my views. Like any view, can be scrutinised by anyone. We all have our preferences. I mean no ill towards Pascal in general.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: