Mac@programming.dev to Rust@programming.dev · edit-29 months agoRustPython: An open source Python 3 (CPython >= 3.11.0) interpreter written in Rustrustpython.github.ioexternal-linkmessage-square4fedilinkarrow-up142arrow-down10cross-posted to: python@programming.dev
arrow-up142arrow-down1external-linkRustPython: An open source Python 3 (CPython >= 3.11.0) interpreter written in Rustrustpython.github.ioMac@programming.dev to Rust@programming.dev · edit-29 months agomessage-square4fedilinkcross-posted to: python@programming.dev
minus-squareDiplomjodler@feddit.delinkfedilinkarrow-up9·9 months agoWhat about compatibility with Python packages?
minus-squarelolcatnip@reddthat.comlinkfedilinkEnglisharrow-up9·9 months agoIt’ll have to implement CPython’s C API to work with packages that use native code. I don’t know if that’s the plan but I wouldn’t consider their implementation compete without it.
What about compatibility with Python packages?
It’ll have to implement CPython’s C API to work with packages that use native code. I don’t know if that’s the plan but I wouldn’t consider their implementation compete without it.