Live data from Hacker News

Ask HN: Who's using Clojure in production?

news.ycombinator.com

31–40 of 56 posts

Re: Ask HN: Who's using Clojure in production?

#31
It’s Artem from Wildbit (http://wildbit.com). We’ve been using Clojure in production since 2012.

http://dmarc.postmarkapp.com/ — free DMARC weekly digests and API. Clojure back-end + Javascript front-end.

http://dploy.io — a Ruby on Rails app featuring internal Clojure RPC built on top of clj-jgit and subversion-clj libraries (both currently supported by Wildbit).

The usage of Clojure at Beanstalk (http://beanstalkapp.com) has also been growing since the blog post already mentioned in this thread. It now powers our indexing infrastructure, provides internal RPC and runs sophisticated reports in the background.

Re: Ask HN: Who's using Clojure in production?

#37
I have worked in Yousee IT Innovation labs through 3.5 years where we had both clojure and datomic running in production.. The main part of the applications was integration type components coupled via hypermedia REST APIs. One of the most flexible application layout's I ever been working on. Lein and GO deployment..: http://yousee.dk

Re: Ask HN: Who's using Clojure in production?

#38
We (Xcoo, Inc.) are using Clojure since 2013.

https://xcoo.jp

Our products using Clojure are :

- "Chrovis", which is a bio-informatics web application that analyzes and visualizes huge genome data sets https://chrov.is

- "Hacker News Hack", which is a web application that shows HN with categories and popularity http://newshack.io

Re: Ask HN: Who's using Clojure in production?

#40
We use Clojure (in production, or almost) at Red Pineapple Media in Berlin, mostly for basic web dev stuff (compojure, http-kit, org.clojure/java.jdbc, cassaforte) and data analysis (Apache Spark, using flambo (https://github.com/yieldbot/flambo). We're building new services with it, but we also rewrite performance-critical parts of our backend from PHP to Clojure.
Post reply on HN