├── README.md └── charts ├── reddit-haskell-2008-to-2022-bucketed.svg └── reddit-haskell-2008-to-2022-cumulative.png /README.md: -------------------------------------------------------------------------------- 1 | # haskell-jobs-statistics 2 | 3 | This repo collects analyses of the Haskell jobs market. 4 | 5 | Summary: **The Haskell job market has been growing steadily since 2008.** 6 | 7 | ## Reddit `/r/haskell` 8 | 9 | In 2023-01-12 I gave a beginner talk at the Zurich [HaskellerZ](https://zfoh.ch/) meetup, teaching how to use the Reddit API ([code](https://github.com/nh2/haskell-reddit-jobs-counter)). 10 | 11 | From this, I compiled and manually verified a Google Sheet ([link](https://docs.google.com/spreadsheets/d/1X8MDuYRcrTiYjdzq24aOhloo9tTwL0gqGWWYggvcW3s/edit?usp=sharing)) to create the following graphs: 12 | 13 | ### Cumulative Haskell Reddit job postings over time (2008-2022) 14 | 15 | ![reddit haskell 2008 to 2022 cumulative](charts/reddit-haskell-2008-to-2022-cumulative.png) 16 | 17 | ### Bucketed per year 18 | 19 | ![reddit haskell 2008 to 2022 bucketed](charts/reddit-haskell-2008-to-2022-bucketed.svg) 20 | -------------------------------------------------------------------------------- /charts/reddit-haskell-2008-to-2022-bucketed.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /charts/reddit-haskell-2008-to-2022-cumulative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nh2/haskell-jobs-statistics/8cc9e4f29ee80d41e117142c8fcfa543d305b978/charts/reddit-haskell-2008-to-2022-cumulative.png --------------------------------------------------------------------------------