Skip to content

Instantly share code, notes, and snippets.

@takikawa
Created May 14, 2013 04:31
Show Gist options
  • Save takikawa/5573712 to your computer and use it in GitHub Desktop.
Save takikawa/5573712 to your computer and use it in GitHub Desktop.
#lang racket
(define-syntax (go stx)
(local-expand #'(begin (define x 3)
x)
'top-level
null))
(go)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment