I hate IDL.Xaryn Mar post=18.73368.794345 said:Fortran 90 and IDL. Mostly because I use them at the university but also because they are quite powerful and easy to use. Have had a little experience with Pascal and good old basic.
It's supposed to be a language for nice quick computation and visualization. And yet the default integer size is that of a C++ short (only goes up to 32767 if signed)! And the language doesn't auto-promote anything! Forgetting to add "L" to the loop counter will ruin your whole simulation. Making a physicist have to worry about this kind of implementation minutiae is just a joke.
-- Alex