In computing, a quine is a computer program which produces a copy of its own source code as its only output.
clojure (def s"(def s%s)(printf s(pr-str s))")(printf s(pr-str s))
(def s"(def s%s)(printf s(pr-str s))")(printf s(pr-str s))
Submit a new solution for
clojure
There are 24 other solutions in
additional languages (
cpp,
fantom,
fsharp,
groovy ...)