Skip to content

Instantly share code, notes, and snippets.

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 swuecho/2511604 to your computer and use it in GitHub Desktop.
Save swuecho/2511604 to your computer and use it in GitHub Desktop.
;; echowuhao's solution to Intro to Vectors
;; https://4clojure.com/problem/6
:a :b :c
@swuecho
Copy link
Author

swuecho commented Apr 27, 2012

(= [__](list :a :b :c) (vec '(:a :b :c)) (vector :a :b :c))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment