2012-12-18 23:55:50 -05:00
|
|
|
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
|
|
|
|
; Copyright (c) Paul Tagliamonte, in sofar as any of this is at all
|
|
|
|
; copyrightable.
|
|
|
|
|
2012-12-22 23:07:09 -05:00
|
|
|
(import "sunlight")
|
2012-12-18 23:55:50 -05:00
|
|
|
|
|
|
|
|
2012-12-22 23:07:09 -05:00
|
|
|
(for [x (kwapply (sunlight.openstates.legislators) {"state" "ma"})]
|
2013-01-15 23:16:25 -05:00
|
|
|
(print (index x "first_name")))
|