0
The C programming language outperforms interpreted languages such as Python or Ruby, but when it comes down to programming productivity, it is much easier/faster to write a Python program than a C program.
Considering that I want to write a trading bot, what would be the most appropriate language? If I use C, will I see a noticeable performance difference, or would the latency from HTTP calls make my decision time irrelevant?
3This is just a general programming question. It belongs on Stack Overflow, not here. – Chris Acheson – 2011-09-15T22:19:07.427
@Chris Acheson Maybe. But for example, MtGox has websockets which reduces latency a lot I think... I have no idea how other forex/stock exchanges work. If I went to stackoverflow I would have to write: "considering that I want to use the API from Bitcoin's exchanges...". – nmat – 2011-09-15T22:46:30.257
1Then it's a question about websockets. Still a programming question. – Chris Acheson – 2011-09-16T02:26:02.347
1Specifically, the reason it's off-topic is that this question could apply to any type of trading bot, Bitcoin or not. – eMansipater – 2011-09-16T15:43:41.783