C

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • C is the programming language that basically defined how a programming language is supposed to look and feel. This is an (admittedly not extremely thorough) video about where it came from! This video was inspired by jan Misali's video about the letter 'c', which can be found at • c .
    Sources:
    en.wikipedia.o...)
    en.wikipedia.o...
    en.wikipedia.o...)
    en.wikipedia.o...
    www.cl.cam.ac....
    en.wikipedia.o...)
    tio.run/
    Music:
    "Sim Broadway" from SimCity 3000
    "The Open Plane" and "Gloam Valley" from Super Paper Mario
    "Blue Sky, White Clouds" from Paper Mario: Sticker Star

Komentáře • 280

  • @Truttle1
    @Truttle1  Před 2 lety +566

    Discord: discord.gg/EKPBjjUc65
    CORRECTIONS:
    At 7:51 I described auto as a placeholder for a type. It actually means "automatic storage," which is a variable within its scope. This is in contrast to "static storage" which is a global variable. Thanks to Ignacio Losiggo for pointing this out!
    At 2:20 I described the UK as a “giant garbage patch.” This was wrong, and I apologize. It is actually a giant rubbish patch.

    • @sleepynet13
      @sleepynet13 Před 2 lety +4

      so true

    • @thestrangehexagon
      @thestrangehexagon Před 2 lety

      As a British person, I was very annoyed and when you said garbage instead of rubbish you wanka

    • @piggywink333boyfriend6
      @piggywink333boyfriend6 Před 2 lety +6

      As someone who does not originate from the UK, I can verify

    • @Magnogen
      @Magnogen Před 2 lety +12

      Oi mate, t'anks fa clarifyin' innit

    • @nikolais6452
      @nikolais6452 Před 2 lety

      :'( agreed, our only good locations are the foreign businesses

  • @no-eyes607
    @no-eyes607 Před 2 lety +223

    Can’t wait for the rest of the alphabet to get its own programming language

    • @DylanMatthewTurner
      @DylanMatthewTurner Před 2 lety +18

      I think it's just Z now

    • @Rudxain
      @Rudxain Před 2 lety +6

      There's also H and E, lmao

    • @arjix8738
      @arjix8738 Před 2 lety +6

      And F#

    • @MINECANGI
      @MINECANGI Před 2 lety +12

      fact: B programming language is the "father" of C

    • @Truttle1
      @Truttle1  Před 2 lety +23

      There was an X# once for COSMOS. Idk if it still exists

  • @officiallyaninja
    @officiallyaninja Před 2 lety +474

    my favourite esoteric programming language!

  • @ttthttpd
    @ttthttpd Před 2 lety +204

    On the uses of Cs child languages, another common use for C# is medical software. Since its what Epic uses and they dominate the market. We have a weird stack: Mumps, C#, Typescript, and React.

    • @Uvuv6969
      @Uvuv6969 Před 2 lety +12

      Epic uses C++… Unity uses C# but not even I don’t think, I believe they use it for scripting.

    • @ttthttpd
      @ttthttpd Před 2 lety +67

      @@Uvuv6969 Epic Systems Corp, not Epic Games

    • @Uvuv6969
      @Uvuv6969 Před 2 lety +25

      @@ttthttpd a h. Sorry I’m an Unreal engine user so my brain immediately went to them

    • @thalianero1071
      @thalianero1071 Před 2 lety +5

      Mumps would be a great language for truttle to make a video about ;)

    • @johanlorentzon4963
      @johanlorentzon4963 Před 2 lety +1

      I love theDailyWTF's writeup on Mumps programming

  • @BobFrTube
    @BobFrTube Před 2 lety +77

    It's been over half a century since I wrote BCPL programs on Multies (and a compiler for the SDS-940), the key point of word vs byte was more about generations of machines -- going from word-addressable machines to byte-addresable machines. A BCPL compiler would be quite small so size wouldn't have been an issue.

    • @Truttle1
      @Truttle1  Před 2 lety +17

      I thought i was missing something about the transition from BCPL to B, and I didn’t remember what it was until after the video was posted. But yes, they started using different sized types when it became possible to address bytes rather than words.

    • @pedroivog.s.6870
      @pedroivog.s.6870 Před rokem +1

      Just the fact you used to program on a computer without even a screen amazes me

    • @BobFrTube
      @BobFrTube Před rokem +4

      @@pedroivog.s.6870 What about writing programs by punching holes in cardboard which was the norm (along with paper tape).

    • @pedroivog.s.6870
      @pedroivog.s.6870 Před rokem

      @@BobFrTube nuts

  • @somniad
    @somniad Před 2 lety +46

    in fairness it used to be WAY easier to write operating systems
    the modern driver ecosystem is a disaster lol

    • @leonardocaetano6307
      @leonardocaetano6307 Před 2 lety +3

      Even stuff alike UEFI adds a stupidly amount of complexity

    • @oddmerlin9797
      @oddmerlin9797 Před 2 lety +7

      @@leonardocaetano6307 it all exists for a valid reason

    • @jakubsebek
      @jakubsebek Před 2 lety

      *hardware ecosystem.

    • @gustavrsh
      @gustavrsh Před 2 lety +2

      Terry A Davis did it.

    • @imt3206
      @imt3206 Před 2 lety

      Are you a drivers developer?

  • @desmondnel5706
    @desmondnel5706 Před 2 lety +55

    You missed something - C++ to Java by Sun which Microsoft ripped off as Visual J++, which then had to be renamed to C#. Other than that I learnt a lot, great vid.

    • @error-42
      @error-42 Před 2 lety +13

      (I have no idea what I'm talking about and only looked at Wikipedia for 5 min, so don't believe me, but:)
      Visual J++ was eventually renamed to J#. The original name for C# was going to be: C like Object Oriented Language (COOL), because this wasn't trademarkable they had to name it C#.

    • @desmondnel5706
      @desmondnel5706 Před 2 lety +2

      @@error-42 I got that info from 'Uncle Bob', so... But I actually owned a copy of Visual J++ and actually recall when C# came out and I remember reading it was 'built on top of Java'.
      That said, maybe J++ did become J#. It's not something I'm really interested in, but I'd watch a video about that just for the trivia.

  • @Cavi587
    @Cavi587 Před 2 lety +21

    Great video! Only thing I'd add is I'd show some legacy C code as it's quite different to what people know today. Early C was quite crazy!

  • @mrmimeisfunny
    @mrmimeisfunny Před 2 lety +76

    Also you didn't mention the abysmal method that C used to do typed arguments in function declarations
    int myfunc(myint,myfloat,mystring)
    int myint;
    float myfloat;
    char * mystring;
    {...}
    Yes, those are declarations, and they are between the function declaration and definition. You might be asking "What if you declare the function in the header, how does the compiler know what types the arguments are?". It doesn't. And if you make a mistake that's undefined behavior. That also lead to the absolute atrocity that is "Hungarian Notation". Giving you "int myfunc (iMyInt, fMyFloat, pszMyString)".

    • @ttthttpd
      @ttthttpd Před 2 lety +12

      K&R C, that particular flaw was fixed by Ansi C and the 2nd edition of "The C Programming Language" book.

    • @kevinyonan2147
      @kevinyonan2147 Před 2 lety +3

      how old are you? C doesn't write that way anymore.

    • @kvolikkorozkov
      @kvolikkorozkov Před 2 lety +11

      @@kevinyonan2147 the 10th or 11th word is "used" and I think it is a verb conjugated in the past tense
      but yeah, I know very little about the language since I started earning it about a couple of months ago and never met that syntax atrocity

    • @bullshitman155
      @bullshitman155 Před rokem

      hwndMyWindow

  • @Zenzicubic
    @Zenzicubic Před 2 lety +14

    C is a fun programming language. Despite its age, it's a workhorse and I use it with GLUT for graphics demos. Oh, and I do have that book.

  • @sotofpv
    @sotofpv Před 2 lety +4

    As a programmer in 2022, this feels like an alternate universe where Ive never heard of most of these things but I can understand them anyways

  • @gabrielporto5610
    @gabrielporto5610 Před 2 lety +41

    Ackchyually, D is a pretty good prog lang. I used a lot in Graphical (with or without OpenGL) projects

    • @MrCheeze
      @MrCheeze Před 2 lety +7

      Not saying it isn't, but I feel like the main reason anyone cares about it is that it was the first to make a claim to such a prestigious language name.
      It's a bit like Raku, whose biggest claim to fame is that it used to be called "Perl 6".

    • @alexandermorozov8593
      @alexandermorozov8593 Před 2 lety

      Et's fulla shiet

    • @monomere
      @monomere Před 2 lety +2

      depends very much on your code style (not formatting), D is really a mix of Java, C++ and Python which imo isn't the best

    • @nonnullptrhuman504
      @nonnullptrhuman504 Před 2 lety

      @@monomere agree

    • @NoNameAtAll2
      @NoNameAtAll2 Před 2 lety

      D managed to combine garbage collection with raii
      thus people from garbage collection languages see raii and leave
      and c++ people see garbage collection and leave

  • @ThinkAboutVic
    @ThinkAboutVic Před rokem +1

    i'm a long time jan Misali viewer who just discovered this channel through the p = np vid. this is incredible lmao

  • @junyong0716
    @junyong0716 Před 2 lety +9

    my favourite one letter programming language!

  • @chuck0842
    @chuck0842 Před 2 lety +12

    Welcome to the Esolang Critic, the show that gets facts wrong about your favorite esolang!

  • @tathyagarg2018
    @tathyagarg2018 Před 2 lety +12

    Hm yes another "esoteric" programming language very nice very nice

  • @thezipcreator
    @thezipcreator Před 2 lety +8

    11:23 I'd more say that first sun made java, then microsoft just stole sun's homework and made c#, which is like java but... not

    • @ShawnThuris
      @ShawnThuris Před 2 lety

      These days I'd argue, like Java but better.

  • @ignacioromero4382
    @ignacioromero4382 Před 2 lety +13

    Nice video bro! I'm learning to use C for College and i know it's a bit old and clunky but i think it's interesting to know more about it. Hope to see more of this videos from you! New subscriber 👌

    • @Truttle1
      @Truttle1  Před 2 lety +5

      Hey I’m doing that too! :p

    • @mihailmojsoski4202
      @mihailmojsoski4202 Před 2 lety +3

      After you'll get used to it it'll make you question some other language's design choices.

    • @official-obama
      @official-obama Před rokem

      it's sad that they don't use H for Highschool
      en.wikipedia.org/wiki/Language_H

  • @dorussecondaccount
    @dorussecondaccount Před 2 lety +8

    great video, can't wair for the next episode of Esolang Critic

  • @distendedmist5840
    @distendedmist5840 Před 2 lety +1

    this channel is super underrated, i hope this vid blows up

  • @SimGunther
    @SimGunther Před 2 lety +3

    A through Z: A quine for every single letter language from a to z!
    Now we actually have a use for C.

  • @tylerzahnke8158
    @tylerzahnke8158 Před rokem +3

    Please do either Java or JavaScript next, whichever you have more experience with, or Python if you like that kind of syntax better.

  • @smergibblegibberish
    @smergibblegibberish Před 2 lety +8

    If you are interested in the history of modern C then check out the book 21st Century C. It can teach you a lot about C if you are starting out. It explains the addition of bool, _Noreturn, intX_t (eg, int64_t); and some features of _GNU_SOURCE. It also gives some tips on modifying structs from old code to make new features.
    I have the second edition. The first chapter was a tutorial about makefiles and it was pretty rough. On chapter 9 I had to install a newer compiler to enable position independent code (-fPIC). Those were the worst parts of the book but it is great overall.

    • @_garicas
      @_garicas Před 2 lety

      Install a newer compiler....... ????? Do they instruct you to install an older compiler on purpose?

    • @smergibblegibberish
      @smergibblegibberish Před 2 lety +1

      @@_garicas I was using Linux Mint at the time. The default compiler configuration for gcc on Mint doesn't allow PIC. So I installed another instance of gcc which did.
      I went with the newest version because that was easy and seemed like a good idea.

    • @cj00785
      @cj00785 Před 2 lety

      @@smergibblegibberish I mean, any new version of gcc, at least from official repositories show allow that... Unless it were compile using different compile flags

    • @smergibblegibberish
      @smergibblegibberish Před 2 lety

      @@cj00785 Yes, but installing from the package manager won't fix the problem in this case. I think it would a apply flag to not enable PIC when it compiles the official install. You would need to get gcc directly from GNU's website and compile it. While compiling gcc, I remember getting error message about not having some flag about disabling 32 bit. That was the only flag that I used to get compilation to work.
      The compiler you install won't replace the old one. You will still have a path to the old version.

    • @cj00785
      @cj00785 Před 2 lety

      @@smergibblegibberish I don't know what kind of repo you are using then. The majority if not all public repositories from most package managers that provides gcc binaries allows to use -fPIC. You don't need to recompile GCC from source unless you need something really specific or you really want to do it this way. And I don't get it why would you need the path to the old one? This looks like a broken system with binaries and libraries split everywhere probably causing conflicts

  • @NonTwinBrothers
    @NonTwinBrothers Před 2 lety +1

    omg I forgot I subscribed. Now for the most esoteric language of them all

  • @jokerpb4778
    @jokerpb4778 Před 2 lety +2

    Holy C is the best one so far

  • @JargonIsMe
    @JargonIsMe Před 2 lety +2

    i agree with your pronounciation of LaTeX

  • @NKY5223
    @NKY5223 Před 2 lety +7

    c is a lesser known esolang

  • @random6033
    @random6033 Před 2 lety +11

    4:27 why is this literally the most inefficient program to generate fibonacci sequence? just use iteration, it's infinitely faster...

    • @kevinyonan2147
      @kevinyonan2147 Před 2 lety

      because certain languages back then didn't have the functionality or capability to recursively run a function.

    • @VidNudistKid
      @VidNudistKid Před 2 lety +2

      @@kevinyonan2147 But the version shown *does* use recursion. When it shouldn't. It really really really shouldn't. This way of generating Fibonacci numbers has exponential time and space complexity.

    • @adivp7
      @adivp7 Před 2 lety +2

      Its an example. Many things are defined much more easily in recursion than in iteration

    • @random6033
      @random6033 Před 2 lety

      @@adivp7 but in this case at least doing just straight up recursion makes it slow af, at least use dynamic programming

    • @adivp7
      @adivp7 Před 2 lety +1

      @@random6033 It's just an example, and a widely used one, something easy to explain. Don't obsess too much over it.

  • @thego-dev
    @thego-dev Před 2 lety +1

    once again my interests collide in entirely unexpected ways

  • @kendethar
    @kendethar Před 2 lety +2

    You've come a long way and are doing well, keep it up with the good content bro

  • @FacundoCerezo
    @FacundoCerezo Před 2 lety

    subscribed just because of the SimCity 3000 intro

  • @GeorgeTsiros
    @GeorgeTsiros Před rokem +4

    2:50 problem is, the 'tex' in latex is from greek 'τεχ' which is _not_ read with a ksi, but a khi. If we wanted you to read it with a ksi, we would have used the letter ksi ξ instead of the letter khi χ :>

  • @Joker22593
    @Joker22593 Před 2 lety

    Love that Sim City 3000 theme. It's on my coding playlist.

  • @kronostitananthem
    @kronostitananthem Před 2 lety +2

    Love your videos a lot! It would be amazing if you could do a video on Emmental or Mascarpone.
    Emmental has only redefining commands as flow control.
    Mascarpone is the extension of that, except interpreters can be placed on the stack along with symbols and operators, and the interpreter can be modified and messed around with.
    (the interpreter is never really modified in either of these, it just simulates as if it were)

  • @_ender
    @_ender Před 2 lety +2

    Great job. I couldn't help but laugh each time a British joke came up.

  • @goldsrcorsource2551
    @goldsrcorsource2551 Před 2 lety

    this is exactly the kind of video i was hoping for whenever i saw jan Misali's C video.
    even though that mostly doesn't make any sense

  • @argh523
    @argh523 Před rokem +1

    "That's not how English pronunciation works..."
    But it's how the IPA pronunciation works

  • @grischu8277
    @grischu8277 Před 2 lety +2

    9:42 I think, that was the most wtf moment for me

  • @justtp5981
    @justtp5981 Před 2 lety +1

    I dont know who you are, great video.

  • @MrKasenom
    @MrKasenom Před 2 lety

    love the simcity 3000 music used in the video

  • @jacobusburger
    @jacobusburger Před 2 lety +1

    Always hype to see a new truttle1 video.

  • @EdKolis
    @EdKolis Před 2 lety

    Ooh random Mario music at the end! Mama mia!

  • @MisterHunterRow
    @MisterHunterRow Před 2 lety

    First it's A = 440, now it's the C standard? Man, I never knew Swiss Franks could get you so much!

  • @rorak6142
    @rorak6142 Před 2 lety +1

    2:16 jdh also built a computer for that lmao

  • @melody_florum
    @melody_florum Před 2 lety +1

    Does that mean Unix is a multiprocessing version of a single processing OS which is an offshoot of a multiprocessing OS

  • @VidNudistKid
    @VidNudistKid Před 2 lety +1

    Oh man the SC3000 soundtrack had some gems!

  • @matthewrease2376
    @matthewrease2376 Před 4 měsíci

    Technically ASCII only has 128 characters. It's a 7-bit format. Character sets with 256 characters are extensions.

  • @thacuber2a03
    @thacuber2a03 Před 2 lety +4

    tbh, i didn't know that c# was c++++ with pluses rearranged

  • @katenull4122
    @katenull4122 Před 2 lety

    jan Misali and Truttle1, a perfect duo!

  • @sinom
    @sinom Před rokem

    digraphs and trigraphs. The crimes against computing.

  • @williamist
    @williamist Před rokem +1

    your latex pronunciation is more valid than the official one

  • @janAkaliKilo
    @janAkaliKilo Před 2 lety +1

    1:10 They could reply: Oh, according to a Moore's law it's very much possible.

  • @jaded151
    @jaded151 Před 2 lety +1

    you always reminded me a bit of jan misali lol

  • @barj
    @barj Před 2 lety +3

    This video was great besides the part where you degraded my home country, that made me incredibly sad. :(

    • @Truttle1
      @Truttle1  Před 2 lety +2

      Maybe i was a bit too harsh on the UK for the memes. I mean, at least you don’t go bankrupt in the UK if you break your legs or get cancer. I cannot say the same for here. :p

  • @official-obama
    @official-obama Před 2 lety +1

    list of letter programming languages:
    A: x
    B: o
    C: o
    D: o
    E: o
    F: o
    G: o
    H: o
    I: x
    J: o
    K: o
    L: o
    M: o
    N: x
    O: x
    P: o
    Q: o
    R: o
    S: o
    T: o
    U: o
    V: o
    W: no.
    X: o
    Y: o
    Z: o

  • @esolangsemerald6394
    @esolangsemerald6394 Před 2 lety +4

    C (but in spanish)

  • @official-obama
    @official-obama Před rokem +1

    5:03 isn't that a linear bounded automaton?

  • @JuanchosMRL
    @JuanchosMRL Před 2 lety +1

    0:37 C… m City 3000 soundtrack 🤘

  • @Me-da-Ghost
    @Me-da-Ghost Před 2 lety +1

    This video is
    1% History of Programming Languages
    99% Making fun of Bri'ish people

  • @wisteela
    @wisteela Před 9 měsíci

    Greetings from the UK. It's utterly screwed here.

  • @hyperiongrows8277
    @hyperiongrows8277 Před 2 lety +1

    awesome channel!
    plz do emmental or its successor
    note: it's made by the same person who made befunge

  • @Rhys_1000
    @Rhys_1000 Před 19 dny +1

    every british joke in this video:
    2:17
    3:13
    6:31

  • @OkurkaBinLadin
    @OkurkaBinLadin Před 2 lety

    This is really cool video. Thank you.

  • @redcrafterlppa303
    @redcrafterlppa303 Před 2 lety +2

    ... Then Microsoft made c++++ and rearranged the pluses 😂 lmao

  • @luketech3767
    @luketech3767 Před 2 lety

    I'd like an explanation for F# next, thank you.

  • @sabuein
    @sabuein Před 2 lety

    Thank you so much.

  • @mek101whatif7
    @mek101whatif7 Před 2 lety +1

    Now it's D time!

  • @sabuein
    @sabuein Před 2 lety

    Amazing video, thank you.

  • @adamprogramming2926
    @adamprogramming2926 Před 2 lety

    the history of c,i guess

  • @otistically
    @otistically Před 2 lety

    I kinda like your Esolang Critics

  • @gardener_leaftail
    @gardener_leaftail Před 2 lety +2

    What is with the different microphone quality? There is a lot more background noise

    • @jaded151
      @jaded151 Před 2 lety

      i think he went to college since his previous video, so he's probably using different equipment in his dorm?

    • @gardener_leaftail
      @gardener_leaftail Před 2 lety

      @@jaded151 And what makes you think that this fella went to college?

    • @jaded151
      @jaded151 Před 2 lety

      @@gardener_leaftail i remember reading it somewhere, and it was why his uploads had slowed down? can't find the source so i might be confusing them.

  • @furkanunsal5814
    @furkanunsal5814 Před 2 lety

    Oh yeah, I found a great name for my new language thanks to this video. "the D" (pronunciation: "d-d") language

  • @gljames24
    @gljames24 Před 2 lety

    Don't forget F!

  • @GayAnnabeth
    @GayAnnabeth Před rokem

    lol the queen was alive when you made this video

  • @glleesqwerty6402
    @glleesqwerty6402 Před 2 lety +1

    I agree with that one last part. If it's not C it's Satan spawn, because BLOAT.

  • @escaped_
    @escaped_ Před 2 lety

    what about making your own language in something like Python and make its compiler on COBOL or C or ANY OTHER LANGUAGE

  • @Uvuv6969
    @Uvuv6969 Před 2 lety

    This is a different channel. More like a childrens channel, but good explanations.

  • @oddmerlin9797
    @oddmerlin9797 Před 2 lety +6

    C# is closer to java then C, its pretty much nothing like C. thanks Microsoft for confusing almost every developer on the planet

  • @cmyk8964
    @cmyk8964 Před 2 lety +1

    Letters DO work that way Truttle you just assumed that the A and X were in English, not the Greek alpha and chi

  • @heavoid
    @heavoid Před 2 lety

    the C in C stands for seCurity issue.

  • @iamboredfor2months
    @iamboredfor2months Před 2 lety +1

    finally new vid

  • @Metruzanca
    @Metruzanca Před 2 lety

    Interesting, so is BCPL the origin of the let keyword too? Javascript and other "modern" languages have it and I've always wondered who started the trend of let.

    • @starletscarlet
      @starletscarlet Před 2 lety +4

      It probably comes from math since you can say when talking about an equation "let x be..." or something like that

    • @Metruzanca
      @Metruzanca Před 2 lety +1

      @@starletscarlet Makes sense.

  • @hugofoltin5647
    @hugofoltin5647 Před 2 lety

    great vid! keep it up

  • @amosnimos
    @amosnimos Před 2 lety +1

    The b programming language: 1 good decision, for every 3 bad decisions...

  • @909crime
    @909crime Před 2 lety +1

    one of my jobs used D

  • @JD-hb2wf
    @JD-hb2wf Před 2 lety

    Good video!

  • @Golem642
    @Golem642 Před 2 lety +3

    Wow guys, he change his name from Thruttle1 to Truttle1 ! Congrats 🎉🥳

    • @Truttle1
      @Truttle1  Před 2 lety +10

      When was it thruttle1?

    • @Golem642
      @Golem642 Před 2 lety +10

      @@Truttle1 Wait... It's all Truttle1 ?

    • @aidanzhong8355
      @aidanzhong8355 Před 2 lety +4

      @@Golem642 always has been

  • @YEWCHENGYINMoe
    @YEWCHENGYINMoe Před rokem +1

    6:13

  • @starletscarlet
    @starletscarlet Před 2 lety

    Java does let you manually allocate memory with sun.misc.unsafe though

    • @lior_haddad
      @lior_haddad Před 2 lety

      wait WHAT?! That's wild.
      EDIT: also undocumented, since it's an internal class...

  • @NathanaCentauri
    @NathanaCentauri Před 2 lety

    Laugh out loud!!!!!
    You had me at the very first Pronoun O' &UcK!!!
    AWESOME!! WHERE CAN I BUY TICKETS FOR YOUR NEXT ROUTINE!!!????

  • @charieri301
    @charieri301 Před 2 lety

    Hey dude, fun video!

  • @soyitiel
    @soyitiel Před 2 lety

    *_fave-awh-oor-it col-awh-oor_*

  • @Tethrarxitet
    @Tethrarxitet Před rokem

    8:15 ah yes I love 🅱️

  • @koalakid3609
    @koalakid3609 Před 2 lety

    Doug McIlroy: lol

  • @spicynoodle7419
    @spicynoodle7419 Před rokem

    D is actually good

  • @codaaaaaaaaa
    @codaaaaaaaaa Před 2 lety

    Hey your padding calculations at 9:45 aren't consistent with one another

  • @NStripleseven
    @NStripleseven Před 2 lety

    ah yes, the best esolang

  • @NikZapp
    @NikZapp Před 2 lety +2

    This video is gold, make more bri`ish jokes please!

  • @kimjong-un8543
    @kimjong-un8543 Před 2 lety

    sim city ds intro music?

  • @int16_t
    @int16_t Před 2 lety

    Next? E programming language?