God-Tier Developer Roadmap

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

Комментарии • 10 тыс.

  • @backgroundnoiselistener3599
    @backgroundnoiselistener3599 2 года назад +58584

    You’ve inspired me to finally quit programming and take up farming. Thank you

  • @heavybladevideo
    @heavybladevideo Год назад +8549

    I like how in one moment we go from actual programming languages to straight up philosophy

    • @bluerilius4362
      @bluerilius4362 Год назад +404

      When you delve deep enough through all the abstraction layers, you always find philosophy lol

    • @eli_chaps
      @eli_chaps Год назад +153

      I now understand why we do philosophy in computer Science

    • @1.4142
      @1.4142 Год назад +47

      Starts talking in greek alphabet

    • @todthesushimonster1256
      @todthesushimonster1256 Год назад +11

      @@bluerilius4362is that a Wikipedia reference

    • @bluerilius4362
      @bluerilius4362 Год назад +2

      @@todthesushimonster1256 idk is it supposed to be one? i honestly just made it up on the spot

  • @zackryderize
    @zackryderize 2 года назад +13948

    Definitely recommending this to my junior colleague so instead of learning programming languages they will question their existence and purpose in life. Thanks 👍

    • @herrvorragend325
      @herrvorragend325 2 года назад +231

      They will anyways

    • @oamioxmocliox8082
      @oamioxmocliox8082 2 года назад +17

      ;)

    • @Benjamynfrank
      @Benjamynfrank 2 года назад +10

      😂

    • @CallousCoder
      @CallousCoder 2 года назад +132

      I’ve been coding since 1982 and the last 30 years professionally and my credo is. I’ve been writing the same programs for the last 40 years. The only thing different is the language or the paradigm. All the rest is the same.

    • @CallousCoder
      @CallousCoder 2 года назад +35

      @@ccriztoff ugghh golang is slow and bulky. C++ for the win and if you want something new than rust. It’s faster, more compact and more equipped to do both application development (go domain) and systems software (C/C++ domain).
      And the rust package manager and test framework are simply the best out there. Super robust and easy to use.
      I had rust building and deploying in CI/CD pipeline in less than 30 minutes. And that includes actually installing rust on whatever build agent (Linux, windows and macOS) and it all worked with one line of code.
      And since it produces a single static binary it’s easy to containerize. Link go statically is a bit of a hassle. But rest services in go is easy and convenient.

  • @fab0527
    @fab0527 11 месяцев назад +1942

    For any newbies: if all this seems overwhelming, don't worry. The stress of the work will eventually expose you naturally to deeper layers of programming.
    After 1-2 years, a lot of things mentioned in this video will become part of your vocabulary.
    Also, tip as a senior: suffer. Yes, really. Suffer. That's how you get better above everyone else

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

      As a first year computer science major, thank you :)

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

      If you haven't cried at work, you can never be a real programmer

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

      Hey uh, I'm doing this for fun.

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

      That’s so true. As you start working, these things slowly start coming to you naturally. And it’s always through an uncomfortable way which is that initial exposure and forced learning you do on the job to get the particular task done. Def has been my experience

    • @yulenndy
      @yulenndy 9 месяцев назад +4

      yo how much do u make

  • @davifurtado6534
    @davifurtado6534 2 года назад +9192

    "How do you see yourself in 5 years?"
    Junior Developer: imagines himself in a landscape full glass smart apartment window view surrounded by tech with a huge desk full of monitors, working with multiple languages and solving complex algorithms
    Senior: imagines himself in a farm with literally no electronic device in a 5 mile radius

    • @fattyboombatty7736
      @fattyboombatty7736 2 года назад +358

      So true.
      I imagined my self working in a high tech office, but spent some of my early days in an overflow office, which was a (recently) disused morgue, complete with slug infested body racks working on post-launch telemetry for a space agency.

    • @HotCocoa99
      @HotCocoa99 2 года назад +367

      Ffs I'm a senior in CS school and I already imagine myself in a farm.. near a beach.. with goats

    • @Danuxsy
      @Danuxsy 2 года назад +127

      Don't worry, AI will outcompete us in the next decade.

    • @realedna
      @realedna 2 года назад +335

      @@Danuxsy At farming or in CS?

    • @nouai
      @nouai 2 года назад +77

      @@Danuxsy AI already renders the probable future of mankind and I don't like what it renders...

  • @mattia2837
    @mattia2837 2 года назад +4613

    I love how I procrastinate programming by watching unrelated programming content

    • @victorpinasarnault9135
      @victorpinasarnault9135 2 года назад +74

      So true

    • @lavkedar4199
      @lavkedar4199 2 года назад +107

      Thats what i am doing rn

    • @DreamskyDance
      @DreamskyDance 2 года назад +90

      Yeaah.. i have to sort out mess of arrays holding the data to print out a giant excel sheet with general and various levels of comparisons and three types of grouping data with data comparison with previous years for companies to do their analysis on. And that excel sheets can be differently sized and have various number of columns depending on which options the user chose, from about 50 various options that interact with one another in unique ways. And all that in PHP, via PHPSpreadsheet...
      So yes, i am procrastinating watching unrelated programing content now and then... ...after 100+ edited files for unique relations and outcomes and pulling logic and solutions for seemingly unsolvable problems out of my ass at times, i think i deserve it. :D

    • @mattia2837
      @mattia2837 2 года назад +17

      @@DreamskyDance oh damn man that's tough. What's your job if you don't mind answering?

    • @DreamskyDance
      @DreamskyDance 2 года назад +49

      @@mattia2837 web developer...full stack, you might say.
      Yeah it is, but what you gotta do..you gotta do :D

  • @OrangeC7
    @OrangeC7 2 года назад +4296

    Man, imagine how this guy will react when he finds out that reality is actually programmed in JavaScript

    • @CallousCoder
      @CallousCoder 2 года назад +493

      That’s why reality sucks so bad and behaves so inconsistently. Finally the answer!
      Let’s rewrite reality in C++ lean mean and fast - and strongly typed 😝

    • @БакасовМарат
      @БакасовМарат 2 года назад +7

      @@CallousCoder just rewrite it in brainf*ck

    • @oncedidactic
      @oncedidactic 2 года назад +48

      Lol turtles all the way down

    • @amadeus484
      @amadeus484 2 года назад +92

      Nah. My theory is that reality is a very, very, VERY complex Hypercard stack running on a Macintosh SE/30.

    • @Rudxain
      @Rudxain 2 года назад +153

      Bruh, the render distance (observable universe) is so small, we definitely need to rewrite it in C++ or Rust

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

    To anyone trying to learn programming from the beginning, my best advice is to just pick a language that you like at first glance. Stop stressing over what language you need to start with, because the most important skill of all is to begin to think like a programmer. You will never have as much of a challenge learning a language as you do your first one. And no specific language is going to make it that much easier because you are training your brain to think in a way that is fairly alien to the way most of us go about our day to day lives. But once it *clicks* and you begin to think like a programmer, you can pick up and become functional in another language in a week or sometimes even just a weekend. You just need to first get used to breaking problems down and solving them with basic yes/no questions and then you are on your way

    • @olivierdulac
      @olivierdulac 8 месяцев назад +11

      That is excellent advice.

    • @Dextrome
      @Dextrome 7 месяцев назад +17

      true true, language doesn't matter, just gotta be able to think your way to the solution

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

      true took me 1 years to learn python from scratch but then i went to nodejs and it took me only 2 days to write my own website using express and ejs. Once you learn the basic syntax it will get a lot easier obviously you will be brainducked at first..

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

      i mean you got a point. but the clutter that you gotta deal with in c doesn't make things easier, if you want a potentially young student to focus on just what you mentioned as the more important component of learning and understanding the problem-solving systematic thinking approach...
      having something "simple" where there is less chance to get frustrated over a forgotten semicolon, or something like that (i.e. Scratch), is nice and beneficial.
      Maybe I'm just a little simple, but i liked doing the one crappy "Scratch" project, that I did.
      I also enjoyed "Niki" (basically a german clone of "Karel, the robot"; mini-programming language based on pascal), back in school as a kid.
      Just our tutor was hopelessly incompetent... I mean... it was an introductory class, and all the 14-15 year old teens had usually solved the code and started playing some motocross game over the network, when he figured out his code wasn't working during his "presentation" at the end. ^^D

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

      @@ClashClash89 True some will likely be slightly easier than others. No doubt it would be more clear for a beginner to work with Python rather than C or Rust. But I feel like a lot of that clutter just becomes boilerplate in the mind of a new beginner as they inevitably distill the work down to being the same in both languages: understanding basic program flow. What I see a lot online with people trying to get started programming is that they become paralyzed, thinking that there is a magical programming language that will make it possible for them to start coding and others would make impossible. And even once they start if they hit a rough patch where they feel they are in the deep end it is so easy to believe its the language and so they go back to square one with another. When really what is causing the difficulties is the foundational skill of programming itself, not the language in most cases. There are of course extremes. If someone said they were learning to program by writing modern Intel CPU assembly, I would definitely suggest starting somewhere more friendly haha

  • @Echomu2332
    @Echomu2332 Год назад +4288

    Me starting programming: "I wish I had started this stuff twenty years ago!"
    Me watching this video: "I'm glad I waited until I was already a psychonaut."

  • @sded7126
    @sded7126 2 года назад +1104

    Personally i like to move individual electrons to perform mathematical equations

    • @akshy471
      @akshy471 2 года назад +138

      Good, once you 10+ of experience and become an expert in electron manipulation, you can be space time bending project manager like me.

    • @TehOldice
      @TehOldice 2 года назад +15

      @@akshy471 It's quite difficult to affect space time with electrons, their mass is too small to have any noticeable effects, but if you could, that would be god like :P

    • @skyeBreach
      @skyeBreach 2 года назад +7

      We talking 2d topological systems? BC if so I'm down

    • @madhououinkyoma
      @madhououinkyoma 2 года назад

      @@TehOldice if you can manipulate electrons, you can do anything

    • @akshy471
      @akshy471 Год назад +5

      @@TehOldice I work more on the dark side of matter.

  • @victor_y1618
    @victor_y1618 Год назад +2281

    i love how we got through an entire philosophycal trip before even mentioning Visual Basic, pretty accurate

    • @angelnum18
      @angelnum18 Год назад +5

      hahahahahahahaha

    • @user-qp1vg2ur8b
      @user-qp1vg2ur8b Год назад +4

      nice pfp

    • @mattpaddock7713
      @mattpaddock7713 Год назад +27

      I did VB in my last job cause the company was that old. I was told it was similar too C# being my native framework .... it was not, 3 years of hell working with that tech

    • @RSxRS3
      @RSxRS3 Год назад

      wat is that ?

    • @keiraholst1563
      @keiraholst1563 Год назад +1

      I used Visual Basic to scrape the internet for financial information as a hobby before finding there are entire enterprises with data visualization systems built around VB, that sell for hundreds of K's to a million bucks. VB was my pick over Python 3 for its interoperability with MS Excel.

  • @VisionaryGroupMedia
    @VisionaryGroupMedia 11 месяцев назад +258

    I just started learning to code… and now I’m overwhelmed.
    Great video!

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

      How’s it going?

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

      @@RonaldMcDonald519 still overwhelming, but satisfying at the same time

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

      How's it going after a month now?

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

      @@hamzapatel2547 I’ve learned how to automate a lot of repetitive weekly tasks at my job and I started dedicating my channel to make RUclips shorts for people interested in programming! So it’s going pretty well! 86k views and 73 subscribers in the first month and a half!

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

      @@hamzapatel2547I have automated a lot of my day job and started posting coding videos as RUclips shorts and gained 73 subs! Also got a freelancer front-end web dev job that paid $1,200. It’s a lot of work but going really well!

  • @ThereIsNoRoot
    @ThereIsNoRoot 2 года назад +1888

    I'm a Senior Principal Software Engineer, programming for 25 years and a fan of many different languages. This is the most accurate overview of languages I've seen without going overboard.
    There are some notable exceptions like Perl (and pseudo-languages like Regular Expressions) but it also had a few I wasn't aware of, like V and C--.
    Well done.

    • @rizwanssyed
      @rizwanssyed 2 года назад +14

      Agree. (25+ years of experience here, too.)

    • @monstrositylabs
      @monstrositylabs 2 года назад +23

      Agreed. 41 years experience here! Missed out Objective C as well. Also inspired by small talk, I thought he was going to follow on to it in the vid.

    • @mrgoatbeard
      @mrgoatbeard 2 года назад +2

      Agreed was really well done, was concerned I mothballed myself in the higher tiers but seems I have definitely dove rather far into the iceberg, but really only messed with ASM as a hobby...was not a fan of being so close and intimate with the hardware.

    • @clovisbroggio7639
      @clovisbroggio7639 2 года назад +54

      Agree. (4 months and 17 days of experience here)

    • @lefteriseleftheriades7381
      @lefteriseleftheriades7381 2 года назад +2

      A video is only useful if it sets you on the right path. This video just lists the entire space

  • @michelfug
    @michelfug 2 года назад +664

    I have a philosophy degree and this video is my programming journey in reverse order. I started studying epistemology a over a decade ago and recently discovered Scratch ✌️

    • @anirbanc88
      @anirbanc88 2 года назад +19

      i am a phil grad too, i am doing okay in cs, but this video was hilarious! just what i always felt in such clarity

    • @adammobile7149
      @adammobile7149 2 года назад +23

      It's just rationalization, you probably realized that you are not able to pay back your student loan so you started programming. This is the reason.

    • @mladizivko
      @mladizivko 2 года назад +6

      Lmao true
      Still it does seem there is a reasonable intersection of people truly grasping CS and philosophy, since they're both close to the ancestor, pure logic. More so than some other more applied fields

    • @AlexLeduc44
      @AlexLeduc44 2 года назад

      OMG hahaha I feel you man

    • @liondevelops
      @liondevelops 2 года назад

      Inception lol

  • @benjaminho351
    @benjaminho351 2 года назад +894

    Time to add 5 years of experience as a god-tier dev to my resume

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

    I am surprised how many languages are made to replace C but no language is able to. It's truly a GOAT.
    Huge respect for rust though.

  • @soumen_pradhan
    @soumen_pradhan 2 года назад +349

    1:38 Popular Dyn High-level
    2:20 Specialised Dyn High-level
    3:47 Static High-level
    5:24 Functional
    6:48 Systems
    8:21 Nouveau Modern
    9:44 Historically Important
    11:50 Esoteric
    14:39 Lowest Level

    • @anthonylangston23
      @anthonylangston23 2 года назад +8

      Historically Impotent?

    • @MinecraftsAssassin
      @MinecraftsAssassin 2 года назад +7

      Should add "Faint background yelling" to 14:39 timestamp

    • @Abi3lol
      @Abi3lol 2 года назад +2

      Not all heroes where a cape

  • @ayushvyas3401
    @ayushvyas3401 2 года назад +2493

    After watching this video, I think I will need an extra life to learn skills that will help me lend a junior software developer job.
    Edit: it's a joke to follow up Jeff's joke guys

    • @Krais3r
      @Krais3r 2 года назад +94

      You dont have 7 YOE in Java and Golang?

    • @qazqwe5419
      @qazqwe5419 2 года назад

      One more will be not enough.

    • @afaque.
      @afaque. 2 года назад +37

      Believe in yourself, you can do it

    • @yohanasfaw5563
      @yohanasfaw5563 2 года назад +118

      If you study 20hrs a day, you might make it with just one life. I believe in you

    • @nishanthanr605
      @nishanthanr605 2 года назад +2

      😂 True

  • @l3chevalier
    @l3chevalier Год назад +1354

    Basically you can see that it is not an iceberg... But different tools for different purposes, don't get scared by this video, if you like programming do a favor to yourself and keep practicing everyday.
    I'm a software developer that started from nowhere, after 7 years I'm already living in another country and have a good life. I'm not rich, but I'm happy and have a comfortable life. And I study programming almost everyday.
    My main language is Python, I've been through C, C++, Lua and Go, but what brought me here was my capability of solving problems, not the languages that I know, for that, there are documentation and courses.
    Stay hungry...

    • @elizabethli6678
      @elizabethli6678 Год назад +8

      Do I have to be good at math to start learning it?

    • @edumazieri
      @edumazieri Год назад +137

      @@elizabethli6678 Not really. A bit, but it's nothing like how a mathematician works with math (for the average programmer). You face more of a language problem than a math problem. Figuring out how to tell the thing to do the thing you want it do, and then figure out why it didn't do exactly that. It's about logic much more than it is about math.

    • @Vroth
      @Vroth Год назад +5

      Thanks for the kind words. I hope one day I’ll make it there too 🙏

    • @niksatan
      @niksatan Год назад

      What is your opinion about Kotlin and mobile development. I'm really interested in it, is it worth it?

    • @testingyk1
      @testingyk1 Год назад +14

      That's exactly what I'm looking for a comfortable life not trying to be rich or anything

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

    This was a wild ride. I've dabbled in programming a few times and recently decided to take a deep dive and go back to college for computer science. I have four five week classes coming up on Python, JavaScript, C++ (which I learned a bit in college 20 years ago), and SQL. Pretty damned excited, honestly. I can't wait to get to a point where I can feel comfortable playing around with some of the more obscure languages.

  • @matthewfountain2721
    @matthewfountain2721 2 года назад +592

    I started my career as a nuclear engineer in 2009 working with reactor physics and fuel performance codes written in FORTRAN. I didn't have an IDE either, just notepad and the compiler. My colleague remembered a time when he had to walk to the computer building with his deck of cards and return the next day for the results - good times!

    • @SashaInTheCloud
      @SashaInTheCloud 2 года назад +44

      Sometimes you really need a system to be air gapped

    • @RazorRamonMachismo
      @RazorRamonMachismo 2 года назад +3

      that made me yell super hard only a few could do that

    • @szilardfineascovasa6144
      @szilardfineascovasa6144 Год назад +15

      Back in the cards days, the hardesr working programmers were the most swole, too. Actual chads.
      No need for lifting, nor cardio. (Much safer and productive than crossfit, too 😁.)

    • @notthatgerry
      @notthatgerry Год назад

      Looks like the era of the Eddas rn.

    • @zvxcvxcz
      @zvxcvxcz Год назад +6

      I still write half my code in nano. IDEs tend to just get in the way. I don't want to monkey around for hours trying to get the IDE to see my project dependencies properly. I just write the compiler line myself and its done. Sometimes I do like to have the syntax highlighting, etc... though, so editors like Sublime are nice. Some IDEs also like to fuck with your code if you don't change the default options. Almost failed one of my earliest programming assignments because Visual Studio compiled my code with a dependency on a Microsoft redistributable (which of course wasn't there on the Linux grading server). My jaw hit the floor and I was like, "So how am I supposed to compile and submit my code!??!" to the TA, because some of them had recommended Visual Studio. I did manage to find the option and get to compile without needing that dependency, but it was just such an incredibly stupid default that that day I went to writing my code on Linux and never went back.

  • @jaesen737
    @jaesen737 2 года назад +817

    Almost 17 minutes of condensed programming language slander and entertainment. I love it.

    • @jasonreed7522
      @jasonreed7522 2 года назад +4

      The 2 most important things about a language are what it can do and what it can't do. (Technically the same thing but easier answered separately)
      After that difficulty to use matters.
      All of these answers feel like slander so i fully on board with slandering all of the languages. (Although personally i like C++ and Java and really dislike Python due to a bad first experience with it. But my brain also just seems wired for object oriented coding so not having classes and inheritance hurts, and being forced to think at a hardware level is not fun. Fortunately i am an EE not a CompE or Software major so i get to learn the interesting concepts and not do the painful stuff like actually using Assembly)

  • @Jaime-eg4eb
    @Jaime-eg4eb 2 года назад +653

    My experience learning many languages and frameworks has taught me that the specific thing you learned will probably have minimal significance for you, but the process of understanding that tech and the effort you put into it will yield massive benefits.

    • @alexbarra
      @alexbarra 2 года назад +4

      facts

    • @andrecostafranca
      @andrecostafranca 2 года назад +59

      Basically, it's not about the end, but the friends we made along the way.

    • @MrHQQX
      @MrHQQX 2 года назад +22

      As a beginner I must say this should be the top comment. Started learning C++, gave up, switched to Python, thanks to my bellow amateur level knowledge of C++ got hang of Python pretty fast, still on finishing some things in OOP but randomly decided to open Js source code and sure it's much harder to read, but I got the gist pretty fast, same with SQL.
      So anyone reading this, if you are starting out, just keep going, it doesn't matter if you switch to some other language or whatever it will still help you (if you'd ever played incremental games it's like prestige, sure with switching you start over but progress much faster)

    • @mepik15
      @mepik15 2 года назад +2

      @@MrHQQX yeah starting with c++ is a suicide.
      I tried to learn another one but then work got most of my time and the rest is for my gf ;^; maybe some day i will start again :p
      (It was fun haha)

    • @Onserio.
      @Onserio. 27 дней назад

      Best advice

  • @oliverbrown-c1i
    @oliverbrown-c1i 8 месяцев назад +11

    Incredible resource for learning programming. Really helped me grasp the basics.

  • @whiteobama3032
    @whiteobama3032 Год назад +1436

    I learned programming on C and C++ and I got to say they're pretty great to begin with to fundamentally understand the flow of the software and memory menagment. It's like learning to swim by jumping directly in to deep waters. If you learn to code functional, stable apps in those language I think you're ready to go.

    • @Bunak_09
      @Bunak_09 Год назад +25

      Love your comment and how you giving us a positive energy ❤

    • @myronsnagg5857
      @myronsnagg5857 Год назад +5

      Self taught?

    • @youngsinatra2645
      @youngsinatra2645 11 месяцев назад +29

      nah that prof pic is crazy

    • @gabrielmourao2854
      @gabrielmourao2854 11 месяцев назад +55

      Yes, my university also still does this approach. You start only with c until you can make simple terminal based programs, using pointers and structs. Then we go to java for OO languages, and apply everything we learn on it (handmade sorting algorithms and data structures) on c later. At this point you can use both languages with or without objects, learn memory management and all the basics of programming, and also learn to evaluate efficient algorithms, so you could technically go anywhere from there.
      Imo this route is the most begginer friendly because you really learn how to code rather than depend on specific languages libraries or built in functionalities

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

      I started in pascal 22 years ago and can confirm it was very very beginner friendly 😂😂😂 if I started in C++ I would probably hate programming for the rest of my life (loved C tho)

  • @ectoBiologist21
    @ectoBiologist21 Год назад +2593

    Having just started learning python, I must say, it’s been fun coming to the realization that even writing 10 lines of a working function from scratch can take like 2 hours if you aren’t a senior coder(or using chat gpt).

    • @deldrise9169
      @deldrise9169 Год назад +162

      just wait til u learn assembly.

    • @roganjosh6220
      @roganjosh6220 Год назад +199

      @@deldrise9169 assembly's fun, atleast it takes less characters than java to write basic programs

    • @GuyFromJupiter
      @GuyFromJupiter Год назад +100

      Yeah, it's kind of shocking how long it takes to write something that you don't know off the top of your head.

    • @ZipClipChannel
      @ZipClipChannel Год назад +15

      @@GuyFromJupiter if only we had some kind of tool that abstracted this away..............

    • @jamesdemarco6079
      @jamesdemarco6079 Год назад +163

      Wait till u spend 8 hours trying to find a misplaced semi colon ur linter can't find. The key is after an hour of a solution not working go walk and don't think about it then come back 15m later and you'll have the answer

  • @BX-advocate
    @BX-advocate 2 года назад +143

    That went from interesting to funny to really deep in a shockingly short amount of time. 10/10 would question my existence again.

  • @krisanderson5636
    @krisanderson5636 7 месяцев назад +8

    My computer science journey has felt like a descent into madness.

  • @TheDeanosaurus
    @TheDeanosaurus 2 года назад +961

    One of the best classes I ever took in college was "C in the Unix Environment" because it helped me understand compilers better and memory and memory management and sort algorithm efficiencies and whatnot. It made me unafraid to really dig in to using the command line to build and run C and made all the higher level languages easier to use, easier to debug and understand complex errors, and really an overall appreciation for the craft.

    • @pj1016
      @pj1016 2 года назад +17

      where can I learn this from especially on youtube? any suggestions?

    • @ssw4m
      @ssw4m 2 года назад +45

      C is arguably still the best general purpose programming language, 50 years later.

    • @Mediaright
      @Mediaright 2 года назад +15

      @@pj1016 CS50

    • @TheDeanosaurus
      @TheDeanosaurus 2 года назад +34

      @@pj1016 Unfortunately I'm unsure. At the time I took the course YT tutorials weren't really a thing. We used the book (still have it!) called "C by Discovery". It's a bit verbose but it's got everything.

    • @Isolateminds
      @Isolateminds 2 года назад +2

      @@TheDeanosaurus thanks 👍

  • @dirtyvinyl8817
    @dirtyvinyl8817 Год назад +1211

    The first programming language I learned in College was Java, (hated it cause my professor held my hand through the whole thing so when i got into advance level java programming, it was hard and had to relearn it twice) then i learned HTML, CSS, and Java Script. (that was a lot of fun) after that I learned SQL and promptly forgot about it. Then I graduated, Started to learn python on my own, got distracted, and was certified in Ruby. Now I'm learning Stick.
    as in stick welding.

    • @fsoz2679
      @fsoz2679 Год назад +69

      I started with stick now im on JavaScript 😂

    • @peculiarpeculiar2504
      @peculiarpeculiar2504 Год назад +15

    • @phucnguyen0110
      @phucnguyen0110 Год назад +12

      How's your stick welding career going bro :D

    • @fortunekader9121
      @fortunekader9121 Год назад +25

      i nearly failed my c++ class. the struggle is REAL

    • @christsciple
      @christsciple Год назад +23

      I literally started to learn stick welding this past summer as a break from writing code lol

  • @samueltaylor6421
    @samueltaylor6421 2 года назад +393

    Existential questions aside, this is a great way to organize the mountain of coding languages -- especially as a junior developer who kinda wants to try everything new all the time. Maybe the single most helpful video for answering "what language should I learn next?" Thank you!

    • @UnifiedFriends
      @UnifiedFriends 2 года назад +34

      Forget about the languages, study the iceberg itself.

    • @lilcrazy7753
      @lilcrazy7753 2 года назад +2

      Depends on what you want to do

    • @ayporos
      @ayporos 2 года назад +3

      The language you should learn next is the one that allows you to solve the problem you're facing... which is why I am currently studing the art of sniping. :)

    • @NerdyCatCoffeeee
      @NerdyCatCoffeeee 2 года назад

      @@ayporos "One homing slipper, coming right up"

    • @tund_101_hd9
      @tund_101_hd9 2 года назад +1

      @@ayporos soooo i recently bought Sun Tzus Art of War....

  • @briandawley7808
    @briandawley7808 Год назад +22

    This was hilarious, well done. And yet still informative! I had no idea Rust was the most beloved language.

  • @aaronbono4688
    @aaronbono4688 Год назад +623

    I love how thorough all this is and how well-organized it is.

    • @purpledragons6669
      @purpledragons6669 Год назад +19

      Ye like a programmer wrote it or something

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

      @@purpledragons6669 yeah dude, he must’ve been a progammer

  • @zvxcvxcz
    @zvxcvxcz Год назад +251

    What he says about Cobol is totally correct, it's the reason my university started teaching Cobol again (demand for devs from corporations).

    • @megamaser
      @megamaser Год назад +42

      One thing is for sure though, usage of Cobol is declining, and will continue to decline, because it's a terrible language and no one in their right mind is using it for new projects. So even if all we do is educate enough people to maintain a constant supply of Cobol engineers, it's a career that's doomed for a decline in salary since the demand will always be declining. It's only a smart career choice if the decline in supply outpaces the decline in demand, which is a risky bet, since a lot of financial systems are being rewritten from scratch.

    • @fexzitfhydrinds7058
      @fexzitfhydrinds7058 Год назад +12

      @@megamaser i was thinking of learning cobol (its sure that you get a job) but i was upset that my salary wouldnt increase. you comment make me rethink about it.

    • @supertophashinshin191
      @supertophashinshin191 Год назад +18

      bro here in Bulgaria there was that one add for Cobol Developer that had twice the salary of any other senior dev ( which a lot lot lot of money for us ) and it stayed there for 6 months , don't know if they took it down or maybe found one guy xD

    • @supertophashinshin191
      @supertophashinshin191 Год назад

      @El Chingy Yes ;D

    • @viola308
      @viola308 Год назад +1

      @@supertophashinshin191 hashinshin

  • @pengurrito7136
    @pengurrito7136 2 года назад +314

    "Most production code out there is not functional."
    True, true.

    • @carlosmspk
      @carlosmspk 2 года назад +2

      Functional programming has a lot of limitations. For instance, when operating in huge arrays, functional programs that "change" that array, need to instead copy it in its entirety, modify the copy, and return it... That's not good

    • @leo848
      @leo848 2 года назад +9

      @@carlosmspk Then don't change the 'array' bruh

    • @Flackon
      @Flackon 2 года назад +2

      @@carlosmspk that's not a limitation. You still end up with a modified array

    • @nethsarasandeepaelvitigala135
      @nethsarasandeepaelvitigala135 2 года назад +10

      @@Flackon bruh, copying a large array is not performant friendly, that's why it is a limitation.generally, if you want ultimate performance, don't ever use a functional language.

    • @keylanoslokj1806
      @keylanoslokj1806 2 года назад

      @@nethsarasandeepaelvitigala135 and use what broski?

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

    Quoting Fireship "You wouldn't want to be on your death bed without trying PHP" !!!! hahahahaa. Then the baby riding the cat! Man where do you come up with all of these fun and crazy humour. I always get a good laugh when I come to your videos. It never fails to amuse me. Please carry on doing all of the hard work you do in order to make such awesome videos! Loads of love and support from me!

  • @محمدآلعطية-ظ9ظ
    @محمدآلعطية-ظ9ظ 2 года назад +427

    A few categories to add:
    1- formal proofs languages
    2- hardware description languages
    3- Compiler Intermediates, most notably LLVM IR

    • @chence08
      @chence08 2 года назад +24

      COQ!

    • @Zamion101
      @Zamion101 2 года назад +31

      I would like to see Verilog/SystemVerilog & VHDL. It's between Assembly and Transistors.

    • @zyansheep
      @zyansheep 2 года назад +7

      Also SAT solvers are cool

    • @evans7515
      @evans7515 2 года назад +3

      Came here to mention 2

    • @garklein8089
      @garklein8089 2 года назад +8

      + stack based (forth factor etc.), string oriented (snobol trac icon etc.)

  • @JustMe-ui9bv
    @JustMe-ui9bv 2 года назад +199

    I love how it start serious and ends with "the universe is the matrix". Absolutely genious. Keep it up!

    • @TheExileFox
      @TheExileFox 2 года назад

      He forgot Delphi (used within for example Game Maker, before it got renamed to Game Maker Studio) as well as Pawn and SourcePawn though

  • @kubaziel7204
    @kubaziel7204 2 года назад +374

    This is gold. The ending is fantastic. Thanks for making my evening cold bath that much more enjoyable. Hilarious yet informative.

    • @DrRiq
      @DrRiq 2 года назад +10

      Hol up

    • @TheExileFox
      @TheExileFox 2 года назад +2

      He forgot Delphi (used within for example Game Maker, before it got renamed to Game Maker Studio) as well as Pawn and SourcePawn though

    • @The-Athenian
      @The-Athenian 2 года назад +1

      @@TheExileFox Isn't Delphi basically Pascal?

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

    Very useful and interesting video, can't stop watching this video, watched like 4 times so far, sometimes with friends.

  • @Dubious_George
    @Dubious_George 2 года назад +105

    bro you missed dna and genetic code

  • @ophi47
    @ophi47 2 года назад +206

    This actually helped me build a context of which path I should take for languages as I favor philosophy quite heavily, this was actually relaxing to grasp another ideal of god mode.

    • @Cyclically
      @Cyclically 2 года назад +7

      bro had enlightenment on how to turn on creative mode irl

  • @roody71h
    @roody71h 2 года назад +70

    Honestly I've been thinking really hard about which language to focus on and thanks to this video I've decided to go with free diving

    • @max-tp1xv
      @max-tp1xv 2 года назад +3

      all the way to the depth i see lmao

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

      doesnt matter rly, if you can master 1 of them you can master any
      id focus on 1 first tho

  • @DerekGilson-ng8np
    @DerekGilson-ng8np 6 месяцев назад +2

    Your channel has become my go-to resource for all things related to binary options trading

  • @PacSmack
    @PacSmack Год назад +338

    The bad thing about this video is that you can't erase it from your mind to rewatch like the first time, until Elon Musk launchs that feature with the Neuralink

    • @BooksAndShitButNotLiterally
      @BooksAndShitButNotLiterally Год назад +8

      I for one do not want to become one of Musk's drones

    • @Jack_______oh
      @Jack_______oh Год назад +7

      @The Absurdatory wouldn't be much of a difference, you're already a drone

    • @BooksAndShitButNotLiterally
      @BooksAndShitButNotLiterally Год назад

      @@Jack_______oh nice job, idiot. You can't even understand brainfuck 🙄

    • @ayanoaman3179
      @ayanoaman3179 Год назад

      lmao yes I wish I could rewatch it like a movie

    • @97Lacko
      @97Lacko Год назад

      Elon musk is a fascist piece of shit. I hope Neuralink never will be a thing.

  • @ryank9719
    @ryank9719 2 года назад +407

    This man just curated all those languages and their functionalities just for us. Big up bro!!

    • @jamesevans2507
      @jamesevans2507 2 года назад +2

      You know youtubers make a lot of money when they make popular videos, right? He did it for money, not "just for us" boyo.

    • @ryank9719
      @ryank9719 2 года назад +2

      @@jamesevans2507 Boyo?? I've feeling you watch anime😂😂

    • @ryank9719
      @ryank9719 2 года назад +2

      @@jamesevans2507 yeah understand money is involved but still...this God tier content

    • @jamesevans2507
      @jamesevans2507 2 года назад +2

      @@ryank9719 No I don't, we call people boyo in the PSL community

    • @ryank9719
      @ryank9719 2 года назад +1

      @@jamesevans2507 Oh I see😂

  • @HangingGarden606
    @HangingGarden606 2 года назад +51

    I love the descent into esoteric self-exploration. Will now switch my major to philosophy.

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

    This has to be one of your best videos. The lower levels had my wife asking what was so funny as I loudly laughed and chuckled.

  • @Legnid
    @Legnid 2 года назад +276

    The transition from one language to another was really good.
    Didn't knew there are so many languages between C++ and asm

    • @antoruby
      @antoruby 2 года назад +11

      And he forgot FPGAs

    • @rafaelviola7924
      @rafaelviola7924 2 года назад +3

      @@antoruby yeah, I missed elixir and all the hardware description stuff here too.

    • @MagicMoshroom
      @MagicMoshroom 2 года назад +1

      There are thousands of programming languages.

  • @marcs9451
    @marcs9451 2 года назад +186

    Nim is such a nice language with a pretty decent history behind, sad it never went mainstream.

    • @nothing2see996
      @nothing2see996 2 года назад +15

      Yeah, it's own developer wrote a introducing book called "nim in action" which is a good source to start with. I'm looking forward to learn other cool niche languages like haskell and clojure ^ ^

    • @zile8869
      @zile8869 2 года назад

      @@nothing2see996 what about brainfuck lol... Best language

  • @NikhilKumar-im8ls
    @NikhilKumar-im8ls 2 года назад +42

    Liked the Raju Rastogi cameo at 2:17

    • @BrajBliss
      @BrajBliss 2 года назад +3

      Bro 😂

    • @stickbug397
      @stickbug397 Год назад +7

      Didn't know Indians are here too 💀, well hi bros I hope y'all are doing well

    • @akshat_senpai
      @akshat_senpai Год назад

      Me too

    • @shoxd2108
      @shoxd2108 3 месяца назад +1

      Neuron activation💡

  • @TonyCrenshawsLatte
    @TonyCrenshawsLatte Год назад +3

    This video truly is god-tier. Absolutely amazing and mindblowing.

  • @maratburnaev7089
    @maratburnaev7089 2 года назад +29

    Now that I watched this I can add 8 years of transistor programming experience to my resume

  • @george_davituri
    @george_davituri 2 года назад +89

    The amount of energy - research you put in each video is amazing, it's always great to watch. especially love the way it's presented with combination of humor. cheers Jeff

    • @goga.games18
      @goga.games18 2 года назад +3

      კაი გიო არც გაატრაკო ბრტტტტ

  • @SamChaneyProductions
    @SamChaneyProductions Год назад +431

    It's so funny to me that people are always chasing the shiny new language then they get out of school and all of the job listings are looking for COBOL and Java because the old tech companies refuse to update their legacy systems. Anyway this video was a masterpiece, especially that ending. I'm always trying to tell people that meaning isn't inherent in the universe!

    • @megamaser
      @megamaser Год назад +35

      If you become enough of an expert with a particular programming language, it doesn't really matter what it is, there will be a demand for your skills.

    • @stnhndg
      @stnhndg Год назад +67

      @@megamaser Yep. Just saw an ad where some huge company wants to hire 10000 brainfyk programmers.

    • @megamaser
      @megamaser Год назад +36

      @@stnhndg whoever implemented that language probably makes a pretty good salary because the general skills that come from being an expert in programming languages are extremely valuable

    • @stnhndg
      @stnhndg Год назад

      @@megamaser It was a sarcasm bro ) Noone needs brainfuck programmers. You can try to learn it and then tell us about your working experience. Though we all know the results right?

    • @ghostbravo7127
      @ghostbravo7127 Год назад +17

      @@megamaser Brainfuck was developed my Muller who now works for a large Swiss search engine which was once just a phone directory. I'm sure he is doing just fine as a computer scientist.

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

    Yes, R is used in data science, but so is Python. There is a fair argument that Python is more scalable partly because it's a general-purpose scripting language. Some libraries take pythonic code and recompile it using C before executing it. This is particularly useful for deep learning.
    I had previously dismissed Python as a sort of toy or hobby language, but it's turned out to be far more advanced than I had realized.

    • @the_linguist_ll
      @the_linguist_ll 2 месяца назад

      They both have pros and cons
      Julia those is awesome if you haven’t checked it out. The biggest problem is the ecosystem and the support, both of which are growing. It’s fast af (C-tier… as in the tier of C, that’s probably the worst way to have said that)

  • @thelonespeaker
    @thelonespeaker 2 года назад +425

    I was expecting VHDL to be mentioned when talking about the gate/transistor level

    • @gercunderscore4
      @gercunderscore4 2 года назад +5

      Same.

    • @j.r.r.tolkien8724
      @j.r.r.tolkien8724 2 года назад +9

      Well, it's not a coding language. Otherwise it would have been lower level than machine code.

    • @photonicpizza1466
      @photonicpizza1466 2 года назад +30

      @@j.r.r.tolkien8724 Well, neither is HTML. Both are design languages (HTML being hypertext markup, VHDL being gate descriptions).

    • @mac.ignacio
      @mac.ignacio 2 года назад +27

      @@photonicpizza1466 Don't go into this rabbit hole.

    • @el-danihasbiarta1200
      @el-danihasbiarta1200 2 года назад +15

      why not verilog LOL

  • @kennethbeal
    @kennethbeal 2 года назад +98

    This is hilarious, thank you! I'm only 5 minutes in, the garbage collector stealing the mailbox had me LOLing. Wonderfully done! :)

  • @steamyrobotlove
    @steamyrobotlove Год назад +92

    I have always been mildly, passively interested in coding as a hobby, but dude, your videos have hyper-charged my interest! I'm already doing side coding projects at work, but now I want to dive head first into it. Thanks, your video style is inspiring and entertaining!

  • @fredinit
    @fredinit 4 месяца назад +5

    Excellent overview of many languages I had heard of, but never had the opportunity to dive into. However, I'm bummed.. you missed two of my favorite esoteric languages... Forth and PostScript (a proper superset of Forth). I spend roughly 15 years as a PostScript programmer/debugger dealing with multi-gigabyte .PS files. Great times.

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

      You worked at Adobe? The only person I know who used postscript worked on fonts for Adobe 30 years ago.

    • @fredinit
      @fredinit 2 месяца назад

      @@a_changedworld No, never worked for them (officially), but been to San Jose numerous times and provided a great deal of customer feedback on high-volume document generation. Personally knew Adobe Ee #7 (author of The Blue Book), and the gentleman (different person), that ensured that PS LLII would actually run with out issues. Back in the days when a 'firmware update' meant traveling to the customer's site, opening up the printer, and physically swapping out the EPROMs, SIMM, or (if lucky) cartridge. He and I had a lot of really good discussion about designing testing frameworks and why solid testing for mission-critical systems can be more important and costly than the initial development. What we did was was EDPP work. Unlike most PS work (RIP once, make plates, and print), our jobs were "a million masters" - each page was unique. I still have my Red Book (LLII) handy, and copies of the Blue and Green books floating around. But, like most things from that era, lots of nostalgia, and collecting dust and cobwebs. Thanks for helping me relive some good memories.👍

  • @abababababababababa
    @abababababababababa Год назад +846

    So glad I began coding with HTML/CSS/JavaScript at twelve. Now I have the mental ability and fortitude to learn Chef, which has always been my ultimate goal.
    Thank you for enlightening me to the paths of the esoteric revolution.

  • @rickyrayrosenberg420
    @rickyrayrosenberg420 2 года назад +47

    This is like that meme where the mind just keeps getting more and more electrified and in the end it's just noise and fuzz and darkness. This was beautiful

  • @Korrokos
    @Korrokos 2 года назад +44

    As someone pretty new to programming I am so glad I found your channel. Your videos are phenomenal and enjoyable!

    • @philtoa334
      @philtoa334 2 года назад +7

      Run away you fool !!

    • @Korrokos
      @Korrokos 2 года назад +1

      @@philtoa334 I can't I'm hooked :)

    • @CallousCoder
      @CallousCoder 2 года назад

      Have a look at mine, from old school to extreme new and engineer… It will make you cry and make the wise choice to do something else with your skills 😄

    • @milo20060
      @milo20060 2 года назад

      Don't listen to the nay sayers.
      Everyone will sooner than later learn to code in some form or another. At least reading it.
      Just enjoy the journey like in everything else.

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

    One thing always to remember. What you want to achieve as an end result will determine the language you use. What is not mentioned in this great video is the amount of memory you require to run the code.

  • @JDLuke
    @JDLuke 2 года назад +30

    Man, things are so different these days, although you have certainly hit upon a few of the key points I've watched over the years. I discovered BASIC in a geometry textbook appendix when I was in tenth grade. I whined until I got a VIC-20 and learned BASIC and 6502 ML. That was more than enough for my first programming job in the '80s.
    But the next step was going to have to be either Pascal or C, both of which were supported by those amazing new IDEs Borland introduced. I physically went to a physical bookstore and purchased Turbo C. I made a living in the corporate world with C for about eight years, adding SQL and shell scripting along the way.
    Then came Visual Basic for a few years I'd rather not think too hard about, then Java. That one lasted me a very long time. It was introduced to me by an IBM consultant who was excited about their new "Visual Age" IDE. Youngsters will know it as Eclipse. I knew it as a properly object oriented language with a never ending series of new libraries and techniques. EJB 1.0 anyone? None for me, thanks, my brain is full. I admit it: It took me too long to absorb functional programming because it became so easy to do so much with OOP, and I had to support pre-8 Java versions for a long time anyway.
    These days I use JavaScript a lot, which is probably why I'm awake right now typing comments on RUclips at 4 AM. I work with a team that really only knows JS frameworks, so I adapt. But man, the lack of native type safety feels so weird.
    The next big thing for programmers should probably be Rust. I'm learning it myself because if my portfolio collapses I'll be working for a few more decades. Besides, for a real developer, the learning is the real reward.

  • @gabornagy8277
    @gabornagy8277 2 года назад +270

    7:25 C still the perfect language for embedded devices. Still millions of lines of code written in C by firmware engineers for the foundation of every IoT device and microprocessor based system (basically every device we have today). So I think embedded C should be nearly at the bottom of the iceberg, because to be able to write a peripheral driver for a 32 bit uC system from only the datasheet of the given uC, the engineer has to be familiar with the assembly and machine code of the given uC.

    • @jan.tichavsky
      @jan.tichavsky 2 года назад +24

      Not to mention entire hardware architectures are designed and optimized to run C programs. Writing assembly is cool for simple 8 bit microcontrollers but once you reach higher complexity it's about C and using manufacturers drivers. Nowadays we are moving higher up towards Micropython, like for Raspberry Pico, which is fine for simple, slower undemanding stuff. For the rest you need C code.

    • @tomiivaswort6921
      @tomiivaswort6921 2 года назад +40

      The c in c stands for chad

    • @Shawn-zy5lv
      @Shawn-zy5lv 2 года назад +25

      @@tomiivaswort6921 chad ++;

    • @janeymers7154
      @janeymers7154 2 года назад +1

      This. I graduated in mechatronics, and as soon as memory or computing time (eg. for µC control engineering) became relevant C was a necessity.

    • @janeymers7154
      @janeymers7154 2 года назад +3

      Efficient programming will always be needed in the future.
      More efficient -> less energy usage -> smaller battery required -> less mass.
      I can think of many applications where this logic is still valid, and always will be.
      Especially since edge computing and micro/swarm machines are upcoming trends.

  • @Semx11
    @Semx11 2 года назад +42

    there's something to it, seeing LISP so far down the iceberg while I've been programming with it daily for the past year. gotta love Autodesk

  • @simplyme5324
    @simplyme5324 11 месяцев назад +3

    I remember when I started coding in Python I struggled real hard. Not only with the thinking process but with the fact that the language takes a lot of stuff for granted that I didn't. I started with Pascal in school and wondered that I didn't need to declare variables, had no idea what variable type I had each time - I thought in a way too complicated for the language. Still my problem.
    I often say I do quantum computing because I am too stupid to understand how normal computers work. With understand I mean understand each level and layer. Modern computers are way too complex.
    A good friend once told me that he sucks at coding as well. He is one of the best hackers in my home country and suffers from the same issues I do.
    What I still don't get is object orientated programming though.

  • @segganew
    @segganew Год назад +92

    Note: Kotlin is not just used for Android apps, it is generally used to replace Java on the JVM, and it can also do multiplatforming. APL is not just historically important, it is used in data manipulation applications.

  • @itsdavidmora
    @itsdavidmora 2 года назад +252

    I've been programming proffessionally in Silicon Valley for the last 5 years, & I can say this checks out. Most everything I do has been in Python and Javascript (+HTML/CSS), and sometimes Java. After running into the limitations of OOP/dynamic types, I started exploring functional languages & approaches and other statically typed languages. One note is that my undergraduate studies actually had us explore this iceberg in a u-shape: top, lower, then back to top again.

    • @ak.unfamous9072
      @ak.unfamous9072 2 года назад

      Sir pls tell me how i can start learning programming ? I wana learn python🙌

    • @givdb5513
      @givdb5513 2 года назад +2

      Interesting. I'm learning programming by my own since 1995 but still I cannot figure out everything. The most important thing in programming are the concepts which no one cover. It annoy the hell out me.
      You need to understand plenty of stuff how OS works so you cannot program, so with python I could start pretty much doing stuff and fetching data as example.
      I also start to learn C, very easy, but no one gives intel for what the use of C is. Is it for machine only or you can do a browser with it? Is it convenient to use functional language to develop apps or is it a BIG no NO! Because I don't want to learn a whole language so in the end I discovered I made a huge mistake!
      *I would appreaciate any possible answer here

    • @itsdavidmora
      @itsdavidmora 2 года назад +10

      @@ak.unfamous9072 I'd just google this question, people online have much better suggestions than me!

    • @itsdavidmora
      @itsdavidmora 2 года назад +7

      @@givdb5513 I'd just google things like "how to land a job in programming" & do what they suggest!

    • @gopro2027
      @gopro2027 2 года назад +6

      @@givdb5513 you haven't been learning since 1995 or you'd know those by now. Based on your questions, you haven't actually learned much of any programming. I remember after my first few weeks of learning C++ (also my first programming experience) I asked a forum "what more can I do with this? Is it useless? I don't see how it is possible to make a game with it!" It was just my lack of knowledge of programming in general, and now it is more or less intuitive on what each language is for. If you dive in and actually make a program all those questions will show their answers... just make something!
      But to answer your question, you don't learn a language based on what opportunities it offers. You learn a language because what you are making requires that language. Learning 1 language allows you to learn all kinda

  • @scruffymakaveli6870
    @scruffymakaveli6870 Год назад +43

    Everytime I think I know something well, I watch this video to humble myself.

  • @nicolet5051
    @nicolet5051 2 месяца назад

    I feel like this is the most important video on programming languages and programming itself! Thank you for sharing!

  • @markstafki9597
    @markstafki9597 2 года назад +31

    I love that this turned into an existential crisis, so relatable.

  • @ПанайотПетров-г5е
    @ПанайотПетров-г5е 2 года назад +96

    I honestly did not expect that ending, good stuff as always!

  • @stoicfloor
    @stoicfloor 2 года назад +38

    I thoroughly enjoyed this video! The amount of research that went into this is amazing. Thank you Jeff!

  • @DavidBenn-n4r
    @DavidBenn-n4r 3 месяца назад

    Great ride. When you went down to the transistor/gate level I thought you might mention hardware description languages like Verily or VHDL. It also reminded me of this quote by a computer hardware pioneer: "There are a surprising number of people who program day-by-day but don’t actually understand how a computer works. That limits you. It’s important to have a fairly good idea of what goes on at the bottom. Cutting it off at the C compiler seems to me to be quite limiting." (Charles Thacker, 2012)

  • @apexgaming578
    @apexgaming578 2 года назад +104

    The further down the the iceberg we go, the more I remember languages that I took in college and somehow ejected from mind until seeing it again in this video. Think I might end up with nightmares for a while.

    • @DanielRisacher
      @DanielRisacher 2 года назад +2

      And he didn't even mention Forth. Why no love for Forth?

    • @mrgoatbeard
      @mrgoatbeard 2 года назад

      I am still twitching a little tbh. I might have to try out that emoji language seems pretty funny to mess with.

  • @crallo_phades
    @crallo_phades 2 года назад +226

    It's just bizzare how you achieve to make such an informative video with hours of content compressed into 16 minutes. You deserve a bottle of whiskey. Every time when someone asks me what I do for a living and why I'm always under pressure. I'm going to show them this video. I think I'm going to show the team this video. It's impossible to know it all... or is it?

  • @gwyndlin
    @gwyndlin Год назад +18

    I certainly did not expect to watch this whole thing. But it just kept going deeper and I couldn't stop.

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

    Just seeing Dr.Racket and Simula in your thumbnail gave me a fucking PTSD episode.

  • @Peter_P3
    @Peter_P3 Год назад +185

    In my university, the first programming language they teach us is C, followed by C++ and then moving on to assigning us projects (e.g. Artificial Intelligence, if you choose to take this subject later on) requiring knowledge of Python without actually spending time to teach us this language at that point. C is a very good beginner language because, like it was stated in the video, it's the language without which, a lot of the "big" ones in the industry now wouldn't exist.
    Edit: They also teach us Assembly in the 1st year for the mandatory subject "Computer Architecture I" which as you can imagine is a pain in the ass...

    • @R2N2_42
      @R2N2_42 11 месяцев назад +7

      I started coding an os and learned x86 but when I realised I will need to learn C too I gave up

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

      Dude Computer Architecture made me want to code in Java Instead lol

    • @Peter_P3
      @Peter_P3 11 месяцев назад

      @@zraie2455 No, it's DIT, UoA.

    • @ilikerainandburger
      @ilikerainandburger 9 месяцев назад +3

      C is good for understanding how program actually works,and it is my first one in my university too

    • @vaylard9474
      @vaylard9474 8 месяцев назад +4

      i majored in mathematics, and once i was too lazy to do my statistics assignment by hand, so i learned python

  • @Cyranek
    @Cyranek 2 года назад +61

    its a good thing that i had to code with a lot of these for my degree so that i could my job as a full time scratch programmer

    • @generallyunimportant
      @generallyunimportant 2 года назад

      checkmark that i barely even know moment.

    • @Cyranek
      @Cyranek 2 года назад +6

      @@generallyunimportant lets get to know each other better then. makes som bad decisions with each other. what do you say?

    • @whoisabishag3433
      @whoisabishag3433 2 года назад

      Here is where the coauthor of NNFS was Driven To Scratch Proramming: ruclips.net/video/eJ1HdTZAcn4/видео.html

    • @generallyunimportant
      @generallyunimportant 2 года назад

      @@Cyranek welp, apparently i can't say shit because yt's notifications are bad af.
      also, i uh
      already made enough bad decisions for a life time, and
      i don't think i want to make any more of them.

  • @kylemckell
    @kylemckell 2 года назад +151

    If historic patterns have any indication, JavaScript frameworks will solve quantum computing first due to its blazingly fast nature. Nothing strikes more fear in a JS dev's heart than to hear that they are suboptimally only fiery fast, lukewarm fast, or even frigid fast.

    • @1349-o2m
      @1349-o2m 2 года назад +30

      If it doesn't say blazingly fast, i don't want to see it

    • @Hexanitrobenzene
      @Hexanitrobenzene Год назад

      Took me a few seconds to understand that it's sarcasm :)

  • @kelanidarasimi4547
    @kelanidarasimi4547 11 месяцев назад +2

    this has always been my go to video for introducing beginners to the programming world always love this video

  • @aodfr
    @aodfr 2 года назад +138

    The first language I learned was c/c++. And I still use those languages to this day. The lowest I got in this list was asm because I was playing with sectors to make a bootloader.

    • @ArnieAlonzo
      @ArnieAlonzo 2 года назад +9

      I hated my assembly course in university. I respect it, but damn, I'm okay without it

    • @bororobo3805
      @bororobo3805 2 года назад +1

      Do you happen to be a member on the FASM board?

    • @Jonteponte71
      @Jonteponte71 2 года назад +1

      I started with machine code on the Commodore 64, moved on to making a two player game in assembler in the bootblock (1024 bytes) of a floppy disk on the Amiga. I now work in DevOps and I love it :)

  • @notaperson
    @notaperson 2 года назад +24

    The end piece about "reality" made me subscribe. This was some highly informative and excellent content.
    Always wanted to try a deep level langauge and Nim became my option, all thanks to the hard work you put in for the development of this here gem.

  • @hansdampf2284
    @hansdampf2284 2 года назад +146

    "or maybe I never came out of the ayahuasca trip i took ten years ago"
    Considering that there is Lisp, a language in the 1960s that has dynamic typing, garbage collection, a meta programming that is still unreached more than 50 years later, and a system of being compiled while at the same time being interpreted and changeable at runtime, (honestly at this point I just accept this is plain magic, no computer science involved here) I think this is really the case. There is no way this can be real.

    • @mitlanderson
      @mitlanderson 2 года назад +14

      I was a Java veteran throughout highschool. Then I went to college and our Comp Sci 101 class was in Racket (LISP-based). I wanted to end it lol.
      *_Everything is a list. Everything._*

    • @deepakthakur8781
      @deepakthakur8781 2 года назад +3

      I started reading Structure and Interpretation of computer programs and it uses scheme in its examples. It did blow my brain but I get PTSD every time I look at scheme code having more than 50 lines.

    • @mitlanderson
      @mitlanderson 2 года назад +1

      @@deepakthakur8781 Racket is essentially Scheme with a new name so I feel your pain.

    • @deepakthakur8781
      @deepakthakur8781 2 года назад

      @@mitlanderson Yes trying to set up a scheme compiler was confusing as I was unaware of this fact.

    • @mitlanderson
      @mitlanderson 2 года назад +1

      @@deepakthakur8781 i could never figure out how to get Racket to compile outside of their proprietary IDE, (DrRacket). It just didn't want to run in the terminal. Drove me mad.

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

    Very good job, thank you for your time and effort. The only but I would like to express is about lack of several languages in the bottom part. You didn't mentioned any of hardware languages such as vhdl, verilog or systemC. There are also some others, but those 3 are major

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

      came looking for this comment, where be my HDLs, I have a special love-hate relationship with these lovely fuckers.
      But I mean in some sort he talked about it when talking about transistors since you can look at your circuit in vivado and change it if you need to lol.

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

      @@Schulzenberger well, yes and no:) talking about transistor is a bit far from programming languages and not even close to any of hardware oriented languages. Let's hope that our discussion won't be unseen by the author and he will at least share with us his opinion and causes

  • @life_xplorers
    @life_xplorers Год назад +25

    I was genuinely taken aback by the ending in the best way possible! It completely surprised me, but in a delightful and heartwarming manner.

  • @iandickson5716
    @iandickson5716 Год назад +31

    You expanded my understanding of programming, brought back memories, and made me laugh today. Great writing!!

  • @SirDamatoIII
    @SirDamatoIII 2 года назад +121

    This was a wild trip, thanks Jeff!

    • @ihorbond
      @ihorbond 2 года назад +1

      Damn now I really wish I didnt bail out of that ayavaska trip 10 yrs ago 😂

  • @le-jesuve
    @le-jesuve 3 месяца назад +1

    I went straight from visual programming in pure data to learning c++ cause i wanted to use arduino - it's comforting to find out that it's got a steep learning curve and i'm not just slow lmao

  • @ghostek7792
    @ghostek7792 2 года назад +24

    so when i started software engineering at my university , i had absolutely 0 knowledge or understanding of coding. we started with java and i personally found it to be really solid for grasping what programming is and how it works. It's a good ground where it's not extremely overly complex, but detailed enough to engage you in the more critical thinking part of software development at a beginner level

    • @MrCmon113
      @MrCmon113 Год назад +1

      Imo doesn't matter what they choose as long as it's object oriented.

  • @josemonge4604
    @josemonge4604 2 года назад +29

    This is art. Plain and simple. Thanks Jeff.

  • @FaizanKhan031
    @FaizanKhan031 2 года назад +18

    I love how you CANNOT, BY ANY CHANCE, skip even a second ahead in your videos!

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

    This went from Scratch to epistemology really quick

  • @MSSMusChaos
    @MSSMusChaos 2 года назад +12

    I started programming from VBA, and now I am working with Python, Kotlin, and TypeScript, combining with Docker and many other tools and frameworks.
    Programming is a huge iceberg that makes you want to dig deeper and deeper.
    Feel comfortable on one, and move to another one. You will always learn something new.

    • @u4yk
      @u4yk 2 года назад +2

      The best part about VBA is that it can run DirectX code. I wrote a game engine back in 2006 in VBA. It was shit, but it ran. Not many people can say they played a first-person shooter in Excel.

  • @Ratgibbon
    @Ratgibbon 2 года назад +15

    10:12 Three lambdas... Half-Life 3 confirmed.

  • @dylanjamescole
    @dylanjamescole 2 года назад +13

    Nice!! This was an epic tour, yet concise enough to be entertaining. A true master-class of code YT content.

  • @VaughanMcAlley
    @VaughanMcAlley 3 месяца назад +1

    As a teenager I couldn’t justify the expense of getting an Assembler for my Z80 computer, so I wrote my low-level subroutines in machine code.