-
-
Save antono/1310770 to your computer and use it in GitHub Desktop.
clojure api for google+
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
(filter | |
(fn [user] | |
(let [langs-of-posts (map google.translate/guess-language | |
(google.plus/get-user-posts user))] | |
(and | |
(pos? (count langs-of-posts)) | |
(every? #(#{:be :en :eo :ja :ru :uk} %) langs-of-posts)) )) | |
(google.plus/select-users-by-cirle "esperanto")) |
Author
antono
commented
Oct 25, 2011
interese ke en ruby dank al rubena ripetilo oni ne bezonas (and (pos? (...) ) parton...
Verŝajne versio en clojure funkcios por kvazaŭ-senĉesaj listoj, ĉu?
Hi Antono,
Where can I find this google.plus clj api?
Tavis
@tavisrudd unfortunately this is only pseudocode to compare clojure and ruby :)
Damn :)
@tavisrudd probably you can use http://code.google.com/p/javaplus/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment