Skip to content

Instantly share code, notes, and snippets.

@wilkes
Created August 24, 2009 17:29
Show Gist options
  • Save wilkes/173976 to your computer and use it in GitHub Desktop.
Save wilkes/173976 to your computer and use it in GitHub Desktop.
(regexp-opt '("defn" "defn-"
"defmulti" "defmethod"
"defmacro" "defmacro-"
"deftest"
"defstruct" "defstruct-"
"def"
"defonce" "defonce-"
"defnk"
"defvar" "defvar-"
"defunbound" "defunbound-"
"defalias"
"defhinted"
"defn-memo"
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment