You write Hello World in... (Mr Incredible Becomes Uncanny)

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ • 169

  • @MineZack2
    @MineZack2 3 роки тому +789

    As a game developer who uses “Chicken” I can confirm my life is a nightmare

    • @tuerculosisgaming6307
      @tuerculosisgaming6307 2 роки тому +36

      Wait it exists
      Oh...

    • @SgtJohnson-m8c
      @SgtJohnson-m8c 2 роки тому +31

      How is it like being on the cd project red team.. or do you work for 343i?

    • @MachiriReviews
      @MachiriReviews 2 роки тому +13

      Cap. CHICKEN devs don't call it "Chicken".

    • @Miku_Shark
      @Miku_Shark 2 роки тому +6

      Why haven't you switched to something less yknow painful

    • @MineZack2
      @MineZack2 2 роки тому +17

      @@Miku_Shark *THEY’RE HOLDING ME HOSTAGE HELP ME*

  • @DonVigaDeFierro
    @DonVigaDeFierro 2 роки тому +36

    As soon as I saw assembly just 18 seconds in, I knew it was gonna be good.

  • @notsojharedtroll23
    @notsojharedtroll23 2 роки тому +26

    The one that looks more slick in format is the ARM assembly one, has some beauty in the identation.

  • @dorobokino
    @dorobokino 2 роки тому +9

    Well, this got esoteric pretty fast

  • @LeNinjaHD
    @LeNinjaHD 2 роки тому +20

    you can just write "Hello World" for HTML and thats it.

  • @CesarGonzalez-bw2hz
    @CesarGonzalez-bw2hz 2 роки тому +60

    Genuinely expected the last tier to be TempleOS, but chicken is great

    • @premiumshiptosts2263
      @premiumshiptosts2263 2 роки тому +21

      TempleOS is not a programming language... although terry did write his own compiler to create the "HolyC" programming language, also known as "C+".

  • @sagitswag1785
    @sagitswag1785 2 роки тому +216

    c++ should be "int main() { std::cout

    • @thisideal
      @thisideal 2 роки тому +41

      #include

    • @danielochoa2419
      @danielochoa2419 2 роки тому +14

      #include
      Using namespace std;
      Int main(){
      Cout

    • @sagitswag1785
      @sagitswag1785 2 роки тому +11

      @@danielochoa2419 #include
      int main() {
      std::cout

    • @danielochoa2419
      @danielochoa2419 2 роки тому +1

      @@sagitswag1785 para eso el using namespace xd

    • @sagitswag1785
      @sagitswag1785 2 роки тому +6

      @@danielochoa2419 you dont need the using line, bad practice

  • @Stabruder
    @Stabruder 2 роки тому +7

    At the last 2 hello worlds, you can notice Logan has really tried fitting it somehow still in the frame and making it readable, because its just so long xD

  • @doctorblaze8754
    @doctorblaze8754 2 роки тому +11

    0:20 this is the scariest one.
    Because every version of asm has bis own way to do hello world. And on the video it's not the worst.

  • @navitaagrawal756
    @navitaagrawal756 Рік тому +3

    That's why I love python

  • @Farzriyaz
    @Farzriyaz 2 роки тому +6

    0:42 At that part @Ardens said 'wait... its all chicken' Plus he said that Malbolge is actually the hardest because of it being named after the 8th circle of hell in the Divine Comedy written by somebody named Dante, and not CHICKEN.

  • @rikoananda6189
    @rikoananda6189 2 роки тому +12

    Actually, if you want to print hello world in html, all you need to do is just write "hello world" in the html file. So basically, html is the easiest language to print hello world.

  • @X3NOGLADIAT0R850
    @X3NOGLADIAT0R850 Рік тому +2

    dude the html is extremely easy you dont even need these components simply time in hello world and it will display a text without h1 or divs

  • @abstractredy
    @abstractredy 2 роки тому +8

    When you see a cat: 0:33

  • @SkyyySi
    @SkyyySi 2 роки тому +109

    The uncanny thing is that you called it "computer language"
    Also the C# one was much longer than it had to be:
    1. You don't need namespaces, they are only used for splitting code across files.
    2. You don't need to add `System.` to the console command.
    3. You don't need to read args.
    4. C# supports top level code, so all you really need here is `Console.WriteLine("Hello world");`

    • @viktorstojanovic9007
      @viktorstojanovic9007 2 роки тому +4

      You have to put System to the console command or just have using System

    • @swirl6996
      @swirl6996 2 роки тому +1

      You literally need every single one of those or it will not compile. This is why I immediately gave up C#. It is 100x worse than Java in its boilerplate.

    • @viktorstojanovic9007
      @viktorstojanovic9007 2 роки тому +17

      @@swirl6996 No you don't need all of them. I c# 11 you don't need to have namespaces and top level syntex is supported so you don't even need a main method.

    • @sethadkins546
      @sethadkins546 2 роки тому +5

      @@swirl6996 No, you don't...

    • @MrRockkk
      @MrRockkk 2 роки тому +1

      Finally a human

  • @rabitenaziriperyserdi7278
    @rabitenaziriperyserdi7278 2 роки тому +1

    AS A FRONT END DEVELOPES I CAN SAY YES

  • @pixerhp
    @pixerhp 2 роки тому +2

    Hmm, chicken seems like a pretty powerful language, maybe I should switch??

  • @CoderVip
    @CoderVip 2 роки тому +1

    As a java developer, its actually really easy

  • @ZoroniteTech
    @ZoroniteTech 2 роки тому

    Writing hello world in html is actually the easiest. You don't need the stuff for it to work. All you need to do is write "hello world" in an HTML file, and open it.

  • @eegychv
    @eegychv 2 роки тому

    as a scratcher, we simple use when green flag clicked block, and then say hello block. that's it.

  • @seroujghazarian6343
    @seroujghazarian6343 2 роки тому +25

    C: printf("Hello World!");
    Also, for C++, you can just write "using namespace std;" after all the "#include" lines and not use std::... every time

    • @jgv2699
      @jgv2699 2 роки тому +11

      "using namespace std;" is bad practice these days

    • @seroujghazarian6343
      @seroujghazarian6343 2 роки тому +1

      @@jgv2699 why?
      I'm genuinely curious

    • @jgv2699
      @jgv2699 2 роки тому +9

      @@seroujghazarian6343 Name pollution and stuff

    • @ViniciusOsti
      @ViniciusOsti 2 роки тому +7

      @@seroujghazarian6343 Because possible naming conflicts. If you happen to have something that has same name of another thing in C++ standard library, you will have problems. Hence, "using namespace std", or "using namespace , specially in header files is bad practice.

    • @seroujghazarian6343
      @seroujghazarian6343 2 роки тому +1

      @@ViniciusOsti ok

  • @sonicszuetomyt5448
    @sonicszuetomyt5448 2 роки тому +1

    0:06 whyyyy
    whyyy std::

  • @ZReChannel
    @ZReChannel 2 роки тому +1

    html "hello world" doesn't need the boilerplate. By convention, anything that should be inside the body is moved there

  • @erikstephens6370
    @erikstephens6370 2 роки тому

    I felt that last one.

  • @davidboy_channel
    @davidboy_channel 2 роки тому

    actually you r gonna need to add div or at least p to Hello world in HTML

  • @jacobpham4220
    @jacobpham4220 2 роки тому +2

    Don’t forget lua!

  • @wowmeme7309
    @wowmeme7309 2 роки тому +2

    So relatable

  • @Carrot_Jade
    @Carrot_Jade 2 роки тому +1

    C++ is elegant

  • @maciejprokop2001
    @maciejprokop2001 2 роки тому

    I literally laught at the brainfuck one

  • @jackplaying5793
    @jackplaying5793 3 роки тому +20

    What the f*ck is "K"

  • @probablyanon
    @probablyanon 2 роки тому

    The first one should have been Batch...

  • @edcdecl
    @edcdecl 2 роки тому +3

    HTML isn't a programming language its a markup language

  • @Reichsland_Elsass-Lothringen
    @Reichsland_Elsass-Lothringen 2 роки тому

    WoW HTML should be actually in canny part it’s actually so easy to print hello world and you just can use emmet

  • @thehammurabichode7994
    @thehammurabichode7994 2 роки тому +8

    ... What the fuck is an HTML language doing here
    That's not hard, it's just *goofy-ass*

  • @Ceo_of_RACING
    @Ceo_of_RACING 2 роки тому

    Lua has left the chat

  • @MrPillowStudios
    @MrPillowStudios 2 роки тому

    Chicken?
    WHAT

  • @Slayer-1032
    @Slayer-1032 Рік тому +1

    for me HTML is kinda basic because it is easy to understand (but python is easier)

  • @hanstirta7961
    @hanstirta7961 10 місяців тому +1

    As non programer im understand that clearly (I'm not)

  • @Ivacraft
    @Ivacraft 2 роки тому

    I believe that c++ is more dificult than java, c# or html. the code of the video in c++ is incomplete

  • @AndVer
    @AndVer 2 роки тому

    you dont need a tag to write hello world in html , java and C# is easer

  • @randomthingy4834
    @randomthingy4834 Рік тому +1

    Show me sound effects used in vid

  • @phicoding7533
    @phicoding7533 2 роки тому

    it took two years for somebody to write hello world in malbodge. how is it only halfway through?
    also, I am aware that you have been told before, but c++ is:
    #include
    int main() {
    std::cout

    • @abhishekshinod
      @abhishekshinod 2 роки тому

      Std is also optional

    • @iam3d32
      @iam3d32 2 роки тому +2

      @@abhishekshinod false, if you don't include "using namespace std;" it's necessary

    • @abhishekshinod
      @abhishekshinod 2 роки тому

      @@iam3d32 yeah... Sure... I forgot abt the namespace...Thank u for the correction

  • @Smurdy1
    @Smurdy1 9 місяців тому

    c++ should be #include int main { std::cout 9 lines)
    In html, you can literally just type hello world without a single other piece of code and it'd work (11 lines -> 1 line)

  • @legend...._
    @legend...._ 2 роки тому

    are these last two coding websites even existent lol

  • @sethadkins546
    @sethadkins546 2 роки тому

    Should have Emojicode on there

  • @polyacov_yury
    @polyacov_yury 2 роки тому +1

    What about Whitespace? Or Shakespeare?

    • @sayven
      @sayven 2 роки тому

      Whitespace is included tho? 0:53

  • @ViktorShahter
    @ViktorShahter 2 роки тому

    C++ variant is not full.
    #include
    void main() {std::cout

  • @KatBest
    @KatBest 2 роки тому

    Remember Lua, please.

  • @EngPheniks
    @EngPheniks 2 роки тому

    I see nothing so uncanny about HTML. It's a user friendly language.

  • @alirezashojaei4634
    @alirezashojaei4634 2 роки тому

    what about lisp
    (format t ("Hello world"))

  • @eranbroide3003
    @eranbroide3003 2 роки тому

    The person who made this video obviously doesn't know HTML. All you need to say is:
    Hello world.
    Literally could not get any easier

  • @krishnakumarvishal883
    @krishnakumarvishal883 2 роки тому +1

    Actually HTML language is also easy.

  • @pokemonmaster1244
    @pokemonmaster1244 2 роки тому

    HTML is actually easy. All you need to do is write "Hello World!" on line 1 and save it as an HTML file.

  • @starvlingk5122
    @starvlingk5122 2 роки тому

    in holyc I believe it is:
    "Hello World";

  • @dv0.lconstr
    @dv0.lconstr 2 роки тому

    print "Hello World!"
    printflush message1
    *imitates khaby lame*

  • @ProCoder119x
    @ProCoder119x 5 місяців тому

    Html is actully easy and not related to general purpose languages.

  • @mewyxxs
    @mewyxxs 2 роки тому

    lazy k is not lazy...0^0

  • @blueprogrammer503
    @blueprogrammer503 3 роки тому +6

    But programming paradigms such as esoteric paradigm is really annoying to deal with. BUT, good news, languages that are categorized as esoteric are not something you cannot make a project without, unless you want to challenge yourself

  • @morgengabe1
    @morgengabe1 2 роки тому

    things like brain aren't programming languages. they're encodings designed to surpass regocnition by antivirus

    • @edcdecl
      @edcdecl 2 роки тому

      brainfuck is a programming language, not an encoding.

  • @i_clock4783
    @i_clock4783 2 роки тому +1

    The html one is wrong it's actually very easy

  • @sharjeelahmed7913
    @sharjeelahmed7913 2 роки тому

    How is... How is Java and C# harder and more complex than C++ lmfao

  • @arkamayukh1955
    @arkamayukh1955 2 роки тому +2

    #include

  • @Smoah
    @Smoah 2 роки тому

    what about Ook

  • @Doomgamer-y6v
    @Doomgamer-y6v 2 роки тому

    I just use python & javascript

  • @gargielf
    @gargielf Рік тому +1

    HTML is easy, period

  • @joaopadua7134
    @joaopadua7134 2 роки тому

    First one should have been handwriting

  • @levi9731
    @levi9731 2 роки тому +1

    Me as malbolge developer the last gen 🤮

  • @GeorgeLarryMIBU
    @GeorgeLarryMIBU 6 місяців тому

    HTML5 is easier than the previous ones

  • @want-diversecontent3887
    @want-diversecontent3887 2 роки тому

    Where's Befunge-98

  • @hexanameyt
    @hexanameyt 2 роки тому

    Where machine code at?

  • @blueprogrammer503
    @blueprogrammer503 3 роки тому +1

    Honestly the first project I have in HTML is not hello world, but an entire project instead that's why it took me 1 month to completely understand the concepts (I was in 4th grade around that time)

  • @lucasjammal5153
    @lucasjammal5153 8 місяців тому

    Html, seriously? 😂

  • @sr_echo
    @sr_echo 2 роки тому +3

    No way anyone codes with languages like brainf, malborge, or lazy k
    Like wtf lol

    • @klepikovmd
      @klepikovmd 2 роки тому

      Malbolge actually impossible for human brain to use. To write program in it special AI required.

    • @raz0229
      @raz0229 2 роки тому +2

      Yeah, they are esoteric programming languages. Although I heard someone writing a kernel in BF, not sure if it's true

    • @edcdecl
      @edcdecl 2 роки тому +1

      brainfuck is really, really hard, but since it's turing complete, anyone can make anything in it. people that want unrealistic optimizations to their programs might write some of it in brainfuck

  • @muatring
    @muatring 2 роки тому

    html? seriously bruh

  • @stickguy9109
    @stickguy9109 2 роки тому

    Ok but HTML is not a programming language

  • @nullieee
    @nullieee 2 роки тому

    where's brainfuck at tho

  • @bagelnine9
    @bagelnine9 2 роки тому

    What about brain$%*@

    • @loganarichey4003
      @loganarichey4003  2 роки тому

      it's in there

    • @bagelnine9
      @bagelnine9 2 роки тому

      @@loganarichey4003 Oh. I thought that brain#%$* was the coding language that used pictures instead of text.

  • @IbrahimShaker-b2e
    @IbrahimShaker-b2e 2 місяці тому

    HTML5 is easier than that

  • @kekooner7087
    @kekooner7087 2 роки тому

    Que canciones chotas

  • @thatsalot3577
    @thatsalot3577 2 роки тому

    Either you're an expert in c++ or a complete beginner in programming.

    • @evan_game_dev
      @evan_game_dev 2 роки тому

      What about C?

    • @thatsalot3577
      @thatsalot3577 2 роки тому +1

      @@evan_game_dev no I'm talking about him as he thinks c++ is easier than HTML5

    • @evan_game_dev
      @evan_game_dev 2 роки тому

      @@thatsalot3577 I think he meant that c++ looks better or feels better to program in

    • @thatsalot3577
      @thatsalot3577 2 роки тому +1

      @@evan_game_dev you don't judge languages by their looks, c++ can turn into a monster when you try to do anything other than printing hello world on console
      Moreover html is not even a programming language, it's pretty much like writing a text document completely in code.

    • @evan_game_dev
      @evan_game_dev 2 роки тому

      @@thatsalot3577 no, I was saying what I thought he was talking about lol. I've used a lot of languages (C and C++ included) so I know html is pretty much just a regular text document

  • @pexoto5093
    @pexoto5093 2 роки тому

    Dude malbolge shoulda be the worst by far

  • @MrRockkk
    @MrRockkk 2 роки тому +3

    BRUH.. C# is easier than C++. Dude
    Writing Console.WriteLine("HELL") isn't impossible.

  • @ZRD1337
    @ZRD1337 2 роки тому

    nah. batch is most easiest
    example
    echo YOUR_TEXT

  • @ZaharielEl-Zurias
    @ZaharielEl-Zurias 2 роки тому +1

    hellow world in c# is just Console.WriteLine("Hello, World!"); that code is old.

  • @stupidDKS
    @stupidDKS 3 місяці тому

    Html is not a programming language