https://groups.google.com/forum/#!topic/clojure/P3eW6Vi2QcU
reply
(->> ($alice) (assoc $friends) (assoc $friends) (filter (> age 20)) (count))
g.V(alice).out("friends").out("friends").has("age",gt(20)).count()
https://groups.google.com/forum/#!topic/clojure/P3eW6Vi2QcU
reply