Skip to content

Instantly share code, notes, and snippets.

@neumino
Last active December 27, 2015 10:19
Show Gist options
  • Save neumino/7310321 to your computer and use it in GitHub Desktop.
Save neumino/7310321 to your computer and use it in GitHub Desktop.
For Gaddel, on IRC
r.table("users").filter( lambda user:
user["lst"].contains( lambda other_user:
other_user["name"] == "Bill"
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment