Hacker News new | ask | show | jobs
by plonk 1206 days ago
In the data science space, which is probably one of the biggest users of Python, an interpreter that doesn't support these is dead in the water.
1 comments

I think the question is whether it would suffice to port the few most popular native modules to directly use this project's bespoke Rust API instead of the standard CPython API. This'd probably be less work than building a real emulation layer for the CPython API, especially if they don't want to include the GIL. But if Python users need a lot of different native modules and not just a few popular ones, then that won't suffice.