Program your next server in Go

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 30

  • @sameerajmani7538
    @sameerajmani7538 8 років тому +45

    Slides for this talk: talks.golang.org/2016/applicative.slide#1

    • @serignesow933
      @serignesow933 8 років тому +4

      Thanks Sameer for all your contributions

    • @hitzhangjie
      @hitzhangjie 7 років тому

      Thank you very much for sharing

  • @BernhardHofmann
    @BernhardHofmann 3 роки тому +3

    By far the best intro to go I've seen. Pure gold! 🙌🏻

  • @neilclay5835
    @neilclay5835 4 роки тому +1

    Go routines in combination with closures and channels == total awesomeness

  • @germandiagogomez
    @germandiagogomez 6 років тому +8

    I started not liking Go the first time I saw it. But I must say that for writing servers it is amazing and almost unbeatable.

  • @maxproske1950
    @maxproske1950 6 років тому +3

    That was an amazing demo. I loved learning facts about visibility/type declarations/what's enforced by the compiler, as I was learning!

  • @nisachannel7077
    @nisachannel7077 6 років тому +6

    Minor correction. Java Generics were introduced in Java 5, not Java 4. Great introduction to Go, specially for someone with a background in Java.

  • @elidrissii
    @elidrissii 6 років тому +1

    Absolutely great presentation.

  • @Luix
    @Luix 5 років тому +1

    Amazing the tricks to improve performance

  • @पापानटोले
    @पापानटोले 5 років тому +3

    Is it 21st century Erlang?

  • @kamalabuhenamostafa
    @kamalabuhenamostafa 7 років тому +9

    Well introduction of Go

  • @TheSrishanbhattarai
    @TheSrishanbhattarai 7 років тому +1

    Great demo!

  • @AvindraGoolcharan
    @AvindraGoolcharan 3 роки тому

    9:45 where does Rust fit into this paradigm? :)

    • @sirnawaz
      @sirnawaz 3 роки тому

      It belongs close to C and C++... just above C++.

  • @boot-strapper
    @boot-strapper 7 років тому

    Really great demo!

  • @deNudge
    @deNudge 3 роки тому

    I always thought, this should be Japanese (pronounced "sekai"), also meaning "world"...

  • @Wuselol
    @Wuselol 7 років тому +2

    Sameer looks a bit like a real life version of Eli Vance from Half Life :D

  • @harish1508
    @harish1508 6 років тому +1

    What is the guarantee that my private data in my Go app is not there by Google??

    • @brendanhonea1432
      @brendanhonea1432 5 років тому +10

      Go is an open source language. That's your guarantee

    • @netizentrotter514
      @netizentrotter514 5 років тому +13

      What's the guarantee that your private data in a Java Application is not being exposed to Oracle?

  • @ekowcharles7890
    @ekowcharles7890 6 років тому +1

    Scala = Java++
    Hahahaha

  • @kefsound
    @kefsound 4 роки тому

    NEVER

  • @jamesbond9810
    @jamesbond9810 5 років тому

    developing countries are going to use huawei 5G so they do not have limitation for network, however....you understand...who has the limitation for network in the future. :)

  • @ricochetojosdemiel
    @ricochetojosdemiel 11 місяців тому

    Excelente

  • @llothar68
    @llothar68 7 років тому

    I found it impossible to use because it has no C macro preprocessor.
    Please add it and i start using it ..... :-)

    • @walter0bz
      @walter0bz 7 років тому +3

      many people would use it *because* it has no C macro preprocessor :)However I agree a sanitised macro system (see Rust) is useful. But what if they allowed 'typeless functions' to behave like macros?(like a simplified generic) it wouldn't breach their simplicity much

    • @Wren6991
      @Wren6991 6 років тому +6

      GCC has a "preprocess only" option. Shove your Go code through GCC first if you really want C macros. One extra line in your makefile!

  • @Simon-xi8tb
    @Simon-xi8tb 2 роки тому

    do not do what the title says

  • @winterfrost5253
    @winterfrost5253 6 років тому

    every third sentence he says 'aahhhhh...mmmm..'