Update from the Elixir Core Team - José Valim | Code BEAM Europe 2023

Поделиться
HTML-код
  • Опубликовано: 5 янв 2024
  • ✨This talk was recorded at Code BEAM Europe 2023. If you're curious about our upcoming event check codebeameurope.com ✨
    What the Elixir team has done in the last few months, what projects they’re working on, what’s going on on the research side, and what features will be in the next release.
  • НаукаНаука

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

  • @martinvannijnatten8134
    @martinvannijnatten8134 5 месяцев назад +4

    Thanks Jose - very clear, open and exciting work going on about type system and good see the close cooperation with the OTP and Erlang teams

  • @igustingurahokaprinarjaya7482
    @igustingurahokaprinarjaya7482 5 месяцев назад +3

    AMAZING!
    Thx super much Elixir Core Team!

  • @flipperiflop
    @flipperiflop 5 месяцев назад +4

    The documentation updates is a really good one - the diagrams are a nice addition

  • @user-yk4pj3kg8d
    @user-yk4pj3kg8d 4 месяца назад +1

    Very nice talk! Hope to see those improvements soon! Congratz Jose and everyone involved!

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

    Great talk, Jose!

  • @stevenhe3462
    @stevenhe3462 5 месяцев назад +1

    Cannot wait to try typed Elixir!

  • @Redyf
    @Redyf 4 месяца назад

    So proud of you José :)

  • @_FFFFFF_
    @_FFFFFF_ 5 месяцев назад +1

    My big concern is typed message passing in Elixir. It will be interesting to see how they overcome this.

    • @wanton7306
      @wanton7306 4 месяца назад

      From what I've listed to him in other podcast those won't be typed. You have to add pattern matching of guards to get them typed like example for structs def my_func(%MyStruct{} = my_struct) and now my_struct will have type of a MyStruct at compile time.

  • @varshneydevansh
    @varshneydevansh 5 месяцев назад +3

    Go Elixir