Skip to content

Instantly share code, notes, and snippets.

@dyoo
Created March 20, 2013 18:48
Show Gist options
  • Save dyoo/5207339 to your computer and use it in GitHub Desktop.
Save dyoo/5207339 to your computer and use it in GitHub Desktop.
#lang racket
(syntax-case #'(this is a vector: #(3 4 5)) ()
[(a b c d #(x y z))
(list #'x #'y #'z)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment