Hacker News new | ask | show | jobs
by tyscorp 2787 days ago
I think they still use it for scripting in their games. For things like AI, etc.
1 comments

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.