top | item 22691526

(no title)

dionys | 6 years ago

Interesting to see Pascal on the list - it was the language of choice in my high school and my first programming language, back in 2010. I haven't touched it since, but I do remember it was pretty easy for me to pickup the syntax, especially compared to languages I would learn later in uni, like say C.

discuss

order

greencore|6 years ago

In Lithuania and perhaps in similar countries Pascal is still main programming language in classrooms. Also no other language has beaten Pascal in number of released books so it will stay for very long time.

non-entity|6 years ago

I almost started a new retrocomputing-related project in pascal recently because FreePascal seems to be the only stable maintained toolchain that still can target 8086

dionys|6 years ago

I can confirm! My high school was in Slovakia and I know other people had the same experience with Pascal.

benibela|6 years ago

I still write almost all my code in Pascal

It compiles very fast to native code, has properties with implicit setters/getters, null-safe strings with mutability xor aliasing, function and operator overloading.

It is really amazing

gwbas1c|6 years ago

Wait, Pascal was in use in 2010? I thought it was a dead language when I used it in high school in 1997-1998.

kick|6 years ago

Pascal has been in an incredibly strange state of being both dead and alive simultaneously for the past thirty years.

...but yeah, it was definitely doing pretty good throughout the 1990s.

abetlen|6 years ago

Weird right? I learned Pascal in highschool in Ontario around 2010 as well. I remember being really frustrated at the time because we weren't learning some modern language like Java or Python. Instead we were stuck with Turbo Pascal, writing in an IDE so old it only supported 8 character long filenames. Thank god we had an amazing teacher which ended up making it one of the best CS classes I've ever taken.

Tyr42|6 years ago

I know Turing (which is pascal packed up with a graphics library and manual and editor all in one exe) was in use in Ontario Schools as late as 2010.

badsectoracula|6 years ago

Well, depending if you count Free Pascal and Delphi (aka Object Pascal) or only Wirth's original Pascal, it is still used today.

QuesnayJr|6 years ago

It took me years before I stopped accidentally typing ":=" in my C code.

FpUser|6 years ago

I switch quite often. Sometimes 3 languages a day: Delphi/Lazarus/FreePascal, C++ and Javascript so it now takes few minutes to adjust.