-
Basically everything - it's a general purpose language after all! Creating Spotify playlists, polling my local tennis courts' website to see when spaces become available, home automation stuff like turning lights and plugs off under certain conditions. Today I wrote a 20-line-or-so program to track my friend's progress in a marathon. More substantially, over lockdown I built a tool for using phones as game controllers, and it's been my primary language at work for the past five years, across two very different jobs.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I'm freelancing as a pandoc consultant, and I regularly get to fix bugs and to extend pandoc with additional functionality. My proudest work is the Lua subsystem, which is now used heavily, e.g. in Quarto.
-
And the full code (w/o assets) is available too https://github.com/incoherentsoftware/defect-process
-
Daily, because xmonad
-
I use it for everything: tracking personal finance and tax data (https://hackage.haskell.org/package/hledger), small scripts to gather online information that I want to track (https://hackage.haskell.org/package/cassava), sending alerts to my mobile device, etc...there's too much to list.
-
The guava library of Java has some of these data structures implemented: https://github.com/google/guava/wiki/ImmutableCollectionsExplained , but implementations of the above book in many languages can be found on github (say, this one for Haskell: https://github.com/aistrate/Okasaki )
-
Okasaki
Code from the book "Purely Functional Data Structures" by Chris Okasaki (both original and my own solutions to the exercises, in Haskell)
The guava library of Java has some of these data structures implemented: https://github.com/google/guava/wiki/ImmutableCollectionsExplained , but implementations of the above book in many languages can be found on github (say, this one for Haskell: https://github.com/aistrate/Okasaki )