Recently posted onto Wolfram's Blog is a set of 10 tips for how to write fast Mathematica code. It is a very amusing read -- go read it now, because below I am going to make some comments on it, assuming that you have read it.
- Use floating-point numbers if you can, and use them early.
Basically: if you're using Mathematica as a...