Why you SHOULD Learn Golang as your FIRST Programming Language

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

Комментарии • 47

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

    Respect. Not pushing Go, especially as a "Go influencer", down everyone's throats is a key reason I'm proud to be of this community.

    • @catto-from-heaven
      @catto-from-heaven 3 месяца назад

      Unlike another community...

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

      @@catto-from-heaven which one?

    • @catto-from-heaven
      @catto-from-heaven 3 месяца назад

      @@ImpulseIntrospect The Rust -community- cult

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

      ​@@catto-from-heaven I enjoy TypeScript, Rust and Go. 💛

    • @catto-from-heaven
      @catto-from-heaven 3 месяца назад

      @@AdamFiregate Nice to know. As long as you're not a fanboy, you shall enjoy the technologies you use 🙃

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

    GO lang is a awesome language to learn. It has all the tools a beginner would want. Easy syntax, great community, error checking, type safety and more importantly robust frameworks to get started on with a wide variety of project that essentially any beginner can use.

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

      Why does it reference the feautres/failures of other languages though?

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

    "easy stuff like CLI tools"
    lol. This kids a chad

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

      CLI is easier than writing the Unreal Engine.

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

      @@AdamFiregatewth kinda comparison is that? lol

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

      @@SnowDaemon Is writing a simple CLI tool Chad mode? Maybe I misunderstood something 🙂

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

      @@AdamFiregate the point is that he's 14. lol
      most 14 yr olds are not writing their own dev tools...their using other peoples.

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

      @@SnowDaemon Most 14-year-olds aren't writing code in the first place lol

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

    Great breakdown! Another big difference between your beginner friendly and non-bf lists is build systems, all the non-bf lang build systems can take a long time to grasp for all but very basic builds and gets in the way of learning basic programming concepts.

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

    I've started from BASIC (ZX Spectrum), then was Pascal (Turbo Pascal 3.0). Since the first programming language (PL) is used to learn some basic concepts personally I would recommend picking up Python as a very first PL, and avoiding Golang for this role. Go has many caveats, and much stuff is doing on Go in an unusual style (in comparison to other PLs), so newbies will be forced to learn the Go details instead of learning the basics of programming.

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

    As someone who started with Python. HARD AGREE. More people need to start with C style languages. Golang is a nice sweet spot.

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

      lol am about to start python,but now i might start with C instead ! thank you dude

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

      @@ayarisarah3747 if u learn c language python will feel like plain english. Keep building stuff

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

    doesn't matter where you start, you will eventually end up doing Java if you want to put the food on the table(some niche area work is excluded ofc.).

    • @catto-from-heaven
      @catto-from-heaven 3 месяца назад +6

      Not true, but ok

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

      Holy fuck I hated Java since my first year in college never wanted learn it now had to learn for an internship fuck Java man.

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

    I guess it depends on ones goal. If all one wants to do is web... Ok. Otherwise I would rather recommend assembly, definitely C, also C++ (However for beginner 'friendliness' I would rather recommend Java or C# as a next step, maybe after a short intro to C++ or Objective C or smth, where the focus would be solely on transition from procedural to OOP.). Why not JS? Because it has basically become a synonym for TS, and it is mixing various paradigms. Simple languages like C allow beginners to focus on more important things. Having to deal with memory (Hardware), and basic concepts, then being hit with the whole package (procedural, OOP and functional) is IMO... simply too much, considering that most beginner anyway struggle. With language like JS/TS, people would probably focus on 'get the shit done' approach, and would focus on the visuals and perceived functionality. Maybe I am wrong, but I would rather start with procedural or OOP, or hey maybe pure functional language like Haskell lol. Joking, I would not, because it's a too high abstraction from hardware, and Von Neuman arch.

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

    My first programming language was java. I can say it was a good experience at the time, but only because of the way you can write Minecraft mods with it. Now i would use Kotlin if i needed to do that.

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

    Currently hacking my way through Python and Julia for research work. I really like the look of go for general purpose applications but it’s just not my use case at the moment.

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

    Bruh you need to check your volume normalisation when editing in those "please subscribe" clips lol, it is WAY louder than the rest of your video.

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

      Thanks for the heads up. Will edit and adjust!

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

    Melkey nailed the idea that when you start learning programming, concepts matter more than the language itself.
    Having said that, having had my first real contact with programming being with C as a language made me feel like i really understood how things worked, and when i moved to more "high level" languages, i had a better grasp of the abstractions involved.
    Starting from something like C or C++ is more challenging, but i feel like it pays off.

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

    I would suggest two complementary languages like Lua and Assembler. Both, quite easy to pick up.😉

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

    4:03 I disagree, The program that you pick as your first language does matter, here me out. It matter not because of the program itself, but because of the available resource to learn it. Just like you mentioned, the most important thing is to learn the `basics of programing`, but you wont learn the same basic if you pick something like zig which does not have a lot of learning material available; if you pick rust, you will be distract of the basics by having to learn the borrow checker, or any of the language's specific. One of the reason python (and javscrip) are recommended as first language is because th amoutn of learning resource available, and the the abstraction remove distractions from learning the basic.
    So, the language that you pick as your first language does matter; and they will most likely be divided in 2 groups based on that amount of time that you have to learn. This two groups are hight abstraction like python and javascript, and low abstraction like C (I am a junior dev, so idk what other low level programing language are out there with a lot of learning material like C).

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

      Yeah even Go has less learning material and it's geared towards mid level devs who knows other languages well

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

      @@arg0x- yeah go is not my first language but I fall in love when I pick it up

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

      @@tranquangthang8897 Yeah same i like simplicity of Go

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

      @@arg0x- I think the syntax is great, the standard library is also great, goroutine is very simple I can say gorountine is the first form of concurrency I've ever used and error as value is elite (I know people say Rust have better handling but I don't know enough about Rust and I mean go did its job well) while missing some syntactic sugar and functional stuff and having some quirk (like all other languages) but I'm not the type of person complaining about it and the performance you get for such simple code and I don't think much about the compiler but it being good is just icing on top

  • @Sub0x-x40
    @Sub0x-x40 3 месяца назад

    I would recommend python or c or both before i recommend anyone learn javascript as a 1st language. And I learnt js as my first language

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

    C because the cs50 course I took said so

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

    I think C is also beginner-friendly.

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

    He should stick to whichever language he picked until hes proficient in it before thinking about other languages

  • @w1-w2-w3
    @w1-w2-w3 3 месяца назад

    In my opinion, nobody should learn Go as their first programming language. Go has the interesting syntax and concept. Just start with the hard or easy programming language. If you start with the easy one, Go will be a little difficult but not so much. If you start with the hard one, Go will be a little weird but not the problem.

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

    learn basics of javascript then after that, learn what you want to do for a living

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

    Go is a great last language to learn 😂

  • @smoked-old-fashioned-hh7lo
    @smoked-old-fashioned-hh7lo 3 месяца назад +1

    go is simple, not easy. python is the language beginners should learn.

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

    good is not a good option for starting programing . he's tripping.

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

    2nd

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

    C#

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

    first

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

    Don’t