Skip to content

Instantly share code, notes, and snippets.

@LeifAndersen
Created March 12, 2019 19:01
Show Gist options
  • Save LeifAndersen/5edd52dd2a6e4b1d5a116790ddf1add2 to your computer and use it in GitHub Desktop.
Save LeifAndersen/5edd52dd2a6e4b1d5a116790ddf1add2 to your computer and use it in GitHub Desktop.
#lang racket
(require pict)
(define-syntax (m stx)
#`(list (circle 1) #,(syntax-local-lift-expression #'(circle 1))))
(#%expression (m))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment