I am starting my first independent for profit venture. I am having a hard time deciding what language to use. I want to write my app in Perl, but I don't think it will be simple enough to compile. If I don't write it in Perl I will write it in C++.
The application will have many features, including wxwidgets interface, Deal with SDL, timers, some threading, and audio processing. The program itself will be somewhat complex, but not terribly large.
So my question's are:
Edit: Some of my project specifications.
Everything else is pretty mundane. Some different classes and containers. A few custom GUI controls.
Why not use a hybrid of both? It's generally the way a lot of development is going these days.
I'd suggest a Lua/C++ or a Python/C++ combo (I'm not sure how well a Perl/C++ combo works, but that may be a good option too).
Personally I've done a bunch with the Lua/C++ combo and it's pretty fantastic.