Afbeelding auteur

Robert Nystrom

Auteur van Game Programming Patterns

2 Werken 217 Leden 7 Besprekingen

Werken van Robert Nystrom

Game Programming Patterns (2014) 123 exemplaren
Crafting Interpreters (2021) 94 exemplaren

Tagged

Algemene kennis

Geslacht
male

Leden

Besprekingen

Similar to "design patterns" by gang of four. Author shares insights into game industry and game programming in a slightly humorous and warm way.
Style: 4/5 - examples and humour
Density: 3/5 - some is new, some is old
Relevancy: 1/5 - can be relevant to current job and future game programming but examples are tied to c

If i ever build a big game i might remember about this book.
 
Gemarkeerd
rubyman | 5 andere besprekingen | Feb 21, 2024 |
A strange mix of high level and low level solutions, but very insightful at times.
 
Gemarkeerd
zeh | 5 andere besprekingen | Jun 3, 2023 |
As good as GoF, touching different subjects of course, but just as good. More practical, more focused and of course a lot less academic. Worth a reread(self-note).
 
Gemarkeerd
NachoSeco | 5 andere besprekingen | Oct 10, 2022 |
Programming languages are something of a hobby of mine. Going as far back as undergrad, I’ve written a fair few interpreters and compilers over the years. I’ve never really gotten beyond a strong basic level, but I’ve always wanted to. Crafting Interpreters is a great book for exactly that.

The book essentially walks you through two styles of interpreter of the same language: just an AST walking style written in Java (the sort I’ve done a few times) and then a much more optimized one based on bytecode. There was something to learn on both sections though, since the the introduced language (lox) includes higher order functions and closures—certainly more interesting bits of languages to implement.

The latter really was the more interesting to me and really makes me want to go out and try building something more like that.

I think they biggest weakness of the book was in some ways also a strength: the author wrote all the code for the book before writing the prose—and then made sure that the book contained every line of the final interpreters. That does lead to some rather repetitive sections of adding very similar code to each new function, but so it goes.

Overall, well worth the read if you’re into programming languages, or really programming in general.
… (meer)
 
Gemarkeerd
jpv0 | Jul 21, 2021 |

Misschien vindt je deze ook leuk

Statistieken

Werken
2
Leden
217
Populariteit
#102,846
Waardering
½ 4.3
Besprekingen
7
ISBNs
7
Talen
1

Tabellen & Grafieken