this post was submitted on 16 Dec 2024
166 points (92.8% liked)

Programming

18484 readers
36 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 2 months ago (2 children)
[–] RedWeasel 8 points 2 months ago (1 children)
[–] [email protected] 5 points 2 months ago (2 children)
[–] [email protected] 7 points 2 months ago (1 children)

all of these are still used in modern applications. i suggest Forth.

[–] [email protected] 3 points 2 months ago* (last edited 2 months ago) (3 children)

I bet there's still some FORTRAN in use at NASA/JPL.

Alternatively, I'm pretty sure key parts of Excel were written in x86 assembly. Dunno if that's still true.

[–] [email protected] 5 points 2 months ago

When I was going to university in the early 90s I was taking computer programming for business administration, COBOL & FORTRAN, could not drop it quick enough. Such an old boring language (never stuck with programming, maybe they're all like that).

Bunch of my class mates did pretty well with the whole Y2K issue though.

[–] Pieisawesome 2 points 2 months ago* (last edited 2 months ago)

Numpy uses Fortran

[–] [email protected] 2 points 2 months ago* (last edited 2 months ago)

Fortran is everywhere. it got a new release less than ten years ago.

[–] [email protected] 4 points 2 months ago (2 children)

I doubt it. It's still used in a whole lot of medical and banking applications where there's a lot of text manipulation since it's really good at that (HL7 and other EDI stuff for instance).

[–] [email protected] 2 points 2 months ago

Yeah. There's always at least one mission critical Prel script that no one can read.

[–] mesamunefire 1 points 2 months ago

I made good money on EDI.

[–] [email protected] 6 points 2 months ago (1 children)

Like, 70% or more of the web runs on PHP. That's also not going anywhere anytime soon.

[–] [email protected] 5 points 2 months ago (1 children)

Right. At least 70%. I've heard it estimated as high as 97%.

And it's losing popularity with new development, (and with new developers) while WordPress, Drupal and WikiMedia are everywhere.

Perfect recipe to be the next Cobol.

[–] [email protected] 4 points 2 months ago (1 children)

Oh I see what you're saying.

Dang, maybe I should learn PHP...

[–] mesamunefire 1 points 2 months ago

I liked laravel. It's very rails like.