Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Monday, 16-Dec-2024 11:44:02 JST 翠星石
@bronze @EdBoatConnoisseur You can compile CPython with LLVM+clang, but a C compiler is not the only dependency of Python.
If you select any nontrivial free software at random and start following dependencies, especially 2 layers deep, you will find lots of GNU libraries.
One example of a (sadly optional) direct python dependency is GNU readline.