Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

BrightScript

< >

BrightScript is a programming language created in 2008.

#3005on PLDB 16Years Old
Homepage

BrightScript is a powerful scripting language for building media and networked applications for embedded devices. This language features integrated support for a lightweight library of BrightScript objects, which are used to expose the API of the platform (device) that is running BrightScript. The BrightScript language connects generalized script functionality with underlying components for networking, media playback, UI screens, and interactive interfaces; BrightScript is optimized for generating user-friendly applications with minimal programmer effort. Now part of Roku.


Example from the web:
REM REM The game of Snake REM demonstrates BrightScript programming concepts REM June 22, 2008 REM REM Every BrightScript program must have a single Main() REM Sub Main() game_board=newGameBoard() While true game_board.SetSnake(newSnake(game_board.StartX(), game_board.StartY())) game_board.Draw() game_board.EventLoop() if game_board.GameOver() then ExitWhile End While End Sub
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll