Skip to content

Instantly share code, notes, and snippets.

@dynamitechetan
Created August 29, 2019 15:35
Show Gist options
  • Save dynamitechetan/053587d273e7838aa89b468746e9774f to your computer and use it in GitHub Desktop.
Save dynamitechetan/053587d273e7838aa89b468746e9774f to your computer and use it in GitHub Desktop.
user=> (def x 4)
;=> #'user/x
user=> `(1 2 3 ~x 5) ;=> (1 2 3 4 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment