Last active
September 28, 2021 16:31
-
-
Save hugefiver/1d987151f4576aa7c27f0b4cf7335e0b to your computer and use it in GitHub Desktop.
别老惦记你那破{self}了 scheme
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
(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