Y Hacker News Books
Elements of Programming

#742 of 2,654 all-time

Elements of Programming

Alexander Stepanov, Paul McJones

9 people recommended it in 6 threads, 2011–2024.

What people on Hacker News said

adamnemecek
This book proposes how to write C++-ish code in a mathematical way that makes all your code terse.

on HN, 2017

tom_b
You might want to consider having a look at the Stepanov Elements of Programming book. I think there is a chance it could be a good follow-up for hackers interested in moving from Hanson's elegant looking code to a nice, minimal C++.

on HN, 2011

saurabhsharan
Elements of Programming (by Alexander Stepanov and Paul McJones) takes a mathematical approach to programming. Since its only prerequisite is a basic understanding of high school algebra, the book is very accessible and easy to follow.

on HN, 2011

bstamour
It shows how algebra can serve as an effective foundation for engineering generic, reusable programs.

on HN, 2017

mempko
The Elements of Programming. They use C++ but it isn't about C++ at all

on HN, 2017

Where it comes up