Nuitka: Optimizing Python compiler compatible with CPython (nuitka.net) 3 points by notpushkin 1y ago ↗ HN
[–] notpushkin 1y ago ↗ Given that we have two [1, 2] Python implementations on the main today, I thought I’d share a project I’ve found interesting.Unlike previous “compile Python to a standalone executable” approaches, Nuitka links libpython and converts Python code to C, using libpython methods. [–] notpushkin 1y ago ↗ [1]: https://github.com/exaloop/codon, https://news.ycombinator.com/item?id=41580326[2]: https://www.graalvm.org/python/, https://news.ycombinator.com/item?id=41570708
[–] notpushkin 1y ago ↗ [1]: https://github.com/exaloop/codon, https://news.ycombinator.com/item?id=41580326[2]: https://www.graalvm.org/python/, https://news.ycombinator.com/item?id=41570708
2 comments
[ 2.9 ms ] story [ 19.4 ms ] threadUnlike previous “compile Python to a standalone executable” approaches, Nuitka links libpython and converts Python code to C, using libpython methods.
[2]: https://www.graalvm.org/python/, https://news.ycombinator.com/item?id=41570708