Earlier quoted context omitted.
Conway's game of life is at best school homework, it does not correlate to any programming done in a real job.
I'm frankly a bit offended by the type of computer science and computer programming that you dismiss as not a "real job". Sure, Conway's Game of Life is a toy problem, but the optimizations used to make it run fast (which go way beyond mere bit-twiddling, btw) are useful tools and practice in a programmer's mental toolbox, for solving real problems. Certainly, a programmer who "merely" plugs frontends into backends w…
> (which go way beyond mere bit-twiddling, btw)
I was fascinated by optimizations people come up for Game of Life by reading Michael Abrash's Black Book.
> a programmer who "merely" plugs frontends into backends with databases"
I am such a programmer: never have used bit manipulation in my job, and while it is kinda boring, it is a job, and someone has to do it.