Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created January 22, 2017 16:04
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/ae99cde9b27856eef9108b0b2da767b6 to your computer and use it in GitHub Desktop.
Save deque-blog/ae99cde9b27856eef9108b0b2da767b6 to your computer and use it in GitHub Desktop.
(ns arithmetic
(:require
[clojure.string :as string]
[clojure.set :as set]
[clojure.walk :as walk]
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment