Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 626 Bytes

2023-02-22-586.md

File metadata and controls

9 lines (8 loc) · 626 Bytes
title date tags layout telegram_id
Functional Programming in C++
2023-02-22 08:03:01 -0800
post
586

📝 Functional Programming in C++ is a (mirror of) blog post from John Carmack about using functional approach in, well, any OOP language, actually, not just C++. I like how well-thought, practical, and balanced his vision on this. He covers pure functions and immutability, their trade offs, and how to fit into the messy OOP world. I think it's a good intro into the world of functional programming, just enough to get interested and already start using it at work.