Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created January 22, 2017 14:17
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 deque-blog/22fd4fa52a3a101d15650f2c27241464 to your computer and use it in GitHub Desktop.
Save deque-blog/22fd4fa52a3a101d15650f2c27241464 to your computer and use it in GitHub Desktop.
(defn cst [n] n)
(defn sym [s] s)
(defn add [& args] (into [:add] args))
(defn mul [& args] (into [:mul] args))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment