this post was submitted on 22 Apr 2025
11 points (100.0% liked)

C++

1986 readers
12 users here now

The center for all discussion and news regarding C++.

Rules

founded 2 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] namingthingsiseasy 4 points 6 days ago

I found this interesting as someone who really enjoys using the |> operator that's present in a bunch of other languages. I also like how it uses "result or error"-like types to be able to report errors from the pipeline too.

Highly unlikely that I'd ever use this in code I work with personally, but an interesting and fresh take. I definitely learned a few new interesting concepts from reading this!