Every programming language explained in 15 minutes | Prime Reacts

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 1,2 тыс.

  • @Delsto5
    @Delsto5 10 месяцев назад +2453

    " if you're not ready to argue uselessly for hours over things that don't even matter then you're not ready to be a programmer " no truer words have ever been spoken

    • @bigerrncodes
      @bigerrncodes 10 месяцев назад +18

      Well shit i guess im good to go

    • @user-lp5wb2rb3v
      @user-lp5wb2rb3v 10 месяцев назад +6

      @@bigerrncodes yeah same

    • @disguysn
      @disguysn 10 месяцев назад +31

      I hate arguing over useless crap. I was wondering why I wasn't a very good programmer despite decades of practice, I think I just found it.

    • @GiveAcademy
      @GiveAcademy 10 месяцев назад +13

      I disagree with this statement... I was born to argue over useless things that didn't matter... it took 6 years of life to realize that meant i was a programmer.

    • @kohelet910
      @kohelet910 10 месяцев назад +2

      It does matter
      😅

  • @arojaron
    @arojaron 10 месяцев назад +536

    APL is named "A Programming Language" because that was the title of the book that they later turned into an actual language. It was pure theory first.

    • @CoderDBF
      @CoderDBF 10 месяцев назад +10

      I didn’t know that, thank you.

    • @full-timepog6844
      @full-timepog6844 10 месяцев назад +2

      cool

    • @jongeduard
      @jongeduard 10 месяцев назад +4

      Why do other people call it Array Programming Language instead?

    • @arojaron
      @arojaron 10 месяцев назад +7

      @@jongeduard I haven't heard that before, but it is one of the array programming languages, so I guess that works as well. :)

    • @johnmckown1267
      @johnmckown1267 6 месяцев назад +4

      I had read that the inventor, Kenneth Iverson, originally meant it to be a math notation for arrays.

  • @freemasoid8878
    @freemasoid8878 10 месяцев назад +1263

    every single language in 15 min. nah, thanks. 43 min reaction from prime. Here we go.

    • @Kane0123
      @Kane0123 10 месяцев назад +41

      Every reaction to every language in 43mins

    • @ThatSupportTho
      @ThatSupportTho 9 месяцев назад +8

      I don't know who is worse, hem or asmongold

    • @poleve5409
      @poleve5409 3 месяца назад

      ​@@ThatSupportThoamongold is just a shit youtuber, primeagen's reactiona are at least a bit insightful.

    • @RanCham727
      @RanCham727 Месяц назад

      It was annoying he paused twice a language just to say stupid shit

    • @poleve5409
      @poleve5409 Месяц назад

      @@RanCham727 bro just go watch the original video at this point

  • @gwaptiva
    @gwaptiva 10 месяцев назад +235

    That's why the lady (and it was invariably a lady) that converted your written code into punchcards (yes, that was a job), she would put a thick line in marker pen diagonally across the top edge of the cards. This made the tripping-and-spilling your cards annoying but not suicide-inducing. You "just" had to restore the line and your cards would be in order.

    • @KennethLaskoski
      @KennethLaskoski 10 месяцев назад

      Yes, I immediately thought of this diagonal line. commons.wikimedia.org/wiki/File:Punched_card_program_deck.agr.jpg#/media/File:Punched_card_program_deck.agr.jpg

    • @ChrisCox-wv7oo
      @ChrisCox-wv7oo 10 месяцев назад +11

      Brilliant simplicity

    • @STEAMerBear
      @STEAMerBear 10 месяцев назад +51

      That was my mom! She was a coder at two BIG government contractors in the 70s. We used to re-sort those “corrupt” stacks at home (almost every night)!
      Mom independently invented the marker trick after a few months at the first. The engineers wanted her quit it-instead she eventually replaced those engineers as the primary programmers! (Funny how the business interests of the company won out.)
      Definitely watch “Hidden Figures,” to understand the stupid culture back then.

    • @vorrnth8734
      @vorrnth8734 10 месяцев назад +3

      Later there were electro mechanical sorters for punch cards.

    • @5pp000
      @5pp000 10 месяцев назад +2

      I used the marker trick myself.

  • @nielsspiljard
    @nielsspiljard 10 месяцев назад +364

    6:03 rather have the stability of a financial system depend on COBOL, than NPM community packages tbh.

    • @henrivi330
      @henrivi330 10 месяцев назад +21

      REAL

    • @kratosgodofwar777
      @kratosgodofwar777 10 месяцев назад +8

      (real)

    • @the_real_ch3
      @the_real_ch3 9 месяцев назад +30

      If your mission critical system ain’t broke don’t even fucking look at it let along try to fix it

    • @chonkyboy3597
      @chonkyboy3597 9 месяцев назад

      it community packages :v not thing make by community is stable

    • @Slashx92
      @Slashx92 7 месяцев назад +2

      R E A L

  • @aruncs3438
    @aruncs3438 9 месяцев назад +7

    by the way MATLAB = Matrix Laboratory Not Matrix Library in 19:17

  • @yellingintothewind
    @yellingintothewind 10 месяцев назад +39

    Modern cobol runs on virtual state machines implemented on top of Java or GCC's cobol standard library or similar. The primary reason cobol is still used is it is auditor-friendly. Auditors cannot generally _write_ cobol, but they can read it with minimal assistance. It is nearly a perfect subset of English, so if you can read english you can understand cobol.

    • @ChilenonetoYoutube
      @ChilenonetoYoutube 10 месяцев назад +4

      And if it works one time, works everytime.. is bullet proof, and so ancient, has no posibility of external hackers connecting and cracking it.

    • @yellingintothewind
      @yellingintothewind 10 месяцев назад +11

      @@ChilenonetoRUclips That's not entirely true. Sure, the old cobol code itself is quite "battle tested" and unlikely to have latent bugs that will spontaneously break, but the VMs that now run it can have issues, and it _is_ connected to the outside world at least a bit. At those boundaries, if someone exposes the wrong function to external tools, there _could_ be a problem. Still, it would likely require an incredibly targeted attack, not just grabbing the latest 0-day PoC off github.

    • @ChilenonetoYoutube
      @ChilenonetoYoutube 10 месяцев назад

      @@yellingintothewind entirely right.

  • @stevecoffee5945
    @stevecoffee5945 10 месяцев назад +59

    They had punch card sorters that physically implemented a radix sort, one column at a time. You started with the least significant digit and worked up. The machine would spit out a separate stack for each digit. You’d just pile up the stacks, feed them back in and run for the next digit.

    • @WillettAMT
      @WillettAMT 10 месяцев назад +6

      Sounds hot

    • @samuelwaller4924
      @samuelwaller4924 10 месяцев назад +5

      that's really cool

    • @o1-preview
      @o1-preview 10 месяцев назад +10

      imagine the interview: Sort these cards with a radix sorting algorithm and make sure not to trip and fall with the cards. We'll then move to some asm questions.

    • @nevemlaci
      @nevemlaci 6 месяцев назад

      @@o1-preview it went more like: Oh you can write a hello world? You are hired!

    • @o1-preview
      @o1-preview 6 месяцев назад

      @@nevemlaci ah good times, back when you could get a job with about 30 lines to say hello world in asm

  • @fuzzy-02
    @fuzzy-02 10 месяцев назад +110

    In just 15 minutes? Let's go!
    *45 min reaction video*
    I guess prime went oop on this one

  • @mxjxn-art
    @mxjxn-art 10 месяцев назад +15

    I like how he mentioned Lisp and just figured that covered every language with a the lisp-like syntax

  • @AlFasGD
    @AlFasGD 10 месяцев назад +133

    When I saw this video I immediately realized that this guy has barely done his research and felt the irresistible urge to make a video showing all that half-baked knowledge

    • @GlowingOrangeOoze
      @GlowingOrangeOoze 10 месяцев назад +47

      I don't see such a video on your channel so I take it you resisted the irresistible

    • @TheAndreArtus
      @TheAndreArtus 10 месяцев назад +36

      Yeah, so much of it was grating as the person that made it does not even have a surface level understanding of the material covered and gets a lot wrong, emphasizes incidental features, and so on.

    • @kulkalkul
      @kulkalkul 10 месяцев назад +9

      Yeah, me too, but again, I have so much stuff to do. I wonder how much of the video written by a GPT.

    • @o1-preview
      @o1-preview 10 месяцев назад

      asm != webassembly

    • @yksnidog
      @yksnidog 10 месяцев назад +2

      Maybe do it better than?! There are so many beginners out there. So help them and don't mock about the one who tries. And I think he did a well enough job. So just like most programmers do in their jobs "well enough" to not being kicked out but still be hated if someone needs to review the code.

  • @user-pe7gf9rv4m
    @user-pe7gf9rv4m 10 месяцев назад +49

    2023, Prime does OCaml
    2024, Prime does Elm and Charm
    2025.. Prime learns Haskell?????

    • @alst4817
      @alst4817 20 дней назад +1

      When he learns Lisp, he will finally become a man

  • @disks86
    @disks86 10 месяцев назад +72

    You don't hand number the punch cards you draw a diagonal line down the side of your stack with a sharpie. You'll always be able to put them back in order then. I've never written programs that way but I know someone who did in an academic setting. He said they would trip each other on purpose so you had to be prepared.

    • @gwaptiva
      @gwaptiva 10 месяцев назад +2

      Meh, that'll teach me to type comments before reading all the other once already entered :D

    • @timberwoof
      @timberwoof 10 месяцев назад +4

      Having someone else say the same thing just means you had a good comment. @@gwaptiva

    • @____uncompetative
      @____uncompetative 10 месяцев назад +1

      Sharpies hadn't been invented in the 1950s

    • @gwaptiva
      @gwaptiva 10 месяцев назад +1

      who said something about the 60s; we had that in the 80s

    • @edsanville
      @edsanville 10 месяцев назад +8

      @@____uncompetative Back then they were called "black markers."

  • @AlexandruVoda
    @AlexandruVoda 10 месяцев назад +12

    There was another trick to keeping punch cards ordered that worked great: drawing diagonal lines across the spine of the stack so you could instantly see if a card was in the wrong place. I imagine people learned this trick really quickly.

    • @mattilindstrom
      @mattilindstrom 7 месяцев назад

      For a history of some departments in Helsinki University of Technology, we interviewed a lot of old beads. The strategy of drawing shapes on the stack varied greatly, almost everybody drew the lines on one side of the stack, many left it at that. Some finessed it further by drawing more creative (up-down unsymmetric) shapes on the other side of the stack.

  • @adityarahalkar1024
    @adityarahalkar1024 10 месяцев назад +23

    "Zig is the truest successor to C/C++ there has ever been " well said prime.

    • @xanderplayz3446
      @xanderplayz3446 9 месяцев назад +2

      The custom bit integers is suuper useful.

  • @prism223
    @prism223 10 месяцев назад +28

    I've told this before but the punch card sorting reminds me:
    I worked as part of a physics experiment and had a real world opportunity for quicksort. Briefly: We built a particle detector with ~2000 cables that needed to be connected in a specific order before it was installed. The team responsible for connecting cables finished their job, so my job was to connect cables in the correct order to test equipment so as to confirm the equipment was functional.
    Problem: the cable guys didn't keep the cables sorted. I walked into a room full of ~2000 randomly tangled cables and had one afternoon to test all of them. I first tried randomly finding cables in order, no good, it would take a couple of days minimum.
    But then my computer programming experience came to mind: In place quicksort the cables. I finished the task on time and got the reward of not being kicked out of the lab.

  • @jsonkody
    @jsonkody 10 месяцев назад +80

    5:52 ... that's the Czech National Bank ... it's still exactly the same as in this picture, and I work there as a developer. Just about an hour ago, I walked along this wall in the photo when I finished work and was going home. :)
    PS: I use VSCode :P
    PPS: but also Fedora .. and Vim for commit messages if not -m .. redemption ( ͡° ͜ʖ ͡°)

    • @ivank6486
      @ivank6486 10 месяцев назад +1

      Hello, fellow COLOL programmer

    • @genxer1824
      @genxer1824 10 месяцев назад

      What language does Czech banking use?
      Russian banking mostly hires Java devs.
      I think it's because specialized COBOL-oriented computers were no longer the mainstream solution in 1990s, but I can't be sure about that - maybe IBM just failed to get our banks hooked on that stuff.
      So I wonder if it's the same in every post-Soviet country.

    • @unemployed_clown
      @unemployed_clown Месяц назад

      máte tam volný místo, brácho? :)

  • @ego-lay_atman-bay
    @ego-lay_atman-bay 10 месяцев назад +2

    So sad he didn't mention Snap! the successor to scratch, or the scratch that has proper lists, lambdas, and heavily inspired by lisp. It was also created by a guy at UC Berkeley, and is hosted by Berkeley, although it's mainly developed by the creator, Jens Monig, a former lawyer. When I say it was heavily inspired by lisp, I mean it. In Snap! 10.0, we're getting the ability to convert Snap! code to lisp-like code and vice versa. I don't know if it's fully runnable lisp, but it does have the lisp syntax. Enough about lisp, can I just talk about how Snap! has proper functions, aka cust blocks? Yeah, scratch has custom blocks, but those were added after BYOB, the Snap! predecessor (which also happens to be a modification of scratch 1.4, although Snap! these days shares no source code with scratch), added them. When I say proper, I mean, you can create stack blocks, reporters, and predicates (which scratch loves to call them booleans), as well as adding more input types (which act like type hints). I could go on and on about how great Snap! is, but I'd be here all day.
    And by the way, yes, the exclamation mark is part of the name.

  • @0dsteel
    @0dsteel 10 месяцев назад +80

    80 seconds in: oh, it's that kinda tech video

  • @anteaters4455
    @anteaters4455 10 месяцев назад +9

    Mumps: exactly the kind of terse super efficient code I want my X-Ray death machine to be programmed in.

  • @gfixler
    @gfixler 10 месяцев назад +10

    I don't know if any ever had them, but you can encode the ordering of punch cards completely mechanically, and sort them nearly instantly by hand. You just punch holes along the edge, one for each of the bits in a binary number large enough to address every card, then you clip off the edges of the holes of each card's number, connecting them to the edge of the card. If it's card 5, you clip off the edge of holes 1 and 4. Now to sort them, just restock them all, properly aligned, then stick a pin through the least significant bit holes, and lift out the ones that haven't been clipped. The other ones will fall free and stay in the stack. Bring those to the front of the stack, then stick a pin through the second most significant digit, and do the same. Repeat until you've done all bits, and the cards are sorted. It's the real world version of the radix sort.

    • @SystemAlchemist
      @SystemAlchemist 10 месяцев назад +4

      That is absolutely brilliant!

    • @thefrub
      @thefrub 10 месяцев назад +1

      Or you just draw a diagonal line across the top, which is what they'd actually do

  • @Slashx92
    @Slashx92 7 месяцев назад +56

    JQuery as an example of OOP is WILD

  • @timedebtor
    @timedebtor 10 месяцев назад +63

    Other countries prioritize updating their technologies by making laws that deprecate existing projects. Estonia wanted to develop their tech sector so put a maximum age on all government supporting technologies. They also wanted to bring in more tech talent, so established electronic residency programs.

    • @sirhenrystalwart8303
      @sirhenrystalwart8303 10 месяцев назад +3

      And whose tech industry is stronger, America's or Estonia's? Say what you will about America's system, but it produces some amazing results.

    • @Epic501
      @Epic501 10 месяцев назад +14

      ​@@sirhenrystalwart8303 lmao as if that was the only factor at play

    • @carlerikkopseng7172
      @carlerikkopseng7172 10 месяцев назад +19

      ​@@sirhenrystalwart8303that's the dumbest comment. You're comparing a country with a population of 1.3 million, that was part of the Soviet Union until 30 years ago, with a country that has a population that's 300 times as big. When looking at per capita numbers, you'll see that the relative per capita size isn't that far off! And when you take into account that all the biggest tech companies (FAANG) have loads of cheaper tech departments in Europe, while funnelling the income to the US, it suddenly doesn't look that impressive to slightly outdo a small Baltic country.

    • @carlerikkopseng7172
      @carlerikkopseng7172 10 месяцев назад +6

      I have been part of health tech startup scene for the better part of the last decade, and in that area the US is a total of shit show in terms of results while Estonia has one of the best technical platforms in the world. A US hospital can hardly share a document with another hospital in a structured data format, whereas Estonia has done that for ages.
      (I am not even close Estonia btw)

    • @sirhenrystalwart8303
      @sirhenrystalwart8303 10 месяцев назад +1

      ​@@carlerikkopseng7172What percentage of your networth is invested in Estonian tech companies?

  • @Fudmottin
    @Fudmottin 10 месяцев назад +42

    Circa time index 19:20. RE: Babbage. The problem is, the British government granted him £5,000 (IIRC) for the Difference Engine which he did not complete. To put that into perspective, that was the cost of several front line warships at the time. Charles realized he could do better and switched to the Analytic Engine in mid stream. This did not make him popular. On top of that, his protégée, Ada Augusta, who was not taken seriously due to being a woman was pretty much the only person to understand the full potential of the Analytic Engine. Not even Babbage understood its full potential. Ada wrote what is today considered the first program for automatic computing machinery. It was a program for the Analytic Engine that would calculate Bernoulli numbers. The machine was never built. Ada tried to get funding by betting on horse races. This did not go well for her. It is a rather sad and tragic story. She was eventually buried, after dying at a rather young age, next to her father, Lord Byron. Yes, the poet.

    • @____uncompetative
      @____uncompetative 10 месяцев назад +1

      This is her diagram, which resembles an _Excel_ spreadsheet:
      en.wikipedia.org/wiki/Ada_Lovelace#/media/File:Diagram_for_the_computation_of_Bernoulli_numbers.jpg

    • @Fudmottin
      @Fudmottin 10 месяцев назад +1

      @@____uncompetative Thanks for the link. I have a copy of her translation. I don't know yet if I can create a program to run her program.

    • @Ornithopter470
      @Ornithopter470 4 месяца назад

      ​@@____uncompetativemore like excel resembles the spreadsheets it replaced.

  • @DasHeino2010
    @DasHeino2010 7 месяцев назад +3

    I just started a few monts a go all as a hobby and whenever I listen to this guy, I feel like I am missing 100 years of programming knowledge! :3
    It just has so many levels to it!
    Like every video I watch... Every sentence is something I never heard of before!

  • @zombieallen
    @zombieallen 2 месяца назад +1

    13:47 CORE MEMORY UNLOCKED. I remember programming Turtle shapes as a kid in the 80s. Totally forgot about that.

  • @Kris2510
    @Kris2510 10 месяцев назад +6

    1. LISP is (after FORTRAN) the second oldes language still in use.
    2. It's funny to watch JAva, C#, C++, Python, Javascript to copy concepts that have been realised in LISP some 50 to 60 years ago ....
    3. Lots of parentheses:
    In LISP programs are simply lists that can, if needed, be processed via the the complete set means, the language LISP offers.
    So the grammar of LISP is (only a little bit overly simplified) completely described as:
    a list starts with a '(' and ends with a ')'. The first symbol after '( ' is treated either a function call or as macro call or as special operator, the following elements of the list are treated parameters to the aforemetnioned function, macro oder special operator.
    4. I grew up using C, C++ and later Java, PERL and Python. I came across LISP ca. 10 years ago and used it since then in educational and (semi )professional environments.
    Everytime I return to C, especially C++ I wonder who was able to come up with such cumbersome grammars.

  • @figloalds
    @figloalds 10 месяцев назад +6

    15:45 I don't know how it feels to program in limited ram, but I am very happy to shove a lot of stuff in ram to avoid roundtrips to the network and filesystem, and most of the time it makes sense to just shove a lot of stuff in ram for better more efficient processing, so I don't think having less ram would make better software, because having a lot of ram allows us to cache a lot of stuff and avoid painfully slow IO operations

  • @tekneinINC
    @tekneinINC 10 месяцев назад +6

    I tried Zig as a C replacement and wasn’t a big fan. Just felt clunky. I think I’ll have to give it another go in a few years.
    Odin, however, felt like a seamless upgrade from C. It’s like C, but with some nice extra features, but still all the same low level control.

    • @SystemAlchemist
      @SystemAlchemist 10 месяцев назад +2

      I had the same experience. Really don't get the hype behind it.
      Especially since i found a bug in their testing code where it returned green even when the code wasn't and the response was basically "yeah meh it does that...".
      Not to mention the enforced whitespace (yet still you have to use semicolons) and different naming schemes in the standard library.
      Just feels so sloppy. And ignores too much knowledge we gained on how to design languages.

  • @sylver76
    @sylver76 6 месяцев назад +9

    Feels like this video was done by a guy doing homework using Wikipedia, not a programmer. Pulls out factoids he read while researching, but the illustrations constantly show the wrong languages, he doesn't have any personal opinion on it, and he called HTML a programming language.

  • @stevo728822
    @stevo728822 10 месяцев назад +15

    In the 1990's I wrote thousands of lines of COBOL for a bank. Firstly on the IBM mainframe with DB2 on overnight batch programs. But then with COBOL and SCOBOL (Screen Cobol) on the Tandem non-stop computer. The Tandem was used for day trading because it had two transaction logs. Extra resilience for any faults with multi million currency deals and the formatting of SWIFT payment messages.

    • @o1-preview
      @o1-preview 10 месяцев назад +1

      any suggestions to get into coding for a bank? most job offers I've seen ask for COBOL experience and that just doesn't exist now a days

    • @baconsandwichbaconsandwich727
      @baconsandwichbaconsandwich727 10 месяцев назад

      cobols data division redefines clause was ace

    • @kylaxi
      @kylaxi 8 месяцев назад

      Saying java came from c is weird imho. The complete object model was copied from smalltalk(i think)

    • @emmar3006
      @emmar3006 5 месяцев назад

      I did that in the 2010s lol cobol and tandem (hp non stop)

  •  5 месяцев назад +5

    0:20 Most forget that Assembly doesn't mean you don't have macros. With Macro's you almost get functions, variables and possibly loops. Suddenly assembly seems less barebone and manual IMHO.

  • @TAP7a
    @TAP7a 10 месяцев назад +17

    R as a user is wonderful for exactly what it’s intended for. The syntax for what you’re doing 99% of the time is smooth, the ecosystem is incredible, the certification is only beaten by SAS, it’s great.
    R as a developer is a reason to take a long walk off a short plank and if you’re trying to go out if it’s comfort zone, it’s hell

    • @DryBones111
      @DryBones111 10 месяцев назад +3

      I think R is really great. It's super easy to teach it to somebody with no programming experience to automate data-handling tasks. I suggested it to project managers that would spend 1 day a week wrangling together reports collated from several excel sheets and gave them some quality materials for self-learning. After a few weeks (not full-time) they had scripts written that performed their 1 day of spreadsheet wrangling into a single script run. A lot of their time was spent double checking the validity of information as it would influence important decision making and the manual approach would commonly introduce errors, so automating the process was a boon. Obviously a proper data pipeline is preferred but so many organisations still run important aspects of their business and make multi-million dollar decisions on excel sheets 😅.

    • @o1-preview
      @o1-preview 10 месяцев назад +1

      R is easy compared to low level programming...

  • @FlashBytesYT
    @FlashBytesYT 10 месяцев назад +20

    Thanks for the reaction to my video. I realize that I made several mistakes in the video, I’ve been taking it in and I truly appreciate all of the constructive criticism everyone has given me. Keep doing what you’re doing and I love your stuff. ❤❤❤❤❤

    • @____uncompetative
      @____uncompetative 10 месяцев назад

      en.wikipedia.org/wiki/Plankalkül#Data_types

    • @____uncompetative
      @____uncompetative 10 месяцев назад

      en.wikipedia.org/wiki/Ada_Lovelace#/media/File:Diagram_for_the_computation_of_Bernoulli_numbers.jpg

    • @____uncompetative
      @____uncompetative 10 месяцев назад

      en.wikipedia.org/wiki/Ada_Lovelace#/media/File:Diagram_for_the_computation_of_Bernoulli_numbers.jpg

    • @ITR
      @ITR 10 месяцев назад +1

      Are you gonna do one on esoteric programming languages?

    • @yandere8888
      @yandere8888 9 месяцев назад

      >mistakes
      thats called lying without doing any research, mr chatgpt

  • @germantoenglish898
    @germantoenglish898 10 месяцев назад +4

    Nobody brings a pencil to a chalkboard fight.

  • @jimmahgee
    @jimmahgee 10 месяцев назад +12

    I just want to say that the R community is so friendly and welcoming. R has also had best in class data analytics tools for well over 5 years, and a lot of the features people like in e.g. pandas, Polars, or Ibis, have their origins in either base R or the tidyverse. The one notable exception is probably machine learning, but in the past few years that has massively improved in R (from what I hear). The focus amongst the most influential people in the data space is now on interoperability between R, Python, and even Julia, by implementing multiple backends, and having bindings for popular C/C++/Rust frameworks, like Polars. What most people don't seem to realise as well is that R is a general purpose programming language with a huge, varied, and very high quality package ecosystem for all sorts of cool stuff.

    • @mayatrash
      @mayatrash 10 месяцев назад +1

      I just fucking love Julia

  • @LorenMLang
    @LorenMLang 10 месяцев назад +6

    WebAssembly is more like talking about Java Byte Code. It was made as a common intermediatory, but just like I write my Java Byte Code in Java, Kotlin, Scala, or Groovy, I write my WebAssembly in Rust, C++, Go, or Kotlin.

  • @EyebrowsMahoney
    @EyebrowsMahoney 6 месяцев назад +1

    2:17 "Never be tired of being wrong" This is arguably the main characteristic of a true professional and/or expert. The difference between an amateur and a professional is that the amateur knows enough, but not enough to know they're wrong. A professional/expert knows that they dont know enough to not be wrong.
    A professional programmer knows they're wrong, but it works, so who cares.
    Always Be Learning!

  • @jensvanderveen5490
    @jensvanderveen5490 10 месяцев назад +7

    "who brings a pencil to a blackboard???"
    I do, to have something to play with 😂

  • @bloody_albatross
    @bloody_albatross 10 месяцев назад +7

    Missing: Unix shell/bash and other shells, PostScript (it actually is a programming language! it's stack based), Jai (do we count languages that aren't released yet?), Vala, Idris, Godot Script, all kinds of graphical scripting languages of various game engines etc.
    And if he mentioned HTML, then he should also mention SGML, XML, Yaml, Toml, JSON, TeX/LaTeX, Qt QML, ...
    (HTML is not a programming language, its a markup language. I.e. show me a HTML "program" that calculates the sum of two numbers.)

  • @supermanifolds
    @supermanifolds 10 месяцев назад +77

    Original video lost me when he equated assembly to WASM which shows he has absolutely no idea what he is talking about

    • @Jean-rg9zg
      @Jean-rg9zg 10 месяцев назад +2

      Why is he making a video that he has no idea what he's talking about?

    • @Carter9007
      @Carter9007 10 месяцев назад +8

      ​@@Jean-rg9zgwhy are you commenting nonsense?

    • @Manja500
      @Manja500 10 месяцев назад +21

      The original video has a bunch of comments clowning on him for a bunch of mistakes he made. Clearly the video was made by some child in high school taking intro to programming

    • @thunderstein5041
      @thunderstein5041 10 месяцев назад

      Why did i learn Javascript?

    • @Manja500
      @Manja500 10 месяцев назад

      ​@@thunderstein5041because you lack the intelligence to learn anything else

  • @kylaxi
    @kylaxi 8 месяцев назад +2

    If you want the purest example of a object oriented language take a smalltalk example. Its one of the best languages i ever used

  • @kevincozens6837
    @kevincozens6837 7 месяцев назад +4

    This video coversa lot of languages but doesn't mention that before C was B. It also didn't mention FORTH, Modula 2, PL/1, PL/C, WATBOL, SPITBOL, or SNOOPY to name just a few. I think I also missed seeing any reference to LISP which also brings to mind Scheme. CSS has nothing to do with SQL. HTML is a markup language. (It is in the acronym.) I haven't seen anything in the standard about how to define variables or do math. The syntax of many languages that came after C were influenced by C. JS was originally for use on web pages but has been getting used outside of a web pages. BTW, The match scene makes perfect sense if you pay attention to the audio of the video on which you are commenting. It said before BASIC programming had mainly been the domain of scientists and mathematicians. That's why they were showing a scene with math on a chalk board.

  • @swedishpsychopath8795
    @swedishpsychopath8795 10 месяцев назад +26

    So the origin of Object Oriented Programming SIMULA-67 wasn't worth mentioning?? While USA was "playing" with COBOL and FORTRAN the Norwegians invented OOP in 1967!!!! For gods sake: OOP is almost 60 years old! Just look at simula:
    Begin
    Class Glyph;
    Virtual: Procedure print Is Procedure print;;
    Begin
    End;
    Glyph Class Char (c);
    Character c;
    Begin
    Procedure print;
    OutChar(c);
    End;
    Glyph Class Line (elements);
    Ref (Glyph) Array elements;
    Begin
    Procedure print;
    Begin
    Integer i;
    For i:= 1 Step 1 Until UpperBound (elements, 1) Do
    elements (i).print;
    OutImage;
    End;
    End;
    Ref (Glyph) rg;
    Ref (Glyph) Array rgs (1 : 4);
    ! Main program;
    rgs (1):- New Char ('A');
    rgs (2):- New Char ('b');
    rgs (3):- New Char ('b');
    rgs (4):- New Char ('a');
    rg:- New Line (rgs);
    rg.print;
    End;

  • @andrewgjkgjk
    @andrewgjkgjk 9 месяцев назад +1

    Trick to keeping your punch card stack in order (or any stack of cards): Draw a diagonal line across the thin edges on the stack when they are perfectly stacked and aligned. Then, if you have to recrwate the order just focus on recreating the diagonal line.

  • @matheusaquati3846
    @matheusaquati3846 10 месяцев назад +3

    As a Clojure programmer, seeing it completely out of the list... doesn't surprise me at all

  • @DarinM1967
    @DarinM1967 6 месяцев назад +6

    They never mentioned "FORTH."

  • @lollertoaster
    @lollertoaster 10 месяцев назад +1

    I understand leaving out Factor since it's pretty niche and new but Forth? Why not a single stack-based language was represented?

  • @stevo728822
    @stevo728822 10 месяцев назад +5

    To think back in the 2000's everyone was advised to disable Javascript on their browsers. And we were told all websites would soon be built in Flash.

    • @vorrnth8734
      @vorrnth8734 10 месяцев назад +1

      And a lot had at least a flash intro ...

  • @MrMatthewLayton
    @MrMatthewLayton 10 месяцев назад +4

    I'm not accepting what he had to say about Kotlin. It's a language that allows you to write applications that run on the JVM. Think of it more as a replacement to Java, rather than a language limited to Android apps. And arguably, the most popular IDE for Kotlin is IntelliJ, not Android studio.

  • @ToBeardOrNotToBeard
    @ToBeardOrNotToBeard 10 месяцев назад +5

    I really hate that people think object oriented programming is about classes and methods, instead of what it historically was meant for, which is isolated processes communicating via message passing. Poor Alan Kay, he's been fighting against the butchering for his ideas for most of his life and it's a fight that is evidently lost.

  • @samuelclay9663
    @samuelclay9663 10 месяцев назад +1

    LabVIEW mentioned?! From my knowledge its mostly used by EE's who do research with large, heavy equipment. I even had to use it just a few years ago. I hated it so much, but it's cool to see it in the list.

  • @a999g21
    @a999g21 10 месяцев назад +14

    The video is AI generated by the way. If you listen to the ruby section again you can see the tts struggle.

  • @ChrisCoul
    @ChrisCoul Месяц назад +1

    Never bring a pencil to a chalkboard.

    • @logickedmazimoon6001
      @logickedmazimoon6001 Месяц назад

      i write on a whiteboard with a crayon.
      grease pencils are just professional crayons

  • @johnmckown1267
    @johnmckown1267 6 месяцев назад +7

    SQL is not a programming language. It is a data manipulation language.

    • @johnmckown1267
      @johnmckown1267 4 месяца назад +1

      Right. In PostgreSQL, as I recall, there was DML - data manipulation language (SELECT, UPDATE, etc) and DDL - data defination language (DEFINE TABLE, etc).

    • @victor7802
      @victor7802 12 дней назад +1

      @@johnmckown1267did u just reply to urself w months later?

    • @johnmckown1267
      @johnmckown1267 12 дней назад

      @victor7802 yeah, been stressed 😫.

  • @keqy9588
    @keqy9588 5 месяцев назад +1

    This guy has an exceptional ability to turn 15 minute videos into hour long ones.

  • @pokefreak2112
    @pokefreak2112 10 месяцев назад +6

    First time clicking off of one of these early, sorry but I'm not listening to a guy that thinks assembly is a programming language that can run in the browser for 40 minutes

  • @connorskudlarek8598
    @connorskudlarek8598 10 месяцев назад +2

    16:00 I went to a website that was your basic company website. It had a memory leak and used up over 12GB of my RAM before I needed to kill it. It took a few minutes of staying at the website before that tab had to die.
    So I think it's at least partially true that we'd have better software if we had less RAM. If I had like 2GB of RAM, I don't think I could be on the site for more than 20 seconds.

  • @ketansrivastav
    @ketansrivastav 10 месяцев назад +3

    LISP for life

  • @MyCodingDiary
    @MyCodingDiary 10 месяцев назад +1

    Your channel is like a hidden gem on RUclips. So glad I found it!

  • @josegabrielgruber
    @josegabrielgruber 10 месяцев назад +46

    Assembly == Web Assembly = I quit

    • @tfpnation6925
      @tfpnation6925 9 месяцев назад +2

      Fr bruh if that was true I would quit too

    • @rdj2695
      @rdj2695 4 месяца назад +3

      => I quit**

  • @dm1i
    @dm1i 10 месяцев назад +1

    Powershell was mentioned, but Shell script wasn't? How?

  • @ParagYadav-d2c
    @ParagYadav-d2c 6 месяцев назад +3

    Bro yo video is 43 minutes long 💀

    • @MikeJones-ql3db
      @MikeJones-ql3db 5 месяцев назад +1

      Because his pauses make the video 3x longer.. but I'm watching to hear him spazz out so that's fine

  • @bfitzger2
    @bfitzger2 10 месяцев назад +2

    The language of the Lisa and original Macintosh was Pascal. We all didn't switch to C/C++ for Mac development until later in the 1980s.

  • @gary-williams
    @gary-williams 10 месяцев назад +1

    When a stack of punched cards was prepared, the author would usually make a diagonal stripe with a marker down the edges, so that they'd be easier to sort in the event of a spill.

  • @thehelldesk5463
    @thehelldesk5463 10 месяцев назад +2

    My favortie moment of the video was when you dropped the best JS ref from nowhere 8:40
    Btw do you know that javascript has been written in seven days ?

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  10 месяцев назад +1

      yes, i have also heard 10

    • @thehelldesk5463
      @thehelldesk5463 10 месяцев назад

      @@ThePrimeTimeagen 🤣

    • @yuriandrigani
      @yuriandrigani 10 месяцев назад

      I assume on the seventh day the dev just rest but still get paid.

  • @Hamish_A
    @Hamish_A 3 месяца назад

    For large stacks of punched cards we would draw a diagonal line across the top edge of the cards which would help in reassembling a dropped deck. Rubber bands for small decks and metal boxes for larger ones were also important.

  • @sinom
    @sinom 10 месяцев назад +1

    No, you usually did not need to rewrite your entire program if you trip with punchcards. Usually you write/print the number on there so you can just sort them by that number again and you're gold

  • @Atom027
    @Atom027 10 месяцев назад

    I recall my professors lamenting about the inconvenience of having only one computer available in the entire province. This resulted in several weeks of waiting in line, only to discover an error in your cards and having to start the process all over again, ultimately ending up at the back of the queue.

  • @unknown_error101
    @unknown_error101 10 месяцев назад +1

    I know that code does not say 'count

  • @WarrenLeggatt
    @WarrenLeggatt 10 месяцев назад +2

    Right off the bat the vid claims assembly and web assembly are the same rotf. For "high level" I think Fortran was first quickly followed by LISP

  • @MyCodingDiary
    @MyCodingDiary 10 месяцев назад +1

    Great video! Very informative and well explained.

  • @DeepakPradhan-ABG
    @DeepakPradhan-ABG 10 месяцев назад +1

    I worked with Assembly Language from 1996 till 2003. Walker Financial System from California, had an ERP also called Tamaris had the data abstraction layers written in Assembly Language.

  • @pranavbadrinathan6693
    @pranavbadrinathan6693 10 месяцев назад +1

    Labview is actually a very very powerful language for lab environments. It allows you to simulate instruments and devices (like voltmeters, ammeters, oscilloscopes, etc.) that are generally used in a lab setting in *software*. Had a Uni class teaching us to use it, was a joy to see how capable it is.

  • @zbynekdolejsek8930
    @zbynekdolejsek8930 10 месяцев назад +1

    3:45 why numbering cards? Just draw diagonal line on stack of cards.

  • @HackionSTx
    @HackionSTx 7 месяцев назад +1

    26:48 Brazil mentioned again. And he also said that Elixir was created in Brazil, IIRC the only language he did that.

  • @EnricoAnsaloni
    @EnricoAnsaloni 4 месяца назад +1

    No bash or unix shell scripting mentioned?

  • @DuRoehre90210
    @DuRoehre90210 10 месяцев назад +1

    Where is Forth? The most ubiquitous language, used to create most people's PCs bioses.

  • @stupidburp
    @stupidburp 3 месяца назад

    The punchcard quick insurance hack: make pencil lines on the sides of the stack. Can recreate the pattern in the worst case.

  • @fuchimafuchima8152
    @fuchimafuchima8152 9 месяцев назад +1

    I'm never tired of being wrong , I'm a programmer love it

  • @Muhammed.Abd.
    @Muhammed.Abd. 10 месяцев назад +2

    14:32 "C is the Greatest Language of All time. Obviously the foundation of computer Science" !!! Couldn't be more true

  • @robgrainger5314
    @robgrainger5314 10 месяцев назад +2

    Babbage was a "high level assembly language" for the GEC 4000 (1970ish), which predated Ada, so the name was probably considered already used.

    • @baconsandwichbaconsandwich727
      @baconsandwichbaconsandwich727 10 месяцев назад +1

      gec4000 was a fantastic machine way ahead of its time, esp. os4000 os with its %sink nullfile concept which even today beats unix/linux $null. the os was on par with vax vms with its english commands . its JCL so flexible better than bash today. I operated and coded on GEC4000 and many other museum pieces back in the 70's

    • @robgrainger5314
      @robgrainger5314 10 месяцев назад

      @@baconsandwichbaconsandwich727I caught the tail end of that era, starting programming in the 80s. My early encounters included things like the AS/400 and IBM's big metal. Mainly though, I programmed on PCs interfacing to those systems. I had the displeasure of having to port a program from RPG to C, which was a slog.

  • @NovaCyn
    @NovaCyn 6 месяцев назад

    Pro tip! When carrying your program to the machine first take a marker and draw a diagonal line from one corner of the deck to the other across the side of the deck. That way if you drop the punch cards everywhere it's much easier to put them back in order. Much love from a cobol programmer

  • @linksmith1057
    @linksmith1057 26 дней назад

    Labview is graphical, he didn’t mention its intended almost exclusively for engineering purposes, programming and talking to harder, test instruments like oscilloscopes, etc. Also the back end code also creates the GUI.

  • @voskresenie-
    @voskresenie- 4 месяца назад

    I have a love watchirg people try to explain object oriented programming with that same style of example. 'And the fire pokemon class inherits from the pokemon class, which has an Attack method and an Evolve method, and the char-type pokemon class inherits from the fire pokemon class, and then charmander, char-whatever, and charzard inherit from the char-type pokemon class, and then we instantiate a new instance of the charmander class, which overrides the Attack method with 'Attack' and '4 damage' and overrides the Evolve method to return Charmeleon (I think that's it), and we name it CharChar but it's of type CharTypePokemon not Charmander because it can evolve, and then we apply the Evolve method and it returns a Charmeleon and we assign the value to our variable CharChar and and and and'
    They always get so excited talking about Pokemon (or whatever their example is) that they go on and on and on while completely missing the point of object orientation. I mean, really, it's comical how people who don't really understand what OOP is about get so excited about their overengineered example attempting to explain it.

  • @leetaeryeo5269
    @leetaeryeo5269 10 месяцев назад +2

    Swift has an open source implementation outside the Apple ecosystem, which runs on Mac, Windows and Linux. I'm still iffy on its details, though.
    I do wish we would have had a mention of Eiffel. It's an underrated language, imo. Also, no D (eez nuts) mention?

    • @peternewsome3736
      @peternewsome3736 10 месяцев назад

      OMG, they used Eiffel to teach CS 1 and CS 2 at RIT back in 1996. Love and hate relationship. Decent to teach OOP concepts. It was replaced by Java many years later.

    • @leetaeryeo5269
      @leetaeryeo5269 10 месяцев назад

      @@peternewsome3736 Yeah, it's not a language I have a lot of knowledge of, outside of its history with OOP and its history with Design By Contract

  • @aurelian891
    @aurelian891 10 месяцев назад +3

    Swift is what Prime wants Rust to be

  • @philiprea8540
    @philiprea8540 6 месяцев назад +1

    "raw dogging zeros and ones into the computer..." - this is what I am here for....

  • @SJohnTrombley
    @SJohnTrombley 9 месяцев назад

    I only know this secondhand, but the trick with puch cards is you stack them in order, then draw a diagonal line across the side of the stack. That way, if you drop them, you can just sort them by reconstructing the line.

  • @MadAverage
    @MadAverage 10 месяцев назад +1

    I majored in Economics with a minor in quantitative data analytics. We used R, Stata, and Python a ton.

  • @GeorgeMatterVI
    @GeorgeMatterVI 10 месяцев назад +1

    Wasn't Lovelace writing algorithms before Babbage even made his machine?

    • @ericpmoss
      @ericpmoss 10 месяцев назад +2

      And Jacquard was programming looms with wooden punchcards before that, based on machines by Bouchon from 1725.

  • @NdxtremePro
    @NdxtremePro 10 месяцев назад +1

    My favorite punch card story was in Richard Feynman's memories about doing the calculations for the Nuclear bomb. They had several problems, mainly every time they had to make changes to the program they would start over until one day someone, I don't remember if it was him, realized they could simply start the calculations with the results from last time that wouldn't change from where the new function changes.
    This literally saved them days or weeks of waiting by doing this one thing.

    • @timberwoof
      @timberwoof 10 месяцев назад

      This is why scientists hate programmers. ;-)

  • @quarteratom
    @quarteratom 10 месяцев назад

    Finally a programming language review not entirely focused on st'upid web development.

  • @johnmckown1267
    @johnmckown1267 6 месяцев назад +1

    5:09 Emacs is a good OS, but it needs a decent editor. 😅

  • @josephpendleton312
    @josephpendleton312 7 месяцев назад

    You mentioning Turok RWs was all I needed to get thru the day.

  • @BigOlKnothead
    @BigOlKnothead 6 месяцев назад

    "if you're not ready to argue uselessly for hours about things that dont even matter, youre not ready to be a programmer," ive never heard my personality so concisely described, or why i chose programming explained to myself in a way i accepted the self flagulation of it the way i did. Never felt so seen, attacked, and as though i found my people simultaneously.
    Subbed.

  • @MarcLucksch
    @MarcLucksch 9 месяцев назад

    Video: “Developers test with…”
    me: “compile and full send it, you get a clean if your lucky”

  • @grimonce
    @grimonce 10 месяцев назад +1

    Yea, D Language not getting mentioned seems like a big oooof, or Odin for that matter...

  • @MorningNapalm
    @MorningNapalm 9 месяцев назад +1

    Did I miss Forth, or was it skipped? Btw, HTML is a markup language, not a programming language.

  • @alexgraham108
    @alexgraham108 5 месяцев назад

    laughed almost every minute in this video, you were mentioned by theo also (which brought me here), subscribing now 🤟