How Zig is used at Uber - Motiejus Jakštys

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

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

  • @_orangutan
    @_orangutan 2 года назад +23

    Such a great talk.
    As more talks are given, the more I realize what a great choice it was to pick up and invest time on Zig at the start of this year. The alternative was Rust. Keep up the great work devs.

    • @daniellevymoreno1141
      @daniellevymoreno1141 2 года назад +6

      Keeping a close watch at Zig, really agree with it's design principles. I am actually waiting for WASM backend support to do the jump into learning it, for now sticking to rust.

    • @KManAbout
      @KManAbout 2 года назад

      @@daniellevymoreno1141 I just started learning it. I learned go before that sort of. I like zig so far

    • @kyonas6047
      @kyonas6047 Год назад

      @@daniellevymoreno1141 now zig can do wasm go ham

  • @sporefergieboy10
    @sporefergieboy10 2 года назад +53

    lmao 250$ reward from Google they may as well give nothing

  • @Mglunafh
    @Mglunafh Год назад

    That was a sweet talk! Such a pleasure to hear the genuine stories, thanks to Motiejus for presenting!

  • @Herdogan80
    @Herdogan80 2 года назад +2

    Great to hear that story.

  • @FrankHarwald
    @FrankHarwald Год назад +9

    Does this mean zig-cc can also compile C++ natively? If so: huge respect! that's incredibly difficult to achieve - even if reusing LLVM Clang C++ frontend!

  • @guillaumewenzek4210
    @guillaumewenzek4210 2 года назад +5

    Pretty cool that you managed to get some sponsorship from Uber.

  • @abanoubha
    @abanoubha 2 года назад +17

    good to see Zig reaching production 💚

  • @Pic14Kk
    @Pic14Kk 2 года назад +5

    Deploying Zig to production on friday xDDDDD

  • @_slier
    @_slier 2 года назад +1

    so when to sponsor zig then?

  • @saulius2
    @saulius2 2 года назад

    Puikiai!

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

    Its great to see, how stupid complicated systems are born. Create a monorepo lol. Now I will never ever think of applying to this place.

  • @bdnugget
    @bdnugget 2 года назад +1

    Whooooo! Ziggers unite!

  • @ko-Daegu
    @ko-Daegu Год назад

    is this how uber info got hacked multiple times ?

  • @TANRININresulu
    @TANRININresulu Год назад +3

    Only because of THE GOD willed it that way

    • @r2com641
      @r2com641 6 месяцев назад

      God sent Zig to earth

  • @gofudgeyourselves9024
    @gofudgeyourselves9024 2 года назад +3

    Zig vs Rust vs Golang vs C++

    • @pau1976
      @pau1976 2 года назад +7

      I think Zig is meant to compete with C, and Rust with C++

    • @NathanHedglin
      @NathanHedglin 2 года назад +5

      Go doesn't really fit.

    • @gofudgeyourselves9024
      @gofudgeyourselves9024 2 года назад

      Add carbon as well to this

    • @109Rage
      @109Rage 2 года назад +1

      @@NathanHedglin Go WANTED to replace C++ in some areas, with how it was advertised as a "systems programming language", but it mostly ended up competing with Python and Java instead. (and arguably some server-side Javascript stuff)

    • @andrewTaylorCodes
      @andrewTaylorCodes 2 года назад +1

      @@109Rage I agree. I generally see Go used in backend web apps competing with NodeJS / Deno. Go seems to be heavily used in DevOps and Kubernetes tooling. Every now and then I run across some new CLI application written in Go, but generally Rust seems to be the language of choice in that area.