Most Popular Programming Languages 1965 - 2022

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2022
  • Updated timeline of the most popular programming languages since 1965 to 2022. Aggregation of multiple national surveys plus a world wide publications rate of occurrence. Popularity is defined by percentage of programmers with either proficiency in specific language or currently learning/mastering one.
    As always your feedback is welcome.
    *****
    I am a first year PhD student, data geek and I love visualizations.
    2022 UPDATE: I am now officially a program drop out and father of beautiful girl.
    Please support my channel. It can buy me another cup of coffee and a lot of diapers.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 2.2K

  • @DataIsBeautifulOfficial
    @DataIsBeautifulOfficial  ปีที่แล้ว +819

    Roses are red, 'Super Thanks' works just fine
    Unexpected ‘{‘ on line 39

    • @Czlog
      @Czlog ปีที่แล้ว +17

      Python and C++ programmer here xD

    • @lhard123l
      @lhard123l ปีที่แล้ว +25

      @@Czlog python doesnt have this sh*t

    • @Manorainjan
      @Manorainjan ปีที่แล้ว +6

      Since programming is a rather complex matter, Your graph could be more complex too ;-)
      What about LOGO, Oberon, Occam and FORTH?

    • @timlocke3159
      @timlocke3159 ปีที่แล้ว +6

      @@Manorainjan None of those ever became popular enough to make the top 11 list. Personally, I love Wirthian and derived languages (particularly Modula-2 and Ada), and Logo and Forth. I also like Scheme

    • @Manorainjan
      @Manorainjan ปีที่แล้ว +1

      @@timlocke3159 "None of those ever became popular enough to make the top 11 list."
      You don't say. I wouldn't have made that connection myself. Or would I? ;-)
      Maybe that's why I opened with: "Since programming is a rather complex matter, Your graph could be more complex too."
      BTW: His video "World's Largest Cities by Population 1950 - 2035" has 20 lines.

  • @spectrm6014
    @spectrm6014 ปีที่แล้ว +1640

    Can we just take a moment to appreciate how C has been in the chart since the 70s till the modern era of programming?

    • @spectrm6014
      @spectrm6014 ปีที่แล้ว +17

      @Jonas Jonaitis I agree.

    • @Seeking_Solace
      @Seeking_Solace ปีที่แล้ว +121

      @@tabooretka Around 80% of all embedded devices are created using C according to analytics insight.

    • @LaughingSeraphim
      @LaughingSeraphim ปีที่แล้ว +12

      Bad habits....

    • @Patrick1985McMahon
      @Patrick1985McMahon ปีที่แล้ว +82

      C is the best language to learn and can do anything you can think of. In contrast python is a trash language.

    • @miroslavbrabec94
      @miroslavbrabec94 ปีที่แล้ว +46

      @@Patrick1985McMahon For many cases is C/C++ very unsuitable (too expensive). I am sure you know it.
      That's why Python is where it is in the rankings.

  • @madhououinkyoma
    @madhououinkyoma ปีที่แล้ว +1048

    The Programming Wars
    The Era of Fortran (pre-1965 to 1980)
    The Rise of Pascal (1980 to 1985)
    The C and Ada Wars (1985 to 1987)
    The Absolute Reign of C (1987 to 2001)
    The Ascent of the Javas (2001 to 2018)
    The Python Empire (2018 and beyond)

    • @darukutsu
      @darukutsu ปีที่แล้ว +106

      Rust or bust (2030+)

    • @ArhemonT1000
      @ArhemonT1000 ปีที่แล้ว +76

      С++ (1970-immortal) 😁👌

    • @virendersingh446
      @virendersingh446 ปีที่แล้ว +1

      @@ArhemonT1000 Elaborate.

    • @AntonMochalin
      @AntonMochalin ปีที่แล้ว +37

      It's in fact JS/TS empire

    • @ElCidPhysics90
      @ElCidPhysics90 ปีที่แล้ว +24

      Yeah, the rise of python surprised me. I knew it was popular but not that popular.

  • @George4943
    @George4943 ปีที่แล้ว +148

    I wrote my first program in 1962. Knew every language on the list until 2000. It has been quite the 60 years. Been an instructor through professor. Programmer to systems analyst. A few years teaching, a few years doing; rinse and repeat.

    • @DataIsBeautifulOfficial
      @DataIsBeautifulOfficial  ปีที่แล้ว +11

      Respect!

    • @HunterShows
      @HunterShows 11 หลายเดือนก่อน +6

      Oh, so _you're_ the guy who taught today's programmers...

    • @abend3604
      @abend3604 10 หลายเดือนก่อน +12

      I can beat you by one year - 1961. It was for the IBM 1401. Remember these languages: Assembler, SPS, RPG Currently picking up Python. I knew it was popular but didn't realize how popular until I saw this presentation - Cool stuff. Oops, forgot autocoder.

    • @George4943
      @George4943 หลายเดือนก่อน

      @robertcross7571 Quite hard early. Early languages had a similarity to math notation. FORTRAN = FORmula TRANslation. The main evolving difference was the logic control statements.
      Each language had a syntax to be learned.
      Those early languages allowed for what became known as spaghetti code. "Structured Programming" became the latest rage. Teaching that course was a learning experience. In the 80's I came to realize that a while loop with test at top was the only logic structure needed in a language. It is all done with flags to implement IF, IF_THEN, CASE, and all the others. Find out how to do the "do while" and I had learned the only logic structure technically needed. The math analog lasted virtually unchanged so it became a matter of learning syntax (and when possible macros so I could write my code in pseudocode). Each language learned more quickly. At the end of my career a new one took 2 days to learn and 2 weeks to write production programs.
      A typical program of mine is:
      DO WHILE (powered on)
      .CASE
      (1) IF (conditions) DO END
      ...
      (N)
      ENDCASE
      END DO
      And of course, being as I am, I consider the strange case of the robots built by evolution:
      While (Alive)
      If not content, do something else.
      End

    • @Franchise_vi
      @Franchise_vi หลายเดือนก่อน +2

      You're a bad programmer if you didn't get rich like Bill Gates or Elon Musk, because in those days there was less competition and anyone could get rich just by coming up with a simple idea

  • @donaldwycoff4154
    @donaldwycoff4154 ปีที่แล้ว +549

    I've been paid to work in C and C++ since the mid 80's. My career as a software developer probably would never have started if it wasn't for Turbo C and Turbo C++. At the time, they said Ada was going to be the One Language to Rule Them All. The dean at my college said we should consider other professions because by 1990, computers would be writing all the software; and Artificial Intelligence would never work commercially. Today (last couple weeks) I was told C and C++ are dead, and RUST is the new One Language To Rule Them All. Yeah, once again, we got "Sauron's Ring" salesman again. Anyway, I could list all the languages I have been paid to program in, but funny thing: programming languages each have their Big Day. And eventually most programming languages fail to deliver once the hype wears off. I'm amazed C and C++ have lasted so long, and I'm glad they have. C++ is my absolute favorite, and for better or worse, C and C++ have delivered a hell of a lot. Due to its complexity, I don't think young devs will get the opportunity to master C++ in a fun/meaningful way. Could be I'm the end of the line. On the other hand, C and C++ are still here, and we've had quite a number "Sauron's Ring" languages wax and wane in that period. Maybe C and C++ will stick around kind of like the Tooth Fairy. Even COBOL still pays well for the extremely few people who mastered it. For the record, I've never been paid to work in COBOL, and that was a personal choice. Could never get into that language.

    • @DataIsBeautifulOfficial
      @DataIsBeautifulOfficial  ปีที่แล้ว +36

      Interesting! Thanks for sharing.

    • @LunaticEdit
      @LunaticEdit ปีที่แล้ว +42

      You're not. C++ is still very actively modernized. Smart pointers are now mainstream (new/delete is considered code smell!), and they are adding support for modules, finally fixing the include problem. They've also added things like lambda expressions and such. It's a totally different C++ from yesteryear.

    • @donaldwycoff4154
      @donaldwycoff4154 ปีที่แล้ว +3

      @@LunaticEdit Interesting to hear about modules. Hadn't heard of that. I'd be surprised if they retire m4 (the pre-processor) after 40+ years. There are so many meta-programming improvements I'd like to see, beyond what I've seen up though cxx20. And why don't we have an int*XX where XX can be the number of bits we want in the integer (outside the scope of a struct)? FORTRAN was doing that in the 60's.

    • @Uvuv6969
      @Uvuv6969 ปีที่แล้ว +8

      Currently learning c++, hoping that I can “master” it (even though that’s impossible, c++ is too big) but I’m doing pretty well for now. Been about a year, I’d say I’m intermediate. Refuse to say that any language is nicer than c++ except rust (which I don’t think will beat c and c++, but is a very nice language)

    • @jyeager2881
      @jyeager2881 ปีที่แล้ว +16

      I still love C. I've found with a good compiler it produces fast and relatively tight executables

  • @jamesflynn3619
    @jamesflynn3619 ปีที่แล้ว +941

    How amazing that some programming languages are so old and are still in regular use today.

    • @austnsauce2543
      @austnsauce2543 ปีที่แล้ว +30

      Agreed. I find it interesting how difficult it is to move on from old languages given the reliance we have on old programs

    • @michidoley
      @michidoley ปีที่แล้ว +44

      true i experience this in my company pretty often. We had our projects (first websites and later even apps) since like 2005 and from then we moved to new languages with the time. So there are many files in old code, that would need a lot of time to remake in new languages. The problem is, the code is written in an old style and difficult to read for younger developers like me. Our old developers don't work here anymore or are in managing positions. It's often a bit of pain to work on these old files xD

    • @marz_mitzi
      @marz_mitzi ปีที่แล้ว +1

      and to see a FURRY here OwO

    • @KillroyWasHere86
      @KillroyWasHere86 ปีที่แล้ว +9

      During the pandemic if you knew Cobol made bank.

    • @Novusod
      @Novusod ปีที่แล้ว +23

      The longevity of Java and JavaScript is pretty incredible considering these languages have not been updated or supported in over a decade.
      Cobol and Fortran are run on a lot of legacy systems that haven't changed much in decades such as banking computers, atms, credit card systems as well as on military equipment.

  • @timetraveler_0
    @timetraveler_0 ปีที่แล้ว +96

    BASIC - When more and more kids started learning programming
    C - That's all we got for seriously fast work
    C++ - I'm done with pointers
    Java - When they realized you can write once and run it on any device
    PHP - World Wide Web is the future!
    Python - When the scientific community started coding
    JavaScript - When bootcamp trained frontend 'devs' entered the game

    • @DataIsBeautifulOfficial
      @DataIsBeautifulOfficial  ปีที่แล้ว +4

      True

    • @timlocke3159
      @timlocke3159 ปีที่แล้ว +8

      C was fast but it wasn't safe. That wasn't so bad before networking but now we know we need safer languages. We would have been better off if we'd rejected C and C++ and kept using Ada, Modula-2, Oberon, etc.

    • @sexygeek8996
      @sexygeek8996 ปีที่แล้ว +7

      C is still great for low-level embedded programming and pointers are one of the reasons why. It is easy to make careless errors with pointers, but I have seen many people get into trouble because they don't know what they are doing or because they are trying to show off by doing unnecessary fancy stuff.

    • @timlocke3159
      @timlocke3159 ปีที่แล้ว +3

      @@sexygeek8996 Well, so were Modula-2, Ada and Oberon but they did it safely and they had safer strings where you couldn't write over memory after the strings with malicious code.

    • @sprytnychomik
      @sprytnychomik ปีที่แล้ว +10

      @@timlocke3159 C wasn't meant to be safe. It was meant to be simple, trust the programmer and give him (or her) real power.

  • @StalkedByLosers
    @StalkedByLosers ปีที่แล้ว +232

    I remember I took over an internship in 2005 from a previous intern. The sponsors asked me to write it in their preferred Java based language which I had a course under my belt already. They said the previous intern did good but it was in a language they never heard of or could understand called Python. This was back in 2005.
    Fast forward 10 years after spending most my career in firmware C and some C++ for desktop apps I dove into Python because how easy it was and it was the ONLY way I could get OpenCV to install amd actually work. My Python got me a new job at a namebrand company, and that got me my job today. In 7 years my salary is now 200% what it was and I don't regret my Python transition today one bit. I still think about that intern that was using Python v1 for her internship deliverable, she probably makes way more than me. If she is reading this I want to say ;Hey sorry for making fun of you.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 ปีที่แล้ว +15

      Python is that rare thing: a technically advanced language which has become popular through its merits and the testimonials of its users, not because some big corporation was pushing it.

    • @vuvu7005
      @vuvu7005 ปีที่แล้ว +1

      i also code in python for 7y and i would like to ask you something, do you feel that python is way harder to master compared to C or easier? because i only dev in C for 2 years but i feel C easier to master.

    • @brennethd5391
      @brennethd5391 ปีที่แล้ว +5

      ​@@vuvu7005 bruh

    • @derekrequiem4359
      @derekrequiem4359 ปีที่แล้ว +4

      @@brennethd5391 "i feel C easier to master"

    • @sunnykarale1538
      @sunnykarale1538 11 หลายเดือนก่อน +1

      you being very honest that's a good way to start....! Hope someday your message will reach out to her.

  • @ahndeux
    @ahndeux ปีที่แล้ว +38

    VBA has been underrated. Its practically on every office PC computer. Most use it with macros and don't even know it.

    • @jasonanthony166
      @jasonanthony166 หลายเดือนก่อน +2

      It's still my favourite language ... but that just shows my age!

  • @Soleryth
    @Soleryth 7 หลายเดือนก่อน +3

    I really love your graphs they're wonderful !
    I used to watch the previous one and was amazed to see you did a new one :)
    May I ask if there is a source we can read to keep updated about these changes or you did the stats yourself for the video ?

  • @Jacob_Wenzel
    @Jacob_Wenzel ปีที่แล้ว

    This is so cool to see! Would love to see some disc golf statistics in a video!

  • @timlocke3159
    @timlocke3159 ปีที่แล้ว +62

    I hadn't realized how popular Pascal was and for how long before C took off. Ada too.

    • @gilramot
      @gilramot ปีที่แล้ว +3

      Pascal was the C before C. I learnt it and it has some really interesting syntax.

    • @timlocke3159
      @timlocke3159 ปีที่แล้ว +3

      @@gilramot I actually hate C style syntax. It has too many arcane symbols. I prefer keywords. Pascal uses IF...THEN BEGIN...END but in it's successors, like Modula-2, BEGIN was removed so it became IF...THEN...END, which is nicer than Pascal.

    • @oldtwinsna8347
      @oldtwinsna8347 ปีที่แล้ว +5

      It was the common training language so practically everyone who majored in computer science had to take it as an intro course before going onto other languages.

    • @LunaticEdit
      @LunaticEdit ปีที่แล้ว +7

      Pascal (Delphi specifically) is what got me into the programming industry with no college degree. I just so happened to run into a small business owner who used delphi, and I just so happened to to have learned windows development on my mom's copy of Borland delphi. It's been many moons since I've used pascal, but I still owe my career to knowing it.

    • @timothykeith1367
      @timothykeith1367 ปีที่แล้ว +3

      @@LunaticEdit Delphi was interesting. One of its architects went to Microsoft and contributed to .Net

  • @placeholerwav
    @placeholerwav ปีที่แล้ว +3

    i remember watching you in late october 2019! im so glad youre back!

  • @CrysleyXavier
    @CrysleyXavier 9 หลายเดือนก่อน +3

    I have none knowledge about programming but i understand the power of language to build a civilization. You "IT guys" changed the world and still changing.

  • @raineyjayy
    @raineyjayy ปีที่แล้ว +20

    I'm so glad this channel is back making content. Data is so good

  • @Malbeur
    @Malbeur ปีที่แล้ว +106

    So interesting. I started programming in 2010, and the first three languages I learned were the top three most popular at the time (Java, JavaScript, and PHP). My dad learned in the mid 80s and he was taught Pascal, the most popular of his time. We are products of our time.

    • @DataIsBeautifulOfficial
      @DataIsBeautifulOfficial  ปีที่แล้ว +5

      True

    • @johngriswold
      @johngriswold ปีที่แล้ว +3

      In 1981 I learned FORTRAN on the fly for a graphics course, then data structures in Pascal. But I loved C most of all, the way she’s bite if you weren’t careful ;)

    • @Malbeur
      @Malbeur ปีที่แล้ว

      @@johngriswold yeah, clearly C was popular since it got so many spin-off languages and stayed relevant for many many years.

    • @BlunderMunchkin
      @BlunderMunchkin ปีที่แล้ว

      Oof, sorry to hear you had to learn on three such crappy languages.

    • @Malbeur
      @Malbeur ปีที่แล้ว +2

      @@BlunderMunchkin I appreciate the sympathy! I'm working in Go now so there's a happy ending.

  • @chrisn_27
    @chrisn_27 4 หลายเดือนก่อน +9

    PL/1 was the first language I ever learned, in the late 1970s. Surprised it didn't make it into the list, as IIRC it originated at IBM and was quite widely used. The version I used allowed you to descend into Assembler within the PL/1 source. With a macro pre-processor and pointers, it was very powerful and expressive.

    • @lpf1836
      @lpf1836 3 หลายเดือนก่อน

      was wondering the same thing. was a lot more user-friendly than c. always regretted that the latter became THE language and PL/1 died out. As for c++, don't get me started....

  • @duaneg5654
    @duaneg5654 ปีที่แล้ว +5

    Beautiful and instructive animation. Would be perfect to cite the multiple surveys used as data sets.

  • @razikhan3799
    @razikhan3799 ปีที่แล้ว +1

    what an artistic work I don't have words. outstanding

  • @sorensolveig599
    @sorensolveig599 ปีที่แล้ว +51

    In 1985 my college required FORTRAN for engineering majors (#5 in the list at the time) but nearly all students (including I) also took an elective for "C" (which was #1 in the list at the time). Very interesting how these languages evolved over time.

  • @mikefochtman7164
    @mikefochtman7164 ปีที่แล้ว +47

    Interesting to see how some languages accompany the rise of related tech. Javascript and PHP for example rose as internet and web sites became more and more prevalent. Objective C I believe rose with the expansion of iPhone and Apple technology. While some others such as FORTRAN that is limited to desktop/ mainframe saw it's proportion decline.

  • @IoriBernstein
    @IoriBernstein ปีที่แล้ว

    Love these videos

  • @blasm1713
    @blasm1713 ปีที่แล้ว +73

    The most popular programming language is still DNA.

    • @oguzhan.yilmaz
      @oguzhan.yilmaz หลายเดือนก่อน

      Well actually ☝️🤓

    • @billp5793
      @billp5793 หลายเดือนก่อน +3

      Really great point! Still is amazing to me how some people think it just happened by random chance! Clearly by intelligent design! Yes..God!

    • @Ronadhoba
      @Ronadhoba หลายเดือนก่อน

      What's that ?

    • @oguzhan.yilmaz
      @oguzhan.yilmaz หลายเดือนก่อน +4

      @@Ronadhoba you don't know what is DNA? Basically your hair's, eye's color's code, your base height code and the keywords are A,C,G,T

    • @nofood4u936
      @nofood4u936 หลายเดือนก่อน +1

      DNA isn't really programming tho, it doesn't get interpreted/compiled by anything - it just acts as a blueprint for making other proteins which do their job by themselves. And just to dispel the creationists who assume anything that supports their preformed beliefs is true: DNA is closer to an array of data constantly being modified and selected for using the genetic algorithm.

  • @galactic_3787
    @galactic_3787 ปีที่แล้ว +13

    Oh man great video again! It's hard to believe that are still people using Fortran nowadays! My teacher of Computational astrophysics does it!

    • @tmicecave
      @tmicecave ปีที่แล้ว

      In parts of aviation, Fortran is still strong, and I am not sure if there is an actual alternative to Fortran.

    • @dmitripogosian5084
      @dmitripogosian5084 ปีที่แล้ว

      I am in astrophysics, and I do use Fortran daily :) Nothing really beats it for large numerical simulations (well, you can use C/C++)

    • @dmitripogosian5084
      @dmitripogosian5084 ปีที่แล้ว +1

      Part of Fortran diminishing status is not that it was superseded by anything better for what it is doing. It is that in 70-s 90% of computering was numerical scientific/engineering computations. Fortran is still one of the best tools for that. It is that since programming and computing has evolved in many different areas

    • @galactic_3787
      @galactic_3787 ปีที่แล้ว

      @@dmitripogosian5084 oh you're in astro too?

    • @dmitripogosian5084
      @dmitripogosian5084 ปีที่แล้ว

      @@galactic_3787 Yes, cosmology mostly

  • @wattsupwiththat1463
    @wattsupwiththat1463 ปีที่แล้ว +3

    I started programming with assembly language with an 8080 micro processor. I then learned C while schools were teaching Pascal and ADA. I then learned C++ and started using VHDL (Hardware language similar to ADA in concept) and then onto verilog (another HW language similar to C). Retired now, so trying to pick up on Python. It seems like some of these languages are tied to Systems or graphical interfaces. I remember a fellow who specialized in Smalltalk which is used in the Chip testing industry. What's nice about C is you can get down to the machine level or write at a higher level. C++ brings in the object oriented aspects.

  • @iamTheSnark
    @iamTheSnark ปีที่แล้ว

    I changed from Fortran to Pascal exactly when your video showed it.
    Done Cobol too, with a real workbench and a debugger! And that from 1996 to around 2005. Go figure.
    In between, I've done loads of little projects in dBase and Clipper. Most of it stand-alone stuff, but also some with a small network (10 Mbit Coax, Ethernet) and even that worked.
    Oh, and the odd assembler bits, some basic Basic, HTML and all that goes with it.
    All that on Data General, loads of personal computers and laptops, OS/2 and a bit on Unix.
    "If it can't be done in vi, it isn't worth doing." - quote from one of my friends.

  • @Still.In.Saigon
    @Still.In.Saigon ปีที่แล้ว +1

    Damn, a time machine. It was a beautiful trip. Thanks for your hard work

  • @gladiumcaeli
    @gladiumcaeli ปีที่แล้ว +1

    Great video as always

  • @Alex47_
    @Alex47_ ปีที่แล้ว +3

    Bro... Your videos are really cool!!! Thanks for making then :)
    Btw, can I ask u if u could do a video about "The most popular TH-camrs/Streamers of all times" (Globally)?
    Pd: I think It will be better if the background was black instead of white :)

  • @SpotBentley
    @SpotBentley ปีที่แล้ว +6

    Loved writing code in Pascal and C back in the early 80s.

    • @bogrunberger
      @bogrunberger ปีที่แล้ว

      Learned Turbo Pascal in the mid 90's and really loved it!

  • @TecICTian
    @TecICTian ปีที่แล้ว

    Very fair understandable comparison according to the time !!

  • @chrisgantt4130
    @chrisgantt4130 ปีที่แล้ว

    Love your videos!! Speaking of programming languages... what language and tools do you use to make these videos???

  • @DarkGT
    @DarkGT ปีที่แล้ว +52

    Java just refuse to die off. Even Oracle tries to make people stop using it.

    • @Erfedwe
      @Erfedwe ปีที่แล้ว +20

      But, Minecraft! :)

    • @Killerspieler0815
      @Killerspieler0815 ปีที่แล้ว +7

      the only good thing on Java is that it can run on any device , but dont expect speed

    • @_piulin_
      @_piulin_ ปีที่แล้ว +10

      @@Killerspieler0815 So can any other interpreter language, as long as the interpreter is installed on the target system. But Java is faster than most other interpreter languages.

    • @autarchprinceps
      @autarchprinceps ปีที่แล้ว +15

      @@Killerspieler0815 If you think Java is slow, good luck with python.
      Also no, Java isn't particularly good at running on every device. The argument that it is comes from a time where most languages were compiled. But the real blocker to running on different devices isn't the programming language, or even if it is compiled or not, but frameworks, UI ones in particular.

    • @tmicecave
      @tmicecave ปีที่แล้ว +8

      Java will not die off quickly. Similar to C/C++, a lot of existing systems are based on this technology. And even if the language dies, it will still prevail as a platform for other languages. There is a reason, Java being the most efficient interpreter language.

  • @Tailspin80
    @Tailspin80 ปีที่แล้ว +15

    I built a database development business on Visual Basic / Access between 2000 and 2020. Fashion moved on and I retired but for 20 years I had many happy clients and a good living.

  • @johngriswold
    @johngriswold ปีที่แล้ว +1

    What a trip. Excellent recap of my professional life. Superb animation.

  • @shariq6121
    @shariq6121 ปีที่แล้ว

    For a long time you were out brother. Nice to see you back ❤️

  • @rasowa2958
    @rasowa2958 ปีที่แล้ว +32

    Nice touch with putting C on the screen from the very beginning. I expect 20 years from now it will be still in the top 10. We will always need language that offers maximum performance that is easily readable and compact.

    • @wyqtor
      @wyqtor ปีที่แล้ว +8

      Rust is much more readable than C and is less prone to memory management errors.

    • @Axel_Andersen
      @Axel_Andersen ปีที่แล้ว +2

      @@wyqtorLets see how many decades it takes for Rush to make it to the top ten.

    • @orangeguy5374
      @orangeguy5374 ปีที่แล้ว +6

      @@Axel_Andersen Did you not watch the video? It’s already in the top 10

    • @dmitripogosian5084
      @dmitripogosian5084 ปีที่แล้ว +7

      @@wyqtor Less prone to memory management errors usually comes with being somewhat memory inefficient (or not efficient as it can be)

    • @Axel_Andersen
      @Axel_Andersen ปีที่แล้ว +1

      @@orangeguy5374 I did but it did no register, sorry, my bad.

  • @rayraycthree5784
    @rayraycthree5784 ปีที่แล้ว +32

    I was programming in Fortran in HS in 1969-70, punching out card decks, loading them into a card reader for an IBM 360 and then debugging all the syntax errors. Helped a lot later in university EE courses. After graduation, wrote embedded uP assembly code for a major project by learning while doing. As an EE also had to code PLDs and then FPGAs along the way which is a very different programming experience.

    • @vcom2327
      @vcom2327 ปีที่แล้ว +3

      Another ex punch card jockey!

    • @GeBaker
      @GeBaker 11 หลายเดือนก่อน

      @@A_R_B_G I'm facing a similar issue as of now. Did you reroute the HS2 optical IF-byte with the connected line parentheses ? Thanks!

    • @b43xoit
      @b43xoit 3 หลายเดือนก่อน

      Did you punch sequence numbers so that in case you were to drop your deck, you could sort the cards back into order?

  • @Tyler-dn8wn
    @Tyler-dn8wn ปีที่แล้ว +1

    So glad to see this channel again!! ❤❤

  • @MuellerNick
    @MuellerNick ปีที่แล้ว +1

    Now that was interesting! I started my time travel at 1976 with assembler. And going along, partly just out of curiosity, with Basic, Pascal, Modula-2, Eiffel, Fortran, C, C++ Obj-C, Tcl, Java, JavaScript, Ocaml, NewtonScript, ... And even two of my own languages that made it into commercial products.
    Writing software still is fun for me. For the stuff I do now (for me) it is C for embedded things.

  • @gordonhowell9701
    @gordonhowell9701 ปีที่แล้ว +4

    Wow brings the dead back to life! I paused at 1979 when I started programming and realised I worked in almost all languages on the list (Fortran mostly, hated cobol!) Then to see the rise of Ada which I was a huge proponent of but despaired of a good compiler and was eventually suffocated by its own beautiful weight. Now, as I program almost exclusively in php and scripting languages I am appalled that I haven’t even heard of about half the entries on the 2022 list! I do miss my old friends like pascal and lisp! :-)

  • @pasoduc1
    @pasoduc1 ปีที่แล้ว +18

    Surprised how long APL last. Such a fun and interesting language.

    • @piperfox74
      @piperfox74 ปีที่แล้ว +2

      Yeah, agreed. There are still some great APL implementations available today, and it's a fun language to play with as a hobbyist. Dyalog APL is free for non-commercial use.

  • @farooqahmedsiddiqui7859
    @farooqahmedsiddiqui7859 ปีที่แล้ว

    Excellent Work !!

  • @757Media
    @757Media ปีที่แล้ว

    I love these you I get to know every year what language is trending

  • @DragonRider520
    @DragonRider520 ปีที่แล้ว +23

    I have always regretted not majoring in comp sci in college.. I would 100% pick that without hesitation if I could go back. Programming seems fun and a very rewarding field to get into. I got my master's in a very different field recently. Got a remote job with a relatively light workload. Just started learning Python a month ago.

    • @musazwane6049
      @musazwane6049 ปีที่แล้ว +1

      What was your qualification?

    • @jmanpolo5611
      @jmanpolo5611 ปีที่แล้ว +3

      Never too late to go for it

    • @JimmeShelter
      @JimmeShelter 7 หลายเดือนก่อน

      You would have been taught Fortran in a C/C++ world.

  • @mecidelhasan9398
    @mecidelhasan9398 8 หลายเดือนก่อน

    Thank you for this amazing content🎉

  • @cakedon
    @cakedon ปีที่แล้ว

    Yoo Data you're back! :D

  • @daniel_lucio
    @daniel_lucio ปีที่แล้ว +151

    I learned Basic at the age of 8 on a ZX Spectrum (Sinclair Basic) in the 80's, then in college in the 90's I learned Assembly 8086 and C/C++, then many others came but Mr Clive Sinclair's Basic lives in my heart anyway 40 years after first contact. There is one more that I really like, LUA, a language developed in Brazil, many MS-DOS and Win9X era games were created with it.

    • @daniel_lucio
      @daniel_lucio ปีที่แล้ว +6

      @@simon_patterson In my case, in south america, far away from Clive's land, Britain

    • @alinaqirizvi1441
      @alinaqirizvi1441 ปีที่แล้ว +12

      I learnt BASIC on my uncle's ZX Spectrum in the 2010s lol

    • @daniel_lucio
      @daniel_lucio ปีที่แล้ว +5

      @@simon_patterson cool!!

    • @biomorphic
      @biomorphic ปีที่แล้ว +10

      Same, started with Basic when I was 7 or 8, can't recall, on a Commodore VIC-20.

    • @TV_Schleuderprogramm
      @TV_Schleuderprogramm ปีที่แล้ว +4

      It's said, any-one who ever came in touch with BASIC was lost for any other programming language. It's true for me. Python, C, you name it, always had the obstacle of not-knowing why you had to put these include=... in the first lines. In BASIC we just took off and we were going.

  • @revisionfour
    @revisionfour ปีที่แล้ว +4

    I saw my whole pre teens and programming career flash before my eyes. My first startup was in 2008 built in JavaScript and PHP. Interesting those 2 were in almost parity at the time.

  • @alanphillips9124
    @alanphillips9124 หลายเดือนก่อน

    Interesting timeline. I started COBOL programming in the late 70’s and loved every minute of it. Moved overseas in the late 80’s and into an IT Management role. Judging by the video, I made the right move. Still, Cobol paid well, as a contractor, in the UK in the 80’s.

  • @waynehawkins654
    @waynehawkins654 2 หลายเดือนก่อน +2

    Great watch. Be keen to see where C# is now. See it was dropping at the end. But with all the work with .NET Core, Blazor and the MAUI and the current version of C#, is this a future for many or something else. Plenty of jobs wanting C# so it must be in the top 3.

  • @dylanparrish-subda7141
    @dylanparrish-subda7141 ปีที่แล้ว +15

    I graduated college with a CS degree in 2017, and I spent 4 years working in COBOL doing object plug-in with a NetCOBOL compiler as my first job and went to another COBOL position after that. Not what I expected out of university as someone born in the 90s. 😂
    Love these graphics!

    • @DataIsBeautifulOfficial
      @DataIsBeautifulOfficial  ปีที่แล้ว +2

      Damn

    • @Seeking_Solace
      @Seeking_Solace ปีที่แล้ว +1

      Nice. At least you have a rare skillset and can fill the empty positions left by the old retiring folk.

    • @GeBaker
      @GeBaker 11 หลายเดือนก่อน

      @@DataIsBeautifulOfficial Repent, sinner- Heil GOD

  • @damagepy
    @damagepy ปีที่แล้ว +8

    I used C64 basic then DOS Qbasic. Learned pascal in 1990 and I'm still using it (delphi) for everything :)

  • @mndtr0
    @mndtr0 ปีที่แล้ว +2

    Idea for you. You can make a video about most popular code editors. Im think that would be nice :)

    • @DataIsBeautifulOfficial
      @DataIsBeautifulOfficial  ปีที่แล้ว +4

      Thanks for the idea!

    • @mndtr0
      @mndtr0 ปีที่แล้ว

      @@DataIsBeautifulOfficial Thank you for listening to the audience, I think this video will be interesting not only for me. Im will wait, happy soon holidays

  • @wd1534
    @wd1534 ปีที่แล้ว +1

    I program in assembly language and machine language since 1983. I will never stop.
    When you directly program the microprocessor, and build your own graphic interface, files access, etc. that's so cool! :)

    • @pjmelect
      @pjmelect 9 หลายเดือนก่อน +1

      I agree, with assembler you can build your own libraries and virtually create your own language. I have programmed in various different assembler languages since 1975.

  • @timlocke3159
    @timlocke3159 ปีที่แล้ว +71

    It was interesting to see BASIC take off in the 8-bit computer era, especially after the arrival of the 1977 Trinity of the Apple II, Commodore PET and Tandy TRS-80, each of which had a BASIC in ROM. The PET had Microsoft BASIC from the start but the Apple II and Tandy TRS-80 upgraded to Microsoft BASIC within a year.
    Then it died down as the last 8-bit computers came out and were then replaced with the 16-bit Apple Macintosh, Atari ST and Commodore Amiga, which, while BASIC was available for them, it wasn't used much as better languages had become available.
    BASIC was great because every 8-bit home computer had it built in and it was easy to learn so even the average person could figure it out. Sadly the languages that replaced it weren't easy enough for the average person to use and now only a very small percentage of computer users can write any code.

    • @centralprocessingunit4988
      @centralprocessingunit4988 ปีที่แล้ว +5

      insight appreciated.

    • @daniel_lucio
      @daniel_lucio ปีที่แล้ว +2

      Learned Basic at 9 years old through ZX Spectrum Sinclair Basic, it was my first programming language, later, in college (90's), C/C++/Assembly 8086

    • @sexygeek8996
      @sexygeek8996 ปีที่แล้ว +6

      Basic was easy to learn and readily available because it came with every computer at that time, but it really is a lousy language.

    • @timlocke3159
      @timlocke3159 ปีที่แล้ว +1

      @@sexygeek8996 For sure but it was pretty popular for a 10 year period.

    • @bozimmerman
      @bozimmerman ปีที่แล้ว +2

      Heck, I wonder why BASIC didn't dominate the late 70s into the 80s. It literally shipped with every home computer, and every business PC. That alone makes me wonder how they were counting popularity.

  • @DIYDaveOK
    @DIYDaveOK ปีที่แล้ว +4

    The one thing that jaded me as I grew up in this era was the perpetual promise that there would be "one" language to run everywhere. One-size-fits-all solutions are almost always snake oil and sales pitches, but always seem to bend the ear of CEO's who read magazine covers but don't listen to tech people. Java was just one of the efforts that enjoyed the most success at realizing it, although it was and is a support headache. The universal presentation layer wouldn't truly evolve until the web/HTML/DOM model and browser capabilities truly started hitting their stride.

  • @bankaihampter2802
    @bankaihampter2802 ปีที่แล้ว

    Very nice video. Think about making one with more than 11 places, maybe 20, or 30. It could be fun

  • @billstathakos
    @billstathakos 11 หลายเดือนก่อน +1

    I am so glad my college focused on RPG and Cobol. Done a lot for me in life.

  • @rdspam
    @rdspam ปีที่แล้ว +8

    This explains why I learned Fortran, COBOL, BASIC, C and Pascal in my younger days. I guess Assembly was just a bonus for the Engineering students.

    • @craigdixon2062
      @craigdixon2062 ปีที่แล้ว

      Given the inefficiency of most processors at that time, anyone who really needed speed used assembly.

    • @u.v.s.5583
      @u.v.s.5583 ปีที่แล้ว +1

      I never really learned COBOL, but am guilty of the remainder of the list.

    • @DanHigdon
      @DanHigdon ปีที่แล้ว +1

      @@u.v.s.5583 Same here. Our professors were very excited about Pascal and Modula-2, but we all wanted to use C instead. Gotta love the late 80's CS scene.

  • @lordraj365
    @lordraj365 ปีที่แล้ว +5

    TypeScript and Go are climbing the ladder right now.

    • @darukutsu
      @darukutsu ปีที่แล้ว +1

      Rust in kernel 6.1 natively waiting for the popularity boom and industry switch.

  • @ianbedwell4871
    @ianbedwell4871 ปีที่แล้ว +2

    Started at the end of the 70s thru to late 90s, it would be interesting to compare this graph with one of the types of computers available, the rise of PCs and Windows saw the explosion of Visual Basic, the rise of the internet then saw Java etc. Never thought Fortran was that popular.

  • @Turco949
    @Turco949 ปีที่แล้ว

    Data sure is beautiful! Make sure to protect it and back it up!

  • @rhymereason3449
    @rhymereason3449 ปีที่แล้ว +6

    I'm an old dinosaur... when I started my career we still programmed sort machines with patch boards and wires. If you needed your input sorted in a certain order before running your program, you needed to run the data cards thru the sorter first before using them as program input. I remember the excitement of our shop getting it's first IBM 3270 terminal and CICS software to be able to write and store programs electronically instead of punching them out on cards and storing them in file drawers. The senior programmers hogged that terminal up and didn't let us junior programmers use it. I worked on the first generation of supermarket bar code POS systems... did the systems programming, application programming, and field service tech work with them. Back then they ran a whole supermarket on a store controller with a 5M disk! We downloaded data to all the stores at night over a 2400 baud modem... took all night. Whole corporations used to be run on an IBM 360/370 with 16M of core... and probably one string of 8 DASD 3350 drives with 500M a piece, and a few 2400 series tape drives.

    • @alexisbono24
      @alexisbono24 11 หลายเดือนก่อน

      How about a 16K 360/30 running BOS using 2311 drives with 7.25 MB capacity and RPGI because not enough hardware to run COBOL. We upgraded to 32K to run DOS and COBOL.

    • @rhymereason3449
      @rhymereason3449 11 หลายเดือนก่อน

      @@alexisbono24 I loved the 2311 drives... you could watch the seek heads going back an forth... made the system seem alive.

    • @saabyurk
      @saabyurk หลายเดือนก่อน

      @@rhymereason3449 We had rows of those and it was cool to watch operators lift the lid and use their hand on the top disk platter as a brake because they were in too big a hurry change the disk. Skin dust caused lots of R/W errors so the manufacturers started applying a friction material on the top platter. Only took a few skin burns to stop that practice.

    • @rhymereason3449
      @rhymereason3449 หลายเดือนก่อน

      @@saabyurk LOL... that's pretty wild! We had an operator who was 6'7" and about 350 lbs. He was surly with a bad temper... but management was afraid to fire him. He'd throw full boxes of computer paper across the room when a job would abend and tick him off. Once he cracked the console keyboard with his fist, and another time he put his foot through the glass door on the 1401 printer. Management would just replace the things he broke...

  • @voskimanbr
    @voskimanbr ปีที่แล้ว +4

    Incrível o Delphi quando conheci o Delphi 10 e Java na época dos estudos no Tecnico.

    • @nigelft
      @nigelft ปีที่แล้ว +1

      I always wondered why Delphi isn't way more popular than it should be ...

  • @marcop5173
    @marcop5173 ปีที่แล้ว

    Omg, you re returned??? Welcome back!

  • @michaelinhouston9086
    @michaelinhouston9086 ปีที่แล้ว +16

    I learned a little Basic in the 60s and FORTRAN and COBOL in college in the 70s. I really liked COBOL. My COBOL professor was awesome - I still use some of the basic computer stuff and logic I learned in his class.

    • @lazyelectron8376
      @lazyelectron8376 ปีที่แล้ว +1

      It seems like everyone who grew up in the 60's and 70's says that. My business teacher said the exact same thing in class to us (minus him liking his COBOL professor).

    • @MarcDoornik
      @MarcDoornik ปีที่แล้ว +3

      COBOL was the worst language I learned, b/c I already knew C and Pascal, and then it is a nightmare.

    • @justwanderin847
      @justwanderin847 ปีที่แล้ว

      open source GnuCOBOL

  • @user-co2li5qd4p
    @user-co2li5qd4p ปีที่แล้ว +6

    My first touch with programming was through game maker 8. Its based on C++ and c#. I rarely used the actual code, but really abused variables and learned a lot for if/else commands, creating events, checking collisions, changing sprites and animations, and applying actions (self, other, specific object/s). My best was making a 25lvl mario game which was published in game maker website and had 55% rating in 2012.
    I saw a video in Python about making a 3d game and actually could understand a lot of the commands used, as well as the fact that it seemed quite flexible at a first glance. Usually i see people hate Python, as it is first taught in universities (computer science, maths) and it is not fully properly explained.
    I want one day to start programming (javascript, python, c++, C#), so that i can make games (by far the hardest thing in programming)
    I had a minor touch with GL Basic, but i never liked the design and the interface (not for me) and didnt spend a lot of time learning the commands.
    In high school we also learned micro worlds pro (greek version of a beginner programming) which was too simple and boring for me!

    • @sasino
      @sasino ปีที่แล้ว

      Game maker language doesn't have much in common with C#... Its more like a custom JavaScript

  • @rolandrodriguez
    @rolandrodriguez 8 หลายเดือนก่อน

    This is cool. Is the data you used open source and available?

  • @user-dp8kk3ju8k
    @user-dp8kk3ju8k 2 หลายเดือนก่อน

    cool video)

  • @mike1024.
    @mike1024. ปีที่แล้ว +9

    What are the units for these numbers?
    Edit: Nevermind, I had read the description but got confused when the percentages didn't add to 100. I see now that each language had a percent as a popularity value.

  • @ptitSeb123
    @ptitSeb123 ปีที่แล้ว +4

    I would have groupped Pascal and Delphi as Pascal programmer have probably evolved to Delphi programmer. Same for Basic and VisualBasic, I'm not sure the disctinction make sense.
    Nice video anyway, and always facinating to see how trends evolves over long period of time.

    • @qbasicmichael
      @qbasicmichael 2 หลายเดือนก่อน

      In that case, c, c++, and objective c could all have been grouped.

    • @ptitSeb123
      @ptitSeb123 2 หลายเดือนก่อน

      @@qbasicmichaelI would argue it's different as Pascal was abandonned in favor of Delphi as far as Borland support goes. And in the opensource world, Lazarus is an extension of FPC (and needs FPC to work). C/C++ have enough differences, and C++ never took over C.

  • @tradergurlnancy1551
    @tradergurlnancy1551 หลายเดือนก่อน

    Well this popped up and brought back some fun times. As a graphic design student back in the 1990s I had to take some computer science classes. Most fellow classmates hated them, but I discovered that I took to technology like a fish to water. I took an elective Visual Basic course which I loved. When I would tell others in my art and design classes how much fun it was, they would look at me as if I had two heads. 😂 Thanks for the great memories. Still using computers every day for design work. 😊

  • @user-xt9cg6yl6j
    @user-xt9cg6yl6j 10 หลายเดือนก่อน

    I really enjoyed it. Where did you het the stats?

  • @TwoMarlboro
    @TwoMarlboro 7 หลายเดือนก่อน +6

    For me personally, C is the most beautiful language. Both Linux' and Windows' kernel are written in C. I've written a lot of embedded software in C. It's wonderful. Over 50 years old and still the backbone of every product we use today, be it a server, a handheld, or a pc.

  • @enginerd80
    @enginerd80 ปีที่แล้ว +13

    Interesting. I had in multiple occasions heard that there would still be around old systems coded in old languages, and each time specifically COBOL was mentioned, so I had assumed that at some point it would have been the most popular programming language. But apparently it never was most popular; Fortran was, but I don't remember it ever been mentioned. Were those two, COBOL and Fortran, then each used in different kinds of fields?

    • @jrstf
      @jrstf ปีที่แล้ว +11

      COBOL used exclusively for business programming. Fortran largely used for scientific programming. COBOL has always been a strong contender for the world's worst language.

    • @timothykeith1367
      @timothykeith1367 ปีที่แล้ว +3

      @@jrstf If relational databases had been around in the 1960s the COBOL applications wouldn't have been so bad. The simple COBOL syntax was used to manipulate huge data in limited core memory. More modern languages would have had a tough time with that as well.

    • @vrlvrox
      @vrlvrox ปีที่แล้ว +4

      COBOL is used a lot in banking systems, and those systems don't like to change. There's was a saying floating around in my part of the world (don't know if it still holds) that if you want to get a lot of money early in your career, you learn COBOL and apply for a job in one of the large banks (preferably German). The drawback is less opportunities later on and the non-sexiness of it all.

    • @dmitripogosian5084
      @dmitripogosian5084 ปีที่แล้ว +1

      COBOL is banking, FORTRAN is scientific number crunching (it is FORmula TRANslator after all)

    • @timothykeith1367
      @timothykeith1367 ปีที่แล้ว +3

      @@dmitripogosian5084 IBM created the PL/1 language to bridge business and math, which should have replaced COBOL. PL/1 was innovative and influenced later languages like C and Perl. PL/1 was the first language to use classes and a preprocessor, supported pointers and was also suitable for systems programming. PL/1 has practically disappeared, partly because IBM mismanaged it.

  • @skipmars7979
    @skipmars7979 ปีที่แล้ว +1

    Good job. I wondered why my Eng Prof years ago had us using Pascal instead of Fortran like all the other cool eng majors....it went out like a light. Pascal went out later but at least the structure is similar to the Cs and Python. Then I had to learn LISP for CAD. I dabbled a little in Python as all the new stuff.

    • @DataIsBeautifulOfficial
      @DataIsBeautifulOfficial  ปีที่แล้ว

      Interesting. Thanks for sharing!

    • @dmitripogosian5084
      @dmitripogosian5084 ปีที่แล้ว +1

      Fortran is still around in scientific community, especially when you need huge, CPU and memory efficient, simulations

  • @haverelmink
    @haverelmink 11 หลายเดือนก่อน

    Very interesting! Started with FORTRAN on punched cards circa 1974. Programming was so magical to me back then. It has somehow lost its allure over time.

  • @johanneschristopherstahle3395
    @johanneschristopherstahle3395 ปีที่แล้ว +7

    It's very interesting to see how the importance of the programming languages changed over the course of time. Especially when you think about what caused these changes:
    New hardware
    New software
    Introduction of the internet
    New usages of data...

  • @DustinRodriguez1_0
    @DustinRodriguez1_0 ปีที่แล้ว +4

    I learned BASIC on the Vic-20 when I was 9 or 10, then got into QuickBASIC v4.5 (not QBASIC, I paid for the compiler), then started using x86 Assembly for slow parts, C, then C++, Eiffel, LISP, Java, Perl, Bash shell, SQL, C#, Javascript, PL/SQL, PHP, Clean, Python, Ruby, Erlang, Haskell... I think I got the order right. Working mostly in Python and JS nowadays.

  • @ledickin69
    @ledickin69 ปีที่แล้ว +1

    Was taught “Small Talk” in the late 90s at university and started my first IT role in application support on the same. Not long after Y2K moved to Java, servlets and JSP to integrate into a COBOL backend… was good when it was good.

    • @rolandmetivier4437
      @rolandmetivier4437 ปีที่แล้ว +1

      Smalltalk is still around, one of the more modern ones is Pharo

  • @Yucaste
    @Yucaste ปีที่แล้ว +1

    I studied programming between 2001 and 2004, I learned clipper, c++, cobol and visual basic, but in the end I dedicated myself to infrastructure, greetings from Chile

  • @Marcel-f1
    @Marcel-f1 ปีที่แล้ว +6

    Can you show the source?
    Is TIOBE Index?
    If not, can you show the source for "Javascript" for example?
    Great work by the way

  • @SmashhoofTheOriginal
    @SmashhoofTheOriginal ปีที่แล้ว +3

    Surprised how fast TypeScript became popular

  • @MrCommanderKid
    @MrCommanderKid ปีที่แล้ว

    Amazing!

  • @BritishBeachcomber
    @BritishBeachcomber ปีที่แล้ว

    Don't forget Macro Assembler. Many coders only use simple macros. But a good custom library makes development so much faster and code more readable.

  • @golden.lights.twinkle2329
    @golden.lights.twinkle2329 9 หลายเดือนก่อน +8

    I'm surprised neither PL/1 nor RPG made it on this list. They were ubiquitous during the 1970s and 1980s. I was a computer consultant during that time and there was almost no demand for Fortran skills at all.. I don't believe Fortran was the most popular language for anywhere near as long as you portrayed. COBOL was much more heavily used, and is still in use even today.

    • @jaimecrusellas6304
      @jaimecrusellas6304 หลายเดือนก่อน

      Just about every large business through the 80s used COBOL on their mainframes with RPG for Reports. PL1 was big on IBM minis. C was big on all the other minis (DEC, DG) . Actuaries loved APL on a PC connected to the mainframe with an IRMA board

    • @crosswingrobots
      @crosswingrobots หลายเดือนก่อน +1

      Agreed - PL/I is clearly missing from the data set.

  • @rhymereason3449
    @rhymereason3449 ปีที่แล้ว +3

    Great video... but I think it had some notable exceptions... pretty sure RPG and PL/1 had much larger adaption in the mid-70's than C, Algol, APL, and Lisp which were primarily in the Universities, DOD, and research facilities. . Back then IBM's PL/1 was on a lot of mainframes as it was both a business and scientific language. And RPG was used by a lot of smaller shops running mid-sized systems.

    • @davidduma7615
      @davidduma7615 11 หลายเดือนก่อน

      Yes, I was wondering why the percentages didn't come close to adding up to 100% in the early years.

    • @hansmoller6408
      @hansmoller6408 10 หลายเดือนก่อน

      PL/1 was the language I learnt first in 1973. Then Fortran, then HP Basic and C++ 20 years later.

    • @Anuclano
      @Anuclano 9 หลายเดือนก่อน

      Indeed. PL/I was the main language then.

    • @jimchabai3163
      @jimchabai3163 6 หลายเดือนก่อน

      Late to the party but I don't get it either. This video isn't my experience of 35 years in the industry. It says 'most popular' and not 'most used'. Ciobol was by far huge even when I graduated me of course it was never popular. Pl/1 and rpg also huge. But I worked in business and this seems to encompass scientific and education too.

  • @teleroel
    @teleroel ปีที่แล้ว +1

    Amazing for how long assembly was still popular only moving out of the top 11 around 1999. I was hoping to see RPG come into view, having programmed in several versions for over 20 years.

  • @SailorDoc
    @SailorDoc 7 หลายเดือนก่อน +1

    I self-taught BASIC during elementary school years. Then learned Pascal in AP computer science class in high school. That's when I had the most fun with computers, making my own games. Now, I'm just awe-spired by the level of technology we have today. I miss my Apple IIgs.

  • @AstorSkywalker
    @AstorSkywalker ปีที่แล้ว +3

    A most popular database would be nice

  • @filippobruno9676
    @filippobruno9676 ปีที่แล้ว +3

    Am i the only one that feels a tremendous anxiety for the last programming language that can disappear from one moment to the next?

  • @dandysimba
    @dandysimba ปีที่แล้ว

    Wow 🤩 very nice 👍

  • @marz_mitzi
    @marz_mitzi ปีที่แล้ว +37

    in memory;
    Pascal - 2002
    BASIC - 2000
    Assembly -1999
    Fortran - 1997
    ADA - 1995
    COBOL - 1995
    APL - 1992
    ALGOL - 1989
    hands down to the oldest remaining one (on the list)
    C: 1972- present

    • @kopazwashere
      @kopazwashere ปีที่แล้ว +6

      Bold of you to say cobol and assembly died pre-2k but they're still used today...
      And still dominates most of critical infrastructure.

    • @Magnus_Loov
      @Magnus_Loov ปีที่แล้ว

      @@kopazwashere Assembly I get, since somethings still require that deep down fiddling at the machine language level. At least called from other languages (and not for the whole applicaton).
      But its surprising that Cobol still is relevant these days. That old hack of a language that surely can be replaced with much more efficient tools?

    • @justwanderin847
      @justwanderin847 ปีที่แล้ว +1

      @@Magnus_Loov Nope, Cobol is still being updated and used. Not only on Mainframes, but Windows, Linux, Mac... GnuCOBOL. Many government, banks, big finance use COBOL and there are pretty good salaries now that we are retired...

    • @nnnscorpionnn
      @nnnscorpionnn ปีที่แล้ว

      Assembly is still in use and I guess it will never die since it is the most close thing to machine language. And probably C and C++ will live forever as well.

  • @freeofbug4761
    @freeofbug4761 7 หลายเดือนก่อน

    Oh oh, I start programming in HPGL, then I tried Basic (which I hate it), then Turbo Pascal (which I fall in love), then C. I did some software in R&S, using their Basic. I did also some tryong with dBase. I finished by C++, C# (which is quite good), Visual basic (under Office as Excel).

  • @jsveiga
    @jsveiga ปีที่แล้ว +5

    It would be interesting to see a comparison of number of in-use instances of systems developed with each language, on the OS, server and end-user apps market. I suppose C, C++, and Java would still be at the top.

  • @dschledermann
    @dschledermann ปีที่แล้ว +6

    I've been programming for a living for the last 20 years, and there's a lot of change to the languages during that time. A lot of the languages look and/or work completely different today from 2 decades ago. Javascript has changed a lot and is being used for a lot of things not even conceived of then. PHP still has the same usage, but the language has changed to such a significant degree that it is not really the same language anymore. Even a very old and conservative language such as C has undergone some substantial changes.

    • @mucholangs
      @mucholangs ปีที่แล้ว

      No, PHP is not the same anymore. Although, code written 25 years ago will still run on PHP 8, with some changes. That is how backward compatible the core developers have kept it.

    • @racketman2u
      @racketman2u ปีที่แล้ว

      @@mucholangs I wish that was the case, but there has also been a lot of deprecation in the last few years.

    • @mucholangs
      @mucholangs ปีที่แล้ว

      @@racketman2u Most deprecation have easy drop-in replacements. E.g. ereg vs preg_match.
      Unless you have a particularly complex code, you could make changes quickly.
      Also, unless, you're using a framework, getting old code to run on newer versions of PHP is trivial.

    • @zadeh79
      @zadeh79 5 หลายเดือนก่อน

      Yes and that type of rapid arbitrary changing is terrible for anyone who has developed expertise in a language. Forcing people to relearn is a ratioanlist weapon that puts talented programmers out of jobs.

  • @firsto
    @firsto ปีที่แล้ว

    awesome soundtrack

  • @steveclancy6474
    @steveclancy6474 ปีที่แล้ว +1

    As with all stats possibly popularity should be distinguished from amount of code written or in commercial use.
    I'd be interested in both those questions as well.

  • @RegisMichelLeclerc
    @RegisMichelLeclerc 9 หลายเดือนก่อน +5

    Thank you for this history.
    I found it weird not to see languages like Modula-2, Forth, Haskell or PowerShell and I was expecting Pascal to be a lot more prominent in the mid-80s as Turbo-Pascal was the go-to solution on PCs, or C/C++ from the early-90s for it was pushed by the Turbo C++ "revolution" (and everyone seemed to turn to C and Unix/Linux at the time), when it replaced Pascal in computer schools. From what I know, computer schools mostly teach Python nowadays, because its performance is close enough from pre-compiled code and when an application can support being written in Java or JavaScript, who cares about code efficiency anyway? When you see you can code Windows 95 desktop with a few applications entirely in JavaScript in a browser window and it lags less than the original one, why bother?

    • @Traumatree
      @Traumatree 7 หลายเดือนก่อน

      The Pascal shown in the video is mostly Modula-2 as this is what was used in uni and some business. Turbo Pascal for PC was at the end of the 80s and was a tiny fraction.