Learn Go in 12 Minutes

Sdílet
Vložit
  • čas přidán 12. 06. 2024
  • Learn Computer Science at brilliant.org/jakewright
    An introduction to Go covering the fundamentals to get you up and running in 12 minutes.
    The code is available on GitHub github.com/jakewright/tutoria...
    ----------------------------------------
    Support this channel at / jakewright
    ----------------------------------------
    00:11 Installing Go
    00:20 Creating a Go project
    00:54 Structure of a Go file
    01:48 Compiling and executing Go
    02:31 Variables
    03:31 If statements
    03:45 Arrays and slices
    05:25 Maps
    06:13 Loops
    07:40 Functions
    09:42 Structs
    10:38 Pointers
    MORE TUTORIALS
    ----------------------------------------
    Learn Docker in 12 Minutes: • Learn Docker in 12 Min...
    Docker Compose in 12 Minutes: • Docker Compose in 12 M...
    Deploy Docker Containers • Deploy Docker Containe...
    Learn HTML in 12 Minutes: • Learn HTML in 12 Minutes
    Learn CSS in 12 Minutes: • Learn CSS in 12 Minutes
    Learn JavaScript in 12 Minutes: • Learn JavaScript in 12...
    Learn PHP in 15 Minutes: • Learn PHP in 15 minutes
    SOCIAL MEDIA
    ----------------------------------------
    twitter / jakewrightuk
    facebook / jakewrightuk
    instagram / jakewrightuk
    snapchat jakewrightuk
    jakewright.net
  • Jak na to + styl

