Skip to content

Instantly share code, notes, and snippets.

@hugefiver
Last active September 28, 2021 16:31
Show Gist options
  • Save hugefiver/1d987151f4576aa7c27f0b4cf7335e0b to your computer and use it in GitHub Desktop.
Save hugefiver/1d987151f4576aa7c27f0b4cf7335e0b to your computer and use it in GitHub Desktop.
别老惦记你那破{self}了 scheme
(require lazy)
(((λ (f) ((λ (x) (f (x x))) (λ (x) (f (x x))))) (λ (f) (λ (n) (if (> n 0) (string-append "别老惦记着你那破" (f (- n 1)) "了") "")))) 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment