#CppNow

C++Nowcppnow
2025-05-07

The C++Now conference thanks Bloomberg Engineering for being a Gold Sponsor in 2025!

Their generous support helped us provide an incredible program of advanced C++ content!

C++Nowcppnow
2025-05-07

The C++Now conference thanks Bloomberg Engineering for being a Video Sponsor in 2025!

Thanks to their support, we had an amazing 3-track program this year, and will soon have videos to share with the world!

C++Nowcppnow
2025-05-04

C++Now thanks think-cell for being a Track Sponsor in 2025!

Thanks to their support, we had an amazing 3-track program this year, and will soon have videos to share with the world!

C++Nowcppnow
2025-05-02

C++Now thanks think-cell for being a Track Sponsor in 2025!

Thanks to their support, we had an outstanding 3-track program this week!

C++Nowcppnow
2025-05-02

The C++Now conference thanks Bloomberg Engineering for being a Gold Sponsor in 2025!

Their support helped us get off to a great start this year, bringing some of the best speakers in the C++ community to Aspen!

C++Nowcppnow
2025-05-02

The C++Now conference thanks Bloomberg Engineering for being a Video Sponsor in 2025!

Their support is helping us provide an incredible program of advanced C++ content this week!

C++Nowcppnow
2025-05-01

C++Now thanks think-cell for being a Track Sponsor in 2025!

Their support is helping us provide an incredible program of advanced C++ content this week!

C++Nowcppnow
2025-04-30

The C++Now conference thanks Bloomberg Engineering for being a Gold Sponsor in 2025!

Their support helped us get off to a great start this year, bringing some of the best speakers in the C++ community to Aspen!

C++Nowcppnow
2025-04-30

The C++Now conference thanks Bloomberg Engineering for being a Video Sponsor in 2025!

Their support helped get us off to a great start this year creating exciting new C++ content!

C++Nowcppnow
2025-04-29

The C++Now conference is excited to welcome Bloomberg Engineering as a Gold Sponsor in 2025!

Their support helps us provide the most advanced C++ content around!

C++Nowcppnow
2025-04-29

The C++Now conference is excited to welcome Bloomberg Engineering as a Video Sponsor in 2025!

Their support helps us create and deliver amazing C++ content!

C++Nowcppnow
2025-04-28

C++Now thanks think-cell for being a Track Sponsor in 2025!

Their generous support helped get off to a great start this year bringing exciting new content to the C++ community!

C++Nowcppnow
2025-04-28

The C++Now conference is pleased and proud to announce Bloomberg Engineering is a Gold Sponsor in 2025!

Their generous support helps us make C++Now 2025 possible.

C++Nowcppnow
2025-04-28

The C++Now conference is pleased and proud to announce Bloomberg Engineering is a Video Sponsor in 2025!

Their generous support will help us deliver outstanding C++ content to the entire world!

C++Nowcppnow
2025-04-27

C++Now is pleased and proud to announce think-cell is our first-ever Track Sponsor in 2025!
 
Their generous support will help us deliver outstanding C++ content to the entire world!

Steve DowneySdowney
2025-04-27

Fun with Church/Scott Pairs:

pair = λl r p. p l r
fst = λp. p (λl r. l)
snd = λp. p (λl r. r)

In C++ lambda:
inline constexpr auto fst = [](auto p) {
return p([](auto l, auto r) { return l; });
};

In std::execution:
auto fst = [](ex::sender auto p) -> ex::sender auto {
return ex::then(p, [](auto l, auto r) { return l; });
};

Talk on Friday at

C++Nowcppnow
2025-02-17

🔥 Ready to elevate your C++ game? Join us at C++Now in Aspen, Colorado, for a five-day immersive experience in C++.

Network with experts, and dive deep into the latest C++ content.

Secure your spot now! cppnow.org/registration

C++Nowcppnow
2025-02-09

C++Now Registration

🔥 Ready to elevate your C++ game? Join us at C++Now in Aspen, Colorado, for a five-day immersive experience in C++.

Network with experts, and dive deep into the latest C++ content.

Secure your spot now! cppnow.org/registration

C++Nowcppnow
2025-02-02

We have just released a new C++Now 2024 Conference Video!

C++Now Registration

🔥 Ready to elevate your C++ game? Join us at C++Now in Aspen, Colorado, for a five-day immersive experience in C++.

Network with experts, and dive deep into the latest C++ content.

Secure your spot now! cppnow.org/registration

C++Nowcppnow
2025-01-30

We have just released a new C++Now 2024 Conference Video!

C++Now Registration

🔥 Ready to elevate your C++ game? Join us at C++Now in Aspen, Colorado, for a five-day immersive experience in C++.

Network with experts, and dive deep into the latest C++ content.

Secure your spot now! cppnow.org/registration

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst