Python, Clojure, Haskell: Factual Releases Drivers That Matter
blog.factual.com
Python, Clojure, Haskell: Factual Releases Drivers That Matter
1–10 of 11 posts
Re: Python, Clojure, Haskell: Factual Releases Drivers That Matter
#2Re: Python, Clojure, Haskell: Factual Releases Drivers That Matter
#3Intentionally ostracizing entire developer communities is counter-productive. Where APIs are concerned, all hackers are created equal, regardless of language. That is, in my mind, the beauty of APIs - they can be accessed equally regardless of your chosen development environment or language.
Re: Python, Clojure, Haskell: Factual Releases Drivers That Matter
#4 from factual import Factual
factual = Factual(YOUR_KEY, YOUR_SECRET)
factual.table("places").search("sushi santa monica")
Anyone on HN uses Factual in their products?Re: Python, Clojure, Haskell: Factual Releases Drivers That Matter
#5Intentionally ostracizing entire developer communities is counter-productive. Where APIs are concerned, all hackers are created equal, regardless of language. That is, in my mind, the beauty of APIs - they can be accessed equally regardless of your chosen development environment or language.
Also, if you google "factual api", you get http://developer.factual.com/display/docs/Factual+Developer+... as the top result. Unless you're faulting them for not releasing wrappers in all languages simultaneously, I don't really understand your point.
Re: Python, Clojure, Haskell: Factual Releases Drivers That Matter
#6Intentionally ostracizing entire developer communities is counter-productive. Where APIs are concerned, all hackers are created equal, regardless of language. That is, in my mind, the beauty of APIs - they can be accessed equally regardless of your chosen development environment or language.
I doubt they actually think a Haskell client is going to be one that "matters". It's a fun bit of software, take it for what it is. Also, if you google "factual api", you get http://developer.factual.com/display/docs/Factual+Developer+... as the top result. Unless you're faulting them for not releasing wrappers in all languages simultaneously, I don't really understand your point.
Re: Python, Clojure, Haskell: Factual Releases Drivers That Matter
#7Earlier quoted context omitted.
I doubt they actually think a Haskell client is going to be one that "matters". It's a fun bit of software, take it for what it is. Also, if you google "factual api", you get http://developer.factual.com/display/docs/Factual+Developer+... as the top result. Unless you're faulting them for not releasing wrappers in all languages simultaneously, I don't really understand your point.
Sorry, I didn't mean to say that they didn't have libraries available in other languages (they clearly state that they do in the blog post) - I was mostly just commenting on the tone of the post and how it might ostracize certain developer communities.
Re: Python, Clojure, Haskell: Factual Releases Drivers That Matter
#8Intentionally ostracizing entire developer communities is counter-productive. Where APIs are concerned, all hackers are created equal, regardless of language. That is, in my mind, the beauty of APIs - they can be accessed equally regardless of your chosen development environment or language.
Re: Python, Clojure, Haskell: Factual Releases Drivers That Matter
#9Re: Python, Clojure, Haskell: Factual Releases Drivers That Matter
#10I've been impressed by the number of programming languages they support, especially the less main stream ones like Clojure. These guys also host many tech events in the LA area on all sorts of subjects. Kudos to them.