Skip to content

Commit e72c11f

Browse files
intro: who uses clojure page
1 parent fc2a4de commit e72c11f

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

docs/introduction/who-uses-clojure.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Who uses Clojure
2+
3+
[Hundreds of companies](http://clojure.org/community/companies) actively advertised their Clojure adoption. Given the broad participation in user groups there are many more organizations using Clojure within their technology stack.
4+
5+
A quick scan of various job sites shows Clojure positions at companies like Walmart, Facebook, Staples, Consumer Reports, Salesforce, and Amazon. It doesn't get much more mainstream than that.
6+
7+
8+
## Case Studies
9+
10+
[JUXT Clojure In](https://www.juxt.pro/clojure-in/) is a Clojure consultancy company and has interviewed numerous CTO's and Tech Leads, discussing the advantages of using Clojure to solve business challenges.
11+
12+
[Clojure.org Community Stories](https://clojure.org/community/community_stories) also provides insights into companies using Clojure.
13+
14+
15+
## Interesting Companies
16+
17+
[:globe_with_meridians: Functional Works](https://functional.works-hub.com/){target=_blank} a recruitment company focused on functional programming jobs and built their job management platform on Clojure and ClojureScript.
18+
19+
A diverse set of example companies using Clojure for development. Many more can be found at [Clojure.org Companies list](https://clojure.org/community/companies), [Clojure.org Community Stories](https://clojure.org/community/community_stories) and [JUXT Clojure In](https://www.juxt.pro/clojure-in/).
20+
21+
| Company | Type of applications |
22+
|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
23+
| Boeing | [Boeing 737 MAX - onboard maintenance](https://www.youtube.com/watch?v=iUC7noGU1mQ) |
24+
| Puppet Labs | DevOps apps & services e.g. trapperkeeper |
25+
| Cisco | Malware analysis & threat intelligence platform (expert system with core.logic) |
26+
| Deuche Bank (UK) | [Processing event streams](http://blog.malcolmsparks.com/) from [Apache Storm](https://storm.apache.org/) |
27+
| Atlassian | Collaborative editing platform for all their products |
28+
| Netflix | Map-Reduce languages for writing apps for Hadoop / Pig |
29+
| USwitch (UK) | Creating meaningful data from multiple sources |
30+
| Daily Mail Online (UK) | Publishing pipeline |
31+
| Circle CI (USA) | [Front-end of CI server](https://github.com/circleci/frontend) in ClojureScript & [test suite](https://circleci.com/blog/rewriting-your-test-suite-in-clojure-in-24-hours/) |
32+
| CitiGroup | Financial Trading |
33+
| Student Loans company (UK) | Loans management system written in Clojure |
34+
| LinkedIn | Powers the LinkedIn social graph |
35+
| Walmart (USA) | eReceipts project to process every purchase from 5,000+ stores |
36+
| SwiftKey (UK) | Predictive intelligence platform (possibly used with Microsoft Cortana) |
37+
| Roomkey.co.uk | [Hotel booking system to rival Expedia](http://www.colinsteele.org/post/23103789647/against-the-grain-aws-clojure-startup) (with a tiny development team) |
38+
| Funding Circle (UK & USA) | Adopting Clojure as their main language (from Ruby, etc) |
39+
| Braintree | [Payment processing pipeline with Kafka](https://www.youtube.com/watch?v=0D3jev1E5ks) |
40+
| Mastodon C | Data centre analysis (Incanta, Storm) |
41+
| Thoughtworks | Agile development for Client projects world wide |
42+
| Vero Insurance (AUS) | Rebuilt policy management system in Clojure with Thoughworks |
43+
| Meta-X | Performance art (Overtone, Quil) |
44+
| Salesforce (USA) | Build & deployment with [Puppet](https://github.com/puppetlabs/puppetserver) & Application Routing with [nginx-clojure](https://nginx-clojure.github.io) |
45+
46+
There are many more examples of projects on the HackerNews thread: [Ask HN: Who's using Clojure in Production](https://news.ycombinator.com/item?id=8549823)
47+
48+
## Tech Radar
49+
50+
Clojure is also defined as a technology that can be adopted since 2014, according to the Thoughtworks technology radar.
51+
52+
![Thoughtworks Technology Radar](https://raw.githubusercontent.com/practicalli/graphic-design/live/clojure/thoughtworks-tech-radar.png)
53+
54+
JUXT also created its own [Clojure specific technology radar](https://juxt.pro/radar.html) as there is such an encompassing ecosystem of libraries and services.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,6 @@ nav:
130130
- introduction/concepts/index.md
131131
- Functional vs Imperative: introduction/concepts/what-is-functional-programming.md
132132
- From The Author: introduction/concepts/from-the-author.md
133+
- Who Uses Clojure: introduction/who-uses-clojure.md
133134
- Contributing: introduction/contributing.md
134135
- Writing Tips: introduction/writing-tips.md

0 commit comments

Comments
 (0)