Why Nostr? What is Njump?
2023-12-14 17:42:35
in reply to

ɗ𐐩ʃƕρʋ on Nostr: npub18369m…z8jp6 PyPy has JIT, cPython doesn't (although the there is some work on ...

PyPy has JIT, cPython doesn't (although the there is some work on adding a partial jit-like mechanism). But even cPython always compiled the files into bytecode (those are the .pyc files you can find that it caches on the disk if it has write access).

And going back to "circular dependencies", I don't even know what you mean. You can have circular imports – the module being imported will just not be fully initialized until it finishes... initializing. Or do you mean pip deps?
Author Public Key
npub10ffm5eg8xk8tc5nxqvwn2dn8zk0ll7djatsjpww26dar2xvv45sqjrdq2u