Skip to content

Instantly share code, notes, and snippets.

@grodtron
Created May 25, 2012 22:53
Show Gist options
  • Save grodtron/2791012 to your computer and use it in GitHub Desktop.
Save grodtron/2791012 to your computer and use it in GitHub Desktop.
A quiny clojure script that sums the values of the bytes of its own source (without any file i/o)
(let [s "(let [s %s] (apply + (map int (format s (pr-str s)))))"] (apply + (map int (format s (pr-str s)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment