Discussion Object is still around and being used in 2019.

whm1974

Diamond Member
Jul 24, 2016
9,436
1,569
126
I did a search earlier last night to see if Pascal was still being used in 2019 aside from supporting legacy code and programs. Yep it sure is, including Delphi:
https://www.embarcadero.com/
And a FOSS version is available as well with a IDE:
https://www.freepascal.org/
https://en.wikipedia.org/wiki/Lazarus_(IDE)

Although it seems that not as widespread in use as it was during the 80's and early 90's.
This sounds like an ideal language for a beginner to learn programming. The Free Pascal Compiler(FPC) is available on multiple OSes and CPU platforms.
 

VirtualLarry

No Lifer
Aug 25, 2001
56,571
10,206
126
I was personally never 'big' on Pascal. I never used Borland's Pascal, which had an expanded language repatior, which alleviated most of the negative issues about it, language-wise.

I much prefer C/C++/ASM, or even BASIC.
 

whm1974

Diamond Member
Jul 24, 2016
9,436
1,569
126
I was personally never 'big' on Pascal. I never used Borland's Pascal, which had an expanded language repatior, which alleviated most of the negative issues about it, language-wise.

I much prefer C/C++/ASM, or even BASIC.
BASIC in 2019? As far as I can tell from asking questions on the the Forum and reading the Wiki/Documentation Object Pascal is way more useful and powerful then any form of BASIC is or will be.
https://forum.lazarus.freepascal.org/index.php/board,61.0.html
 

VirtualLarry

No Lifer
Aug 25, 2001
56,571
10,206
126
No, not 2019, last time I was actually doing some programming, like 15-20 years ago.

Microsoft Professional BASIC. On 5.25" floppies. :p
 

mxnerd

Diamond Member
Jul 6, 2007
6,799
1,103
126
The title should be Object Pascal is still around. (Mostly used in Delphi)

Anyway, Basic is still used in many MS products: Access, Word, Excel and other Office products.

They all use Visual Basic for Applications.
 
Last edited:

mxnerd

Diamond Member
Jul 6, 2007
6,799
1,103
126
@VirtualLarry Wouldn't that be farther back then 15-20 years?
That's about 25-30 years ago. :)

I did most programming using CLIPPER (DOS based), some Foxpro, then switch to MS Access / VB6.

Learned all of them on the job and took some community college classes.

C & Pascal was taught in university, but never used them for work.

CLIPPER added objects in it's late development. Amazing.

The conversion to object oriented & event driven programming was really hard.
 
Last edited:

whm1974

Diamond Member
Jul 24, 2016
9,436
1,569
126
The title should be Object Pascal is still around. (Mostly used in Delphi)

Anyway, Basic is still used in many MS products: Access, Word, Excel and other Office products.

They all use Visual Basic for Applications.
I think faster then I type.