Hacker News new | ask | show | jobs
by throw20161123 3467 days ago
I'm guessing Python for research and prototyping with C++ for production-izing and scaling.
1 comments

Some of these Python libs call out to C for heavy lifting, which can be very performant.
You lose quite a bit of optimization opportunities along the FFI boundaries.