Photo de l'auteur

Robert Nystrom

Auteur de Game Programming Patterns

2 oeuvres 217 utilisateurs 7 critiques

Œuvres de Robert Nystrom

Game Programming Patterns (2014) 121 exemplaires
Crafting Interpreters (2021) 96 exemplaires

Étiqueté

Partage des connaissances

Sexe
male

Membres

Critiques

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.
 
Signalé
rubyman | 5 autres critiques | Feb 21, 2024 |
A strange mix of high level and low level solutions, but very insightful at times.
 
Signalé
zeh | 5 autres critiques | 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).
 
Signalé
NachoSeco | 5 autres critiques | 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.
… (plus d'informations)
 
Signalé
jpv0 | Jul 21, 2021 |

Vous aimerez peut-être aussi

Statistiques

Œuvres
2
Membres
217
Popularité
#102,846
Évaluation
½ 4.3
Critiques
7
ISBN
7
Langues
1

Tableaux et graphiques