Loading…
CppCon 2019 has ended
Back To Schedule
Wednesday, September 18 • 16:45 - 17:45
Pattern Matching: A Sneak Peek

Log in to save this to your schedule, view media, leave feedback and see who's attending!

Pattern matching brings a declarative approach to destructuring and inspecting complex data types. It’s a very powerful abstraction provided by many programming languages such as Haskell and OCaml, and more recently, Rust, Scala, and Swift.

In this talk, we’ll discuss the proposal in flight (https://wg21.link/p1371) to add pattern matching as a language feature in the C++. We’ll discuss why pattern matching is more relevant today to C++ than ever before, examples of how pattern matching simplifies the structure of code, and discuss the details of the concrete features being proposed.

The goal of the talk is to build an intuition for pattern matching, and gather feedback of the state of an early stage proposal.

Speakers
avatar for Michael Park

Michael Park

Software Engineer, Facebook
I'm a software engineer at Facebook, working on the C++ libraries and standards team. My focus for C++ is to introduce pattern matching to facilitate better code.


Wednesday September 18, 2019 16:45 - 17:45 MDT
Summit 8/9
  • Future of C++