hy/eg/ma-legs.hy
Paul Tagliamonte 87b602fc9f m'fn kwargs
2012-12-22 23:07:09 -05:00

10 lines
258 B
Hy

; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
; Copyright (c) Paul Tagliamonte, in sofar as any of this is at all
; copyrightable.
(import "sunlight")
(for [x (kwapply (sunlight.openstates.legislators) {"state" "ma"})]
(print x))