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-up143arrow-down10
arrow-up143arrow-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-square4fedilink
minus-squareDiplomjodler@feddit.delinkfedilinkarrow-up10·9 months agoWhat about compatibility with Python packages?
minus-squarelolcatnip@reddthat.comlinkfedilinkEnglisharrow-up10·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.