Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created June 22, 2017 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infinite-Joy/cb6bf502ff60b10e78970cd0a626fad7 to your computer and use it in GitHub Desktop.
Save infinite-Joy/cb6bf502ff60b10e78970cd0a626fad7 to your computer and use it in GitHub Desktop.
user=> (def langs (list "clojure" "F#" "python" "java"))
#'user/langs
user=> (first langs)
"clojure"
user=> (nth langs 2)
"python"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment