Hacker News new | ask | show | jobs
by dr_zoidberg 3213 days ago
The secret is to write as much as you can in "high level" (Python) and then just specialize the critical path in C/C++. That gives you the best balance between clarity, developer time and performance.