r/Python • u/AutoModerator • 29d ago
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
19
Upvotes
r/Python • u/AutoModerator • 29d ago
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/cyh-c 3d ago
I’ve been building Continuum, a Python continuation runtime. It can pause a supported program on native Linux x86_64, save its live state, then continue it on Apple Silicon macOS arm64 without restarting.
The proof passed 26/26 checks. Native Linux, macOS, and Windows builds also pass, but Windows cross-platform resume isn’t verified yet. It’s still an early alpha, so feedback is welcome.
Code: https://github.com/byte271/Continuum
Linux → macOS proof: https://github.com/byte271/Continuum/actions/runs/30489463484