Talk - Brandt Bucher: A Perfect Match The history, design, implementation, and future of Python's...

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

КОМЕНТАРІ • 4

  • @NicolasChanCSY
    @NicolasChanCSY 2 роки тому +1

    Good talk about *structural* pattern matching (emphasising the word structural because people often miss it and misunderstand this feature as a switch statement). Thank you for the talk and this new feature!

  • @jarail
    @jarail 2 роки тому +1

    Love this style of talk, hearing a bit about the feature and why I should care about it in the first place. Haven't used a match statement before (work in other languages mostly). Will definitely be thinking about how this can help simplify my code in the future. Thanks!

  • @hoffenreichalex
    @hoffenreichalex 2 роки тому

    what was the name of the language you mentioned in which there are implementations of desision trees?