Skip to content

Instantly share code, notes, and snippets.

@LeifAndersen
Created January 18, 2017 19:28
Show Gist options
  • Select an option

  • Save LeifAndersen/473d9fc7e75c80fe722bf293162bfa6d to your computer and use it in GitHub Desktop.

Select an option

Save LeifAndersen/473d9fc7e75c80fe722bf293162bfa6d to your computer and use it in GitHub Desktop.
lifteds...
#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