Skip to content

Instantly share code, notes, and snippets.

@yura
Last active September 8, 2023 06:50
Show Gist options
  • Select an option

  • Save yura/b08d2c292b3b3b4734cfec76c620b9e6 to your computer and use it in GitHub Desktop.

Select an option

Save yura/b08d2c292b3b3b4734cfec76c620b9e6 to your computer and use it in GitHub Desktop.

Revisions

  1. yura revised this gist Sep 8, 2023. No changes.
  2. yura revised this gist Sep 8, 2023. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions sansara.py
    Original file line number Diff line number Diff line change
    @@ -4,5 +4,3 @@
    you.do_yoga
    Smadhi = you.do_yoga
    you.die
    else:
    # go to next level && learn Haskell
  3. yura created this gist Sep 8, 2023.
    8 changes: 8 additions & 0 deletions sansara.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    Samadhi = False
    while not Samadhi:
    you = Being.born
    you.do_yoga
    Smadhi = you.do_yoga
    you.die
    else:
    # go to next level && learn Haskell