Live data from Hacker News

Ask HN: Who's using Clojure in production?

news.ycombinator.com

21–30 of 56 posts

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

#21
post #20
post #17

Earlier quoted context omitted.

I'm actually the author of Luminus, and it's used as our default template for web apps right now.

(Yes, I realized and hence the question hehe. I've been bugging the list/github issues on luminus for some time now. Excellent project!)

Thanks! :)

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

#22

Here's a few: - Walmart Labs - http://jobs.walmart.com/san-bruno/ecommerce/mobile-instore-s... - Staples - http://careers.staples.com/sanmateo/ - Climate Corp (now owned by Monsanto) - https://github.com/TheClimateCorporation - RoomKey http://www.colinsteele.org/post/27929539434/60-000-growth-in... - Puppet Labs - http://puppetlabs.com/blog/new-era-application-services-pupp... - Soundcloud - http://blog.josephwilk.ne…

Alex, there is also a small company called Helpshift that's using Clojure in production since 2009 :-)

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

#23
post #22

Here's a few: - Walmart Labs - http://jobs.walmart.com/san-bruno/ecommerce/mobile-instore-s... - Staples - http://careers.staples.com/sanmateo/ - Climate Corp (now owned by Monsanto) - https://github.com/TheClimateCorporation - RoomKey http://www.colinsteele.org/post/27929539434/60-000-growth-in... - Puppet Labs - http://puppetlabs.com/blog/new-era-application-services-pupp... - Soundcloud - http://blog.josephwilk.ne…

Alex, there is also a small company called Helpshift that's using Clojure in production since 2009 :-)

Thanks! I didn't have any hope of getting them all!

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

#24
post #16

Here's a few: - Walmart Labs - http://jobs.walmart.com/san-bruno/ecommerce/mobile-instore-s... - Staples - http://careers.staples.com/sanmateo/ - Climate Corp (now owned by Monsanto) - https://github.com/TheClimateCorporation - RoomKey http://www.colinsteele.org/post/27929539434/60-000-growth-in... - Puppet Labs - http://puppetlabs.com/blog/new-era-application-services-pupp... - Soundcloud - http://blog.josephwilk.ne…

I'm very curious - did you come up with all of this off the top of your head?

It's a combination of a list of articles on Clojure usage I have stashed away + conference talks + job ads + some of the companies Cognitect has worked with (there are others we're not allowed to mention). I plan to put up a list like this on clojure.org soon.

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

#25
ThreatGRID, now part of Cisco, uses clojure in our malware analysis and threat intelligence platform. It's a core part of our analysis engine, which examines all the things malware does and how to detect it on the rest of your systems. We've built a 1980s "expert system" startup using core.logic.

It's also the core of our API service, and the UI built on top of that. We use clojurescript extensively in the UI, and have been moving large parts of it to Om.

It is a key technology for us, letting us build better analysis tools, faster and more performant than other languages. We have clojure code in production both in our SaaS offering, and shipped to many large finance, government, and corporate customers around the world.

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

#26
Interesting and relevant comment from cbrozefsky, which is marked dead.

ThreatGRID, now part of Cisco, uses clojure in our malware analysis and threat intelligence platform. It's a core part of our analysis engine, which examines all the things malware does and how to detect it on the rest of your systems. We've built a 1980s "expert system" startup using core.logic.

It's also the core of our API service, and the UI built on top of that. We use clojurescript extensively in the UI, and have been moving large parts of it to Om.

It is a key technology for us, letting us build better analysis tools, faster and more performant than other languages. We have clojure code in production both in our SaaS offering, and shipped to many large finance, government, and corporate customers around the world.

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

#28

we are using it at event fabric and we love it: http://eventfabric.com/ some libs we use: * immutant http://immutant.org/ * prismatic's plumbing https://github.com/Prismatic/plumbing * korma http://www.sqlkorma.com/ * friend https://github.com/cemerick/friend * metrics clojure: https://github.com/sjl/metrics-clojure/

feel free to ask anything :)

are you hiring clojure hackers?

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

#29

we are using it at event fabric and we love it: http://eventfabric.com/ some libs we use: * immutant http://immutant.org/ * prismatic's plumbing https://github.com/Prismatic/plumbing * korma http://www.sqlkorma.com/ * friend https://github.com/cemerick/friend * metrics clojure: https://github.com/sjl/metrics-clojure/

feel free to ask anything :)

also, do you have any references or examples of how exactly you use immutant? I looked into it but it seemed to complicated for the webapp I wanted to write, so I went with Hoplon instead. But immutant looks really powerful... I just can't imagine how I would take advantage of it.

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

#30

Here's a few: - Walmart Labs - http://jobs.walmart.com/san-bruno/ecommerce/mobile-instore-s... - Staples - http://careers.staples.com/sanmateo/ - Climate Corp (now owned by Monsanto) - https://github.com/TheClimateCorporation - RoomKey http://www.colinsteele.org/post/27929539434/60-000-growth-in... - Puppet Labs - http://puppetlabs.com/blog/new-era-application-services-pupp... - Soundcloud - http://blog.josephwilk.ne…

Hey, I wrote the Pivotal Labs podcast and code you mentioned above. While we do use some Clojure(script) in Tracker, it's only used for testing in combination with Test.Check. I personally think that calling that "production" use is a bit of the stretch, but it is certainly an example of useful Clojure usage in the wild!
Post reply on HN