Created
January 18, 2017 19:28
-
-
Save LeifAndersen/473d9fc7e75c80fe722bf293162bfa6d to your computer and use it in GitHub Desktop.
lifteds...
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
| #lang racket | |
| (define-syntax (fuck me) | |
| (syntax-case me () | |
| [(_) | |
| (begin | |
| (define dr #'dict-ref) | |
| (define dr* (local-expand #'dict-ref 'expression '())) | |
| #`(list #,dr #,dr*))])) | |
| (fuck) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment