Hacker News new | ask | show | jobs
by zhemao 4450 days ago
Naughty Dog has used Racket as a scripting language in several of their video games for the PS3.
1 comments

Slightly misleading, they don't actually run Racket on the PS3. IIRC, they created a DSL for game logic in Racket and wrote a special compiler for that DSL.

That's still a good example of a "real" program written in Racket, but it doesn't prove that Racket is a good choice for programs that need all the resources they can get.

Ah, I didn't realize that. Very interesting.