Skip to content

Instantly share code, notes, and snippets.

@iitalics
Created August 8, 2017 21:02
Show Gist options
  • Save iitalics/c8a69d89b7d1f2b0a5bbbf4175ad33ed to your computer and use it in GitHub Desktop.
Save iitalics/c8a69d89b7d1f2b0a5bbbf4175ad33ed to your computer and use it in GitHub Desktop.
Applies macro from "garbage-macro.rkt"
#lang s-exp "garbage-macro.rkt"
(new-let ([s "hello, world"])
(displayln s))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment