Interacting with Personal Fabrication Machines [video]
youtu.be1 pointsby radmin0 comments
glom(target, ('system.planets', ['name']))
# ['earth', 'jupiter']
toolz list(pluck('name', get_in(('system', 'planets'), target)))
# ['earth', 'jupiter']