Thanks for your input, however, could you give some rational for your votes?
I'm leaning towards Python for simplicity, and portability.
C++ poses quite a few issues with implementation. For one, I'll need to take several platforms into account during the development process. If I was targeting one platform like Windows, it would be very straightforward, however, supporting several platforms adds an additional level of complexity. What's the benefit for using C++ in this case? Speed (not that Python is slow)? I'd say not so much, computational speed isn't as important in NXT like it is in Bitcoin when mining. I'm struggling to find a good reason to require implementing it in C++.