Skip to content

Instantly share code, notes, and snippets.

@LeifAndersen
Created November 13, 2018 19:41
Show Gist options
  • Save LeifAndersen/94488e6937fa09fb96cde8234bd539ba to your computer and use it in GitHub Desktop.
Save LeifAndersen/94488e6937fa09fb96cde8234bd539ba to your computer and use it in GitHub Desktop.
(module blar racket
(#%plain-module-begin
(foo)
(writeln (foo))
(define-syntax (foo stx)
#'(lambda () (writeln 42)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment