|
|
|
|
|
by CodeArtisan
2789 days ago
|
|
They are using an in-house variant of Scheme known as DC. There are a few pages about it in Game Engine Architecture, a book written by an engineer at Naughty Dog. https://www.gameenginebook.com/ DC is compiled to bytecode then interpreted. DC compiler is written in Racket. |
|