PureBytes Links
Trading Reference Links
|
Hi Michael,
>Given these circumstances, and given your wish to write completely portable
>code, I would agree that development in Jython/Java might be your best
>option.
I settled on what I think is a reasonable compromise. The market data
server will be written in Java and will embed Python via Jython. It's a
separate piece of software and might be rewritten in C/C++ in the future
for performance or other reasons.
The rest of the system will be written in Python. A really nice trading
systems development environment can then be built on top of Boa
Constructor or a similar Python IDE with a built-in debugger.
Joel
|