Tag: lambda

Lightning Talk: The Lambda Calculus in C++ Lambdas – by David Stone – CppCon 2022

  • Lobby
  • Tag Archives: lambda

https://cppcon.org/
---

Lightning Talk: The Lambda Calculus in C++ Lambdas - David Stone - CppCon 2022
https://github.com/CppCon/CppCon2022

The lambda calculus is a foundation of computation equivalent in power to Turing machines.
---

David Stone

David Stone has worked on autonomous vehicles, large-scale distributed systems, and now works developing software for high-frequency trading. He is a member of the C++ Standardization Committee, where he chairs the Modules Study Group (SG2) and is the vice chair of the Evolution Working Group (EWG).
---

Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
YouTube Channel Managed by Digital Medium Ltd https://events.digital-medium.co.uk

#cppcon #programming #lambda

Filed under: UncategorizedTagged with: , , ,

Lightning Talk: The Decade Long Rewind: Lambdas in C++ – Pranay Kumar – CppCon 2022

  • Lobby
  • Tag Archives: lambda

https://cppcon.org/
---

Lightning Talk: The Decade Long Rewind: Lambdas in Cpp - Pranay Kumar - CppCon 2022
https://github.com/CppCon/CppCon2022

The talk is about how lambdas have evolved from C++11 to C++20, what have changed and how much it has changed. Few quick examples would be covered. In case you as a programmer are not taking full advantage of lambdas metamorphosis that has been, this is talk to attend.
---

Pranay Kumar
---

Videos Streamed & Edited by Digital Medium: http://online.digital-medium.co.uk

#cppcon #programming #lambda

Filed under: UncategorizedTagged with: , , , ,

C++ Lambda Idioms – by Timur Doumler – CppCon 2022

  • Lobby
  • Tag Archives: lambda

https://cppcon.org/
---

C++ Lambda Idioms - Timur Doumler - CppCon 2022
https://github.com/CppCon/CppCon2022

Ever since they were introduced in C++11, lambdas have been an essential language feature. Each subsequent standard added more functionality: we got generic lambdas and init captures in C++14, constexpr lambdas in C++17, default-construction and assignment, explicit template arguments and more in C++20, and even more possibilities are coming in the upcoming C++23 standard.

In this talk, we are looking at various interesting things you can do with lambdas. Some of these are well-established, useful idioms; others are lesser known, surprising tricks. Have you ever inherited from a lambda? Can you think of three different ways to call a lambda recursively? Do you know what happens if we assign an immediately-invoked lambda expression to a static variable? If not, then this talk is for you.
---

Timur Doumler

Timur Doumler is the Developer Advocate for C++ tools at JetBrains and an active member of the ISO C++ standard committee. As a developer, he worked many years in the audio and music technology industry and co-founded the music tech startup Cradle. Timur is passionate about building inclusive communities, clean code, good tools, low latency, and the evolution of the C++ language.
__

Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
YouTube Channel Managed by Digital Medium Ltd https://events.digital-medium.co.uk

#cppcon #programming #lambda

Filed under: UncategorizedTagged with: , , , , , ,