Let's hope this is in the right forum. I'm interested in writing a stock robot. I've coded in C, C++, and PHP. By far I prefer PHP for development time. C is pretty cryptic but 10x faster than C++ with pointer arithmetic. So I'd like to develop an application in PHP. As you can imagine I need a sandbox.
I suppose I could build an API layer around a Java API. But as I understand it that would mean program -> java -> php. Too many abstraction layers.
Suggestions?
I suppose I could build an API layer around a Java API. But as I understand it that would mean program -> java -> php. Too many abstraction layers.
Suggestions?