Komentáře • 984

  • @Textras
    @Textras Před 6 lety +2895

    At 2x speed you can learn it in 6

    • @criticalmoorhen
      @criticalmoorhen Před 5 lety +95

      Damn I should have read comments first

    • @icermli
      @icermli Před 5 lety +5

      That is so true

    • @davep8221
      @davep8221 Před 5 lety +11

      At 2x it's be ultrasonic.

    • @beo7929
      @beo7929 Před 5 lety +37

      yeah, so I can procrastinate the other's 6 minutes

    • @davep8221
      @davep8221 Před 5 lety +16

      @@beo7929 I always put off procrastinating as long as I can.

  • @harshdeeptelang127
    @harshdeeptelang127 Před 3 lety +309

    Alternate title : "Learn GO in one GO"

  • @majam1n
    @majam1n Před 4 lety +373

    Dare I say the first time I have seen a CZcamsr actually zoom in on the code so I can read it.

    • @retrodragon2249
      @retrodragon2249 Před 4 lety +6

      IKR, literally all the Java tuts I watched were from 2008 on Windows 7 using Eclipse.

    • @atom0540
      @atom0540 Před 4 lety +1

      Agreed

    • @jonathan1104
      @jonathan1104 Před 3 lety +1

      for reals dude lol

    • @umeshdhaked7638
      @umeshdhaked7638 Před 3 lety

      @@retrodragon2249 some old people still uses eclipse .

  • @irongollem
    @irongollem Před 4 lety +393

    Brilliant overview for developers that know other languages and the basic concepts already

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

      I like to see pointers used again. They felt like such a headache when I was learning them, but over time I really like the usage. Lower-level memory control is always welcome. It's also very nice that pointers are by no means a requirement to understand in the language. In C, C++, etc. pointers are must-know.
      Now if you're working production in Go... yeah, you almost certainly need to understand pointers. An existing codebase you're working on will almost certainly have pointers used.

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

      @@ForTheOmnissiah same story here. We used pointers in first semester of college and they just flew by me. Now with more experience I always find them useful, and I miss them in Java

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

      @@ForTheOmnissiah Pointers are pretty shitty for code readability though.

  • @abhishek_k7
    @abhishek_k7 Před 4 lety +97

    This 12 min video covered and explained a lot more than some 1-2 hour videos out there! Thank you!

  • @andrez76
    @andrez76 Před 5 lety +344

    I tend to be reticent with "Learn X in Y time units" kind of videos. However, I must say this is a very competent and well presented introduction to the main concepts and constructs of the language. Congratulations and thank you for sharing.

  • @tahametougui9628
    @tahametougui9628 Před 4 lety +250

    well that's a legit 12 min course, and made me genuinely interested in Go.

    • @TroenderTass
      @TroenderTass Před 3 lety +4

      Why, it looks ugly and clunky as fuck. I don't think it has a single feature that isn't done better in other languages. lol, why not just use c++, wich simply is more sober than this bullshit.

    • @ananttiwari1337
      @ananttiwari1337 Před 3 lety +14

      @@TroenderTass Man, you are probably some kid who picked C++ 3 days ago and think every other language is obsolete. Every language has it's own advantages, stop spewing your bullshit.

    • @TroenderTass
      @TroenderTass Před 3 lety +3

      @@ananttiwari1337
      Im just curious why this tutorial would make anyone curious about such a redundant language. You can just do c, this one seem to offer nothing new, and looks like it belongs to the 70s. You need to stop being sensitive about it, it is just at tool, and a really poorly desinged one from the looks of it.

    • @jarod1701
      @jarod1701 Před 3 lety +3

      @@TroenderTass I trust your vast experience and knowledge.

    • @TroenderTass
      @TroenderTass Před 3 lety

      @@jarod1701 You should

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

    One of the better youtube channels out there. No fluff, just quick and precise, straight to the point.

  • @ApocolypseChild
    @ApocolypseChild Před 4 lety +12

    Truly an excellent crash course for people already versed in similar coding languages. Great work!

  • @joakimgustafsson7881
    @joakimgustafsson7881 Před 5 lety +18

    Fantastic introduction. This saved me some serious amount of time learning Go-specific syntax.

  • @sharbelokzan9673
    @sharbelokzan9673 Před 2 lety

    That short unintentional (pass by value | pass by pointer) explanation, was the best explanation I found so far

  • @Bird2920
    @Bird2920 Před 5 lety +1

    This is the second video I have come across about 12 minutes of awesome. I appreciate your clean, concise, easy to understand training style. You just gained a new subscriber!

  • @goldenboypierre3284
    @goldenboypierre3284 Před 5 lety +4

    Very clear, concise and fast pace. Couldn't ask for a better tutorial. Thank you Jake!

  • @Kodreanu23
    @Kodreanu23 Před 4 lety +3

    Big thanks! I am software developer with no experience in Go and this is exactly what I needed. Short, fast introduction to basic stuff so I can move on with in coding with Go. Subscribed. Thanks!

  • @ministerbo3025
    @ministerbo3025 Před měsícem

    New to go and programming. Found your video most helpful and easy to follow along on my end. Fantastic explanation. Tks East Coast Sr (70 yrs young)! Never too young to learn!

  • @judahschwartz7746
    @judahschwartz7746 Před 2 lety

    as a programmer who already knows a bunch of languages, and doesnt appreciate it when every intro to a language vid feels the need to explain what an if statement is, I loved your tutorial

  • @lvgsredarmy8776
    @lvgsredarmy8776 Před 3 lety +14

    Thanks for the video! This was a really concise and well explained overview for someone like myself who is already familiar with almost all of the concepts you covered, but doesn’t know the syntax in Go.

  • @ashoktvl
    @ashoktvl Před 4 lety +13

    Fantastic video; I love how quick and concise the presentation is. Makes me want to learn Go!

  • @AaronMartinColby
    @AaronMartinColby Před 6 lety +1

    Great video. Short. Sweet. No babbling. I watch most educational videos at 1.5X or even 2X. You're already teaching at that speed and I greatly appreciate it.

  • @Sovex66
    @Sovex66 Před 2 lety

    I did not expect that much quality in 12mins, I'm impressed

  • @tugbaakan7099
    @tugbaakan7099 Před 5 lety +33

    simple, fast and enough for the beginning. Thank you ! :)

  • @IliaRusin
    @IliaRusin Před 6 lety +96

    I think we should encourage Jake to make more educational videos. He would be a great instructor! There are a lot of tutorials, books, MOOCs on the Internet. Instructor's personality and empathy could make people learn better and be more motivated during their study.

  • @flavoursofsound
    @flavoursofsound Před 4 lety

    Thank you!!! Probably the best, no-nonsense, not-boring, not-heavily-implied, no tiny writing on large res screen video tutorial I've seen in a while.
    Also finally understood what pointers are, something that I've struggled to grasp after many years.

  • @techmasterkartik9671
    @techmasterkartik9671 Před rokem +1

    Brilliant tutorial within 12 min I found on CZcams 🔥
    You teach me in these 12 minutes❤

  • @videostartsat4464
    @videostartsat4464 Před 6 lety +2075

    Yeah if everyone can stop making new languages that I have to learn that'd be great

    • @horvathlg
      @horvathlg Před 6 lety +95

      You don't have to.

    • @videostartsat4464
      @videostartsat4464 Před 6 lety +30

      Devon So are you

    • @Tutterzoid
      @Tutterzoid Před 6 lety +3

      LOL :D

    • @qutuz9495
      @qutuz9495 Před 6 lety +25

      They give more flexibility for developers to pick which one suits their use case better. This is my first introduction to Go and it seems pretty cool.

    • @BenjiBoy13
      @BenjiBoy13 Před 5 lety +80

      An old friend of mine told me before entering my software carrer, "If you want to be good, dont learn all programming lenguages cause you will become useless, instead, pick one that you like and master it"

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

    Joining all the previous commenters, I love how efficiently you explained it. Exactly what is needed, and none of the BS

  • @okbogdan4185
    @okbogdan4185 Před 4 lety

    So good video! Not too fast, not too slow and boring, most important aspects checked in short time, tips about how we can learn more about it, THAT'S GREAT!

  • @swapnilundage6676
    @swapnilundage6676 Před 6 lety +373

    Make more of this 12 min videos where You teach..... You're really good at it
    You go ahead💪❤️

    • @guitarman13021
      @guitarman13021 Před 3 lety

      @barkley128 yeah the pace is good. But he should minimize the terminal window immediately after running so that we can see the code instead of staring at the terminal.

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

      Indeed! MORE TWELVES! How about VueJS, K8s, Rancher .... -)

  • @shazam3513
    @shazam3513 Před 3 lety +6

    Wow this is such a great video . I finished this course and applied at google and got the software engineering job.
    Edit : Sorry I was high when I applied and posted this and I later realized that the interviewers were mocking me sarcastically.
    The video is good tho.

  • @altafnavalur4808
    @altafnavalur4808 Před 3 lety +1

    Loved how quickly you gave the overview of the language, thank you

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

    finally a video that does teach the basics in 10 hours.
    Experienced engineers can learn in 20 mins.

  • @combatepistemologist8382
    @combatepistemologist8382 Před 5 lety +36

    It's amazing what you can get done just by accelerating the typing and reading from a well-prepared script. I get tired of other peoples' videos where they spend half the time clicking on keyboards and bumbling around.

  • @by.everton
    @by.everton Před 6 lety +5

    Cool intro to the language syntax, made me want to learn more about it. Great job Jake!

  • @TheAnimeist
    @TheAnimeist Před 2 lety

    This will go down as one of those lessons that I will recall several times for the nice foundation it set to understanding the language. You're a legend in my mind. Thanks.

  • @CarlosPerez-te4gx
    @CarlosPerez-te4gx Před 4 lety +1

    I like it! I did Go while back and moved on to other non-Go projects. it took me 12 minutes to recap the language! - thanks a lot Jake

  • @0xEmmy
    @0xEmmy Před 5 lety +371

    So, C with some fancier syntax and built-in data types.

    • @Elite7555
      @Elite7555 Před 5 lety +57

      But without the performance and with unbelievable restrictions (just look at packages and tests). And interfaces are always dynamic dispatch and without default implementation. I don't get the need for that language.

    • @user-hk3ej4hk7m
      @user-hk3ej4hk7m Před 5 lety +23

      @@Elite7555
      The more you can avoid pointers, the less skilled programmers you'll need to hire. You need to know pointers in C, even for the simple stuff

    • @valizeth4073
      @valizeth4073 Před 5 lety +31

      @@user-hk3ej4hk7m Well yes but pointers aren't even a little complex..

    • @abeplus7352
      @abeplus7352 Před 5 lety +150

      Everyone always hates on interpreted languages/ oop languages calling them non PERFOMANT . If you stroke your dick off to the mirror cause you know how to waste time on pointers instead of writing a solution good for you. Programming languages are tools , and the hardware is there to support abstractions and things that can make our lives easier. If c is so great , why then most businesses don't use it unless it's for embedded applications ...
      It's like oh yeah I'll use 40 lines to implement this solution and make myself feel good cause I'm doing more MANLY WORK. Reality is you could probs implement it in lesser lines by using a language that supports more abstractions .... Will it be as performant ... No , but will it do the job ... Ofc.
      Try using c for server side , or heck client side lol.

    • @_JS96
      @_JS96 Před 5 lety +44

      @@abeplus7352 Seriously though, completely agree. CGI was a fucking nightmare, and things like Apache and Nginx are cumbersome if you ask me. You can launch a fully functional webserver in Go using like 10 lines of code.. You can even write C INSIDE Go programs if you're itching to jerk off to the nanoseconds you shave off something that doesn't really need the extra speed.

  • @Perspectologist
    @Perspectologist Před 6 lety +4

    Nice overview tutorial. I don’t know if I like Go. I hadn’t looked at it before, so this was a nice introduction. I may play with it a bit more. It seems one can achieve class-like functionality by creating functions which take a struct (or any other type) as the first argument. It reminds me somewhat of the Actor language.
    Thanks for making this tutorial.

  • @AndrewFlower
    @AndrewFlower Před 3 lety

    Short, clear and to the point. All any existing programmer needs to learn the basic syntax.
    Great job!
    Watched at 1.25x while eating pizza in my lunch break.

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

    Brilliant video. I'm an experienced dev and I have dabbled with Go in the past (modifying existing code), but wanted to learn the basics of Go quickly. This was well explained and got directly to the point. Thanks!

  • @VictorMongi
    @VictorMongi Před 5 lety +3

    You are great man.... thank you for this amazing tutorial... keep it up...

  • @joebarcelona
    @joebarcelona Před 4 lety +6

    11:53 Jake, so very logical and coherent, I really appreciate the thought you put into thinking!!! I would like to ask if there are any concise, coherent, and logical explanations of pointers, particularly related to Go that you would recommend, besides the Go documentation ;-)

  • @NigelBlackwell
    @NigelBlackwell Před 3 lety

    Great stuff. breath of fresh air to have someone just blast through the stuff that mostly like other languages but just needs a quick example to get the point across.

  • @austinab3310
    @austinab3310 Před 2 lety

    Incredibly concise and clear introduction. Love it. Thanks for the video!

  • @abdimohamud9951
    @abdimohamud9951 Před 5 lety +4

    Loved it :) really helped me out

  • @xXxBladeStormxXx
    @xXxBladeStormxXx Před 6 lety +182

    Man the type system for this language looks fucked up. I know they probably didn't want to look like C++ but surely `int x = 1` is easier to read and write than `var x int = 1`?

    • @jamieguinan1787
      @jamieguinan1787 Před 6 lety +21

      It was weird for me at first, too, but I found that reading "var x int" to myself as "x is a(n) int" makes it easier, and I got used to it after a few days. This might also help explain: blog.golang.org/gos-declaration-syntax

    • @Elite7555
      @Elite7555 Před 5 lety +4

      That is why you would write x := 1. But yeah, it is fucked. Building something complex is out of the question.

    • @abhisheksp2017
      @abhisheksp2017 Před 5 lety +33

      Go is already used to build some of the most complex systems in the industry today :)

    • @mtdrip9523
      @mtdrip9523 Před 5 lety +6

      its a great mix between c, basic and pascal - would have loved it if it had stuck to c syntax consistanly - but considering giving Go a chance against Python

    • @fededevi1985
      @fededevi1985 Před 5 lety +1

      If I have to guess I-d say they did it for a couple of reason.
      Parsing speed > the parser can understand it is a declaration just just by reading a signle token. (same with functions) c syntax is pretty stupid parser-wise
      Readability -> same thing but for humans :)

  • @rob876
    @rob876 Před 4 lety

    Best language I've come across. You explained quite eloquently.

  • @ivycrystal4111
    @ivycrystal4111 Před 3 lety

    For a person who just wanted to see the key structure of the language, this video is perfect! Thank you.

  • @HSHamster
    @HSHamster Před 5 lety +14

    Types one letter, 5 new lines appear

  • @0M9H4X_Neckbeard
    @0M9H4X_Neckbeard Před 5 lety +86

    I don't think the syntax is very intuitive ...

    • @randallgyebi978
      @randallgyebi978 Před 5 lety +9

      I know right. For a language made in 2009 its syntax if quite archaic but I guess it was made to be fast and be similar to C's syntax

    • @DerH0ns
      @DerH0ns Před 5 lety +6

      @@randallgyebi978The syntax doesn't have to garbage to make the language fast, but go isn't fast anyway

    • @Joe-ud1de
      @Joe-ud1de Před 5 lety

      @@DerH0ns Isn't it? Really? Poor Ken Thompson, was involved in development of C language. By now his name are related to a language who almost everyone thinks it's a joke.

    • @SuperArjun11
      @SuperArjun11 Před 5 lety +5

      @@Joe-ud1de Lol? Who thinks C is a joke?

    • @Joe-ud1de
      @Joe-ud1de Před 5 lety +3

      @@SuperArjun11 I was talking about Golang. You dumbass.

  • @hansjohannyholm
    @hansjohannyholm Před 2 lety

    Very on topic introduction to Go! Surpassed my expectations of a 12 min video and sparked genuine interest in the language!

  • @nested9301
    @nested9301 Před rokem

    The best go short video on youtube

  • @erzabeqiri1696
    @erzabeqiri1696 Před 6 lety +4

    Could you do a tutorial like this for java? i think it would be really helpful

  • @pwnieluver863
    @pwnieluver863 Před 4 lety +10

    This just sounds like python
    but with extra steps

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

    Didn't know I could learn go that fast. Thanks man!

  • @C0ttageChees
    @C0ttageChees Před rokem +1

    It's been 10 years since I started my career. This guy explained pointers better to me than I think anyone else ever has.
    That might be sad, but I haven't had to use them directly since college. I'm glad to understand them now though. Thanks!

  • @charlieinnes4378
    @charlieinnes4378 Před 6 lety +131

    I thought you were going to teach us the classic Chinese game "Go" before I clicked here... Sorry 😂😂

    • @ernestmugo1765
      @ernestmugo1765 Před 5 lety

      Sry mate 😂😂

    • @dirhido9665
      @dirhido9665 Před 5 lety +1

      it would take a lo longer to learn that than this lol

    • @azulamazigh2789
      @azulamazigh2789 Před 5 lety

      hhh thats funny

    • @HA7DN
      @HA7DN Před 5 lety +1

      It takes you 12 minutes to learn the rules, and 12 years to get to a beginner level.

    • @tech6hutch
      @tech6hutch Před 4 lety +3

      I wonder how many people have created Go in Go. Probably a lot more than have recreated Rust in Rust.
      Ba dum tss

  • @rubinluitel158
    @rubinluitel158 Před 6 lety +3

    go seems like a mix of python and javascript, pretty cool

    • @wl6067
      @wl6067 Před 6 lety +7

      it's static typed, so more like a mix of c and a scripting language

  • @sourishw.5865
    @sourishw.5865 Před 8 měsíci

    really great 12 minute video! this helps me get started exploring go now that I have enough syntax to play around with

  • @MrSeptentrio
    @MrSeptentrio Před 3 lety +1

    I literally understood more in your video than by reading an entire book about Go ( clearly i am the problem but that's not the point)
    you're excellent, like really good at teaching,
    Keep going cause you're helping alot of people !

  • @GarrettRose
    @GarrettRose Před 6 lety +15

    Kind of like a more strongly typed javascript. However, I feel like you could get pretty creative with writing programs in go.

    • @essamal-mansouri2689
      @essamal-mansouri2689 Před 6 lety +27

      It prevents a huge amount of bugs. I've lost count how many times I've ran into errors using Javascript & Lua where a variable contained an unexpected value type. Especially with using third party libraries where I'm not entirely sure what arguments a function expects, and in what order. Errors like these are easily caught with a typed language and it takes essentially zero effort to specify the type of a variable. What's the advantage of NOT having types? Basically none. That said, I wouldn't say javascript "needs" types especially considering backwards compatibility. Flow or TypeScript is enough, in my opinion, for anyone that actually wants type checking in Javascript.

    • @Dorumin
      @Dorumin Před 5 lety +3

      Yeah it has close to nothing similar to js lmao, Go shoots for a minimal API while JavaScript's just grows because of the poor initial specification

    • @martinbean
      @martinbean Před 5 lety

      Yeah, not really.

    • @Microphunktv-jb3kj
      @Microphunktv-jb3kj Před 5 lety

      I'm new and learning javascript, i was wondering why don't they design languages so you can't write erroneous code, javascript seems so loose compared to some other languages... i'm pretty sure js needs type when you work in a big company and in teams with huge projects... but if u work in small company or freelancer and doing just mostly websites with not so complex back-end you probably okay without no types ... i don't quite like how types are written "inline" in go...
      I wouldn't mind them if u can define them them on top of the file where your imports usually are :P
      var x int ... looks just confusing to me...
      well javascript was written in 10minutes at coffee break... :P
      i do agree that python and this go thing looks cleaner and more appealing syntax-wise...
      Not sure why my friend suggested learning python as first languages instead of javascript(since im mostly interested in web dev, i don't think i have the mental capacity to do complex stuff like neuralnets, data science and all that jazz...)
      I just took advice from some hackernoon or something similar post that coming from js it's easier to go over python than vice verca because of the ident being part of syntax...
      What do you think.. ?

    • @isnerdy
      @isnerdy Před 5 lety +4

      @Microphunktv I found it incredibly helpful to start with a strongly-typed language. I went from C++ to Java, and then on to assembly. Weakly-typed languages came later. Starting with a weakly-typed language will mean that you get used to writing code that could be sloppy or dangerous in other languages. If you start with a strongly-typed language, you get a better understanding of what's happening under the hood, and if you move to a weakly-typed language later on, you won't be taking bad habits with you.

  • @minandychoi8597
    @minandychoi8597 Před 5 lety +4

    Why don't they just write int variableName = value;
    what's the point of writing var variableName int = value if you have to type it anyways

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

      lets interpret it this way: variable varName is an int and it equals to value ;) now it makes sense doesn't it?

    • @Kirides
      @Kirides Před 5 lety

      because you almost never use it, except when you declare variables which get assigned later on.
      Often things like
      var result string
      if ... {
      result = "abc"
      } else {
      result = "def"
      }
      fmt.Printf("derp is: %s
      ", result)

  • @johnroark77
    @johnroark77 Před 2 lety

    I never comment on videos. However yours is simply outstanding, while the depth of knowledge was fairly rudimentary, your way of explaining everything was amazing. Super engaging and fun!! You sir are a great teacher.

  • @AkshaySinghJamwal
    @AkshaySinghJamwal Před 4 lety +1

    This is an excellent primer, thank you for taking the time to make this video.

  • @mikekrestas6735
    @mikekrestas6735 Před 6 lety +13

    Imagine getting this video demonetized too....

  • @2eath
    @2eath Před 6 lety +3

    You have great teaching skills, however this "Go" language is very similar to C/C++, with some syntax differences

    • @alexschulace724
      @alexschulace724 Před 5 lety

      It's pretty dissimilar. Go has a garbage collector, while C relies on the programer to malloc/free and c++ has new/delete and RAII. Also Go has no generics, templates, or code-generation.

  • @Berny23
    @Berny23 Před 4 lety

    Really nice short & simple overview of the language. Thank you!

  • @palexer2505
    @palexer2505 Před 3 lety

    Short and quick introduction to Go. Great video. It was really helpful to me.

  • @tcoan98
    @tcoan98 Před 6 lety +10

    Why Go?

  • @chuganator
    @chuganator Před 4 lety +3

    This feels like destroying what ever Java was striving to build since past 25 years. Going back to pointers! Great......Just great..........

  • @SashrikaWaidyarathna
    @SashrikaWaidyarathna Před 3 lety

    Enjoyed watching. Well organized.

  • @yeahyeahduderooski
    @yeahyeahduderooski Před 4 lety +1

    Great quick overview without dead time Thanks!

  • @bohdanbaranov9730
    @bohdanbaranov9730 Před 6 lety +5

    please, python

    • @bohdanbaranov9730
      @bohdanbaranov9730 Před 6 lety

      thanks fella. i have been following him for a while but never knew that he has one about python)

    • @user-gj7nd7rb4v
      @user-gj7nd7rb4v Před 5 lety +1

      Is python a language ?

  • @Farrrdoos
    @Farrrdoos Před 6 lety +6

    I hated Go at first because of the syntax

    • @QTKayex
      @QTKayex Před 6 lety

      Hated the syntax in comparison to what?

    • @videostartsat4464
      @videostartsat4464 Před 6 lety +26

      Everything.
      Seriously what the fuck were they smoking when they came up with "var name int"?

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

      C-style language.

    • @Farrrdoos
      @Farrrdoos Před 6 lety +1

      yep in comparison to c style languages and tbh most languages follow similar syntax and this one just decided to not which makes it annoying to get used to.

  • @pravinjunnarkar8155
    @pravinjunnarkar8155 Před 4 lety

    I felt like I finished Full marathon in 12 mins.... Never ever learned anything that quickly.... Big thank you...

  • @rGunti
    @rGunti Před 3 lety

    Really nice! 12mins to get the basics down where others take hours. Nice work 👍

  • @bumble_fudger
    @bumble_fudger Před 5 lety +8

    You need a decent understanding of all the principles of programming before you watch this 12 minute video. So more like explore go in 2 years and 12 minutes.

  • @Lambda.Function
    @Lambda.Function Před 5 lety +25

    I can handle camel case. I can even handle snake case, even though it takes more keypresses to type and thus slows down programmers. What I can't handle, though, is functions in a package being capitalized. That's classes and constants. Who designs garbage like this?

    • @snowy0110
      @snowy0110 Před 5 lety +12

      Wow, you must be really stable guy

    • @Lambda.Function
      @Lambda.Function Před 5 lety +9

      I actually build shit and care about readability and quality. Not even Google heavily uses this shitty language.

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

      Yeah. Coming from something like python the OCD starts to fuck with you...

    • @TheMrKeksLp
      @TheMrKeksLp Před 5 lety +10

      com.company.package.SomeClass.someMethod()
      God bless Java

    • @Elite7555
      @Elite7555 Před 5 lety

      Not many people see it that way, but yes, that actually is good hirachy and naming. Although I heavily prefer the snake case.

  • @Just1HotPringles
    @Just1HotPringles Před 2 lety

    Pretty impressive intro to the language! Quick and easy to follow!

  • @rajaasyraf2532
    @rajaasyraf2532 Před 4 lety

    Superb short and simple introduction to Go Lang. Good work!

  • @WataruTakagii
    @WataruTakagii Před 5 lety +3

    It really breaks my mind that every f*cking programming language needs to change the way you declare variables, functions, etc. As if they just want to make sure that you will have a bad time learning it. Wouldn't it be more efficient to define a standard for this standard stuff like declaration and then every language adds their own implementation and additions?

  • @TheR971
    @TheR971 Před 5 lety +7

    No colored error output? I am out of here!

    • @brianjoshuamanuel6259
      @brianjoshuamanuel6259 Před 5 lety +3

      If you've decided not to learn a language just because you didn't see colored error output, then not only are you a picky spoiled brat, but you're also a bad programmer for being so inflexible.
      It's not something to be proud of, since the less willing you are to learn things you're not used to, the faster you'll be left behind and the more likely you will die poor and alone. It just means more jobs for us who aren't so spoiled.

    • @athands
      @athands Před 5 lety +19

      its a fucking joke oh my god

    • @abeplus7352
      @abeplus7352 Před 5 lety +1

      Cause it's running on terminal , if ides supported it you might get a colored output.

  • @Mellowjay
    @Mellowjay Před 3 lety

    This is the best 1 minute explanation of the pointers I have seen! 👏👏👏

  • @luismichaelis793
    @luismichaelis793 Před 5 lety

    Fast and painless. Really good video!

  • @MuriloPerrone
    @MuriloPerrone Před 2 lety

    This is the perfect way for me to learn stuff. Thanks a lot. I understood 100%.

  • @BbB-vr9uh
    @BbB-vr9uh Před 2 lety

    Great video for those who are familiar with programming concepts and want to see how to get started with go. Thanks!

  • @nsitkarana
    @nsitkarana Před 3 lety

    Perfect into to go-lang for folks who already know how to program. To the point !!

  • @vrmaroli
    @vrmaroli Před 3 lety

    Really good video. Thank you :)
    No fluff, pure content.

  • @TBTapion
    @TBTapion Před 10 měsíci +1

    Great video! Go seems like a simple language. As you said at the end, this is a great way to get started as someone who has knowledge in other languages. Makes it easier to jump into the use of libraries and understanding their guides on their usage.

  • @joshthompson8478
    @joshthompson8478 Před 4 lety

    I've only been coding for the past 4 months in java, And my internship said this is one thing they'd like me to learn, thanks for the video, it dazzled my brain a bit but it was straight forward enough that even I could mostly understand. Thank you

  • @rishabhbohra
    @rishabhbohra Před 4 lety

    Must have took a great effort to design a super short video with so much content and that too in a lucid way. Thumbs Up!

  • @KidsCodingPlayground
    @KidsCodingPlayground Před 3 lety

    Awesome I was looking for the shortest video I could find to understand what Golang is about and you nailed it, really appreciate your video.

  • @michaelwinters4525
    @michaelwinters4525 Před 3 lety

    Amazing tutorial. Took about 45 minutes for me to go through and do everything myself with more examples. Also I like the language. Gives me a reason to dig deeper.

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

    Great video. You got me at pointers. My favourite feature of programming languages. Ken Thompson's role is clear.

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

    Very well done. Very well condensed and informative.

  • @samuelhssp
    @samuelhssp Před rokem

    Brilliant video, explained brilliantly by a brilliant person!

  • @Vladythebest96
    @Vladythebest96 Před 2 lety

    Lovely video. Thank you for the very concise overview

  • @gordo8189
    @gordo8189 Před 2 lety

    That was 12 minutes well-spent, thanks Jake ;-)

  • @chrispedersen2526
    @chrispedersen2526 Před 4 lety

    Thanks for the excellent crash course Jake Wright!

  • @hydreigonLol
    @hydreigonLol Před rokem

    Amazing video man! I was able to learn the main overview in such an amount of time.

  • @bipinmaharjan4090
    @bipinmaharjan4090 Před 2 lety

    This is more than enough to get started with go. thanks