This commit is contained in:
Paul Tagliamonte 2012-12-24 14:34:32 -05:00
parent b6df6ec946
commit d97110c665

View File

@ -49,6 +49,12 @@ html, body {
<textarea id = 'repl-input' >; LISP input
(import "sunlight")
(defn square [x]
"This squares a function"
(* x x))
(for [x (kwapply (sunlight.openstates.legislators) {"state" "ma"})]
(print x)) </textarea>
<pre id = 'repl-output' ></pre>