Last active
December 27, 2015 10:19
-
-
Save neumino/7310321 to your computer and use it in GitHub Desktop.
For Gaddel, on IRC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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