All posts tagged "programming"
-
–
Know Your Sizes
Just because a type is complex, doesn’t mean it is expensive to copy.
-
–
First steps in Rust
Taking my first steps in Rust after looking at it for a long time.
-
–
C++ Parameter Passing
One misconception that floats around the C++ world is that the language has three parameter passing styles: call-by-value, call-by-pointer, and call-by-reference. This isn’t quite right though…
-
–
Projection objects for the STL
Writing some quality-of-life improvements to C++’s algorithm library.
-
–
C++ Value Categories Reference
This post is more of a reference for myself regarding C++ value categories.
-
–
Abstraction is Restriction is Composability
We should thank the mathematicians for their work in functional programming.