Comment SDL and Python (Score 2, Interesting) 176
SDL was written for porting games, and as such, you would expect most programs that use SDL to be written in C or C++, for speed. However, with the Python bindings for SDL, programmers can write in a better application programming language and still take advantage of your cross-platform "game" library. What applications do you envision with SDL and very-high-level languages?