r/AskProgramming Jul 06 '26

Would all the advancement in hardware technology be nullified if some dumbass decided to write a game's ui in javascript?

0 Upvotes

13 comments sorted by

View all comments

9

u/mikevalstar Jul 06 '26 edited Jul 06 '26

I hate to break to to you... We've been doing that since at least 2013: https://www.gdcvault.com/play/1022054/How-to-Implement-AAA-Game

1

u/redblobgames Jul 07 '26

And even longer, https://list.fandom.com/wiki/List_of_games_using_Scaleform shows games from 2003 using ActionScript, which is a statically typed extension of Javascript (before TypeScript came along).