Created
May 25, 2012 22:53
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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