Add seven new songs as code#6
Draft
mullinmax wants to merge 2 commits into
Draft
Conversation
- hotel_california.py: object that resurrects in __del__; leave() raises - livin_on_a_prayer.py: Zeno loop forever halfway there until IEEE 754 gives up - one_more_time.py: retry decorator that always grants one more time - ring_of_fire.py: self-containing ring, recursion goes down as flames go higher - come_together.py: threads join right now over the main thread - 500_miles.py: walks 500 miles, then walks 500 more - poker_face.py: repr/str/eq/bool that reveal nothing Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LGbUiq58kEjoLWdffM3Mbx
Identifiers and mechanics now do the referencing; no line-by-line lyrics. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LGbUiq58kEjoLWdffM3Mbx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seven new songs whose code mechanics embody the song, all verified to run cleanly with
python3:check_out()works,leave()raisesPermissionError, and__del__puts the guest back in the registry: you can check out any time you like, but you can never leave.join()— right now — over the main thread ("over me").__repr__,__str__,__eq__,__bool__, and ahandproperty that reveal nothing at all.🤖 Generated with Claude Code
https://claude.ai/code/session_01LGbUiq58kEjoLWdffM3Mbx
Generated by Claude Code