Comment by π stack
Re: "I learned Pascal in uni and haven't touched it in ages, butβ¦"
APL?
2024-10-12 Β· 2 years ago
6 Later Comments β
π¦ zzo38 Β· 2024-10-12 at 21:27:
There are several problems with the C programming language, but the alternatives seems to avoid many of the good features of C and add some things that also aren't very good, in my opinion. So, I use the C programming language; it is not quite really bad enough that I will not use it, I think.
(I have used Pascal as well, to modify ZZT. Turbo Pascal seems like it is a reasonable programming language for writing DOS programs.)
π norayr [mod] Β· 2024-10-23 at 00:11:
freepascal is an amazing compiler. it supports turbo pascal dialect if one wants to have that limit. it supports iso mode if you happen to need it. it supports delphi object pascal mode.
it generates very fast code, and in some benchmarks i have shared here, it shares first place with go and c.
π norayr [mod] Β· 2024-10-23 at 00:26:
horrible standard library
this is a comment left by andreas borchert in comp.lang.oberon in the middle of nineties:
i save a link to the usenet post via google groups, it was available years ago, but not now:
π» TardisKun Β· 2024-12-01 at 19:04:
@norayr alternate link ;-)
π norayr [mod] Β· 2024-12-02 at 00:16:
TardisKun, thank you.
π¦ Houjimmy Β· 2024-12-03 at 18:44:
I've also learned Pascal have ages, both in school and university. Is it still relevant?
Original Post
I learned Pascal in uni and haven't touched it in ages, but I'm thinking of picking it up again after reading how much less computation-expensive than, say, Python. Does anyone have any suggestions on good ways to get started again? Also, any thoughts about the virtues of Pascal vs. its related languages like, e.g. Ada?