Skip to content

Instantly share code, notes, and snippets.

@timsgardner
Last active August 29, 2015 14:12
Show Gist options
  • Save timsgardner/f36c8eabaca47811a93b to your computer and use it in GitHub Desktop.
Save timsgardner/f36c8eabaca47811a93b to your computer and use it in GitHub Desktop.
clesgo
(ns madness)
(defn reset []
((fn clesgo [n]
(defn go-clesgo [m]
(clesgo (+ n m)))
n)
1))
(defn abandon-hope []
(reset)
[(last
(repeatedly 1000
(let [f go-clesgo] #(f 1))))
(last (repeatedly 1000 #(go-clesgo 1)))])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment