If you're used to the unix stack/environment, I would go for Python - nice and easy.
EDIT: You can implement the number-crunching part in C or C++ and make it a module to use in your python code. This way, you get fast number-crunching code, and easy-to-program glue.