Skip to content

Instantly share code, notes, and snippets.

Created October 1, 2011 07:58
Show Gist options
  • Select an option

  • Save anonymous/1255743 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/1255743 to your computer and use it in GitHub Desktop.
;; pcavs's solution to Gus' Quinundrum
;; https://4clojure.com/problem/125
(fn []
(let [a ["(fn [] (let [a "
"] (apply str (a 0) a (a 1))))"]] (apply str (a 0) a (a 1))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment