gilmi Profile picture
Mostly programming and Haskell. He/Him. šŸ“• https://t.co/xEErboAizd āš” https://t.co/ShceOZc3Y3
Aug 3, 2022 ā€¢ 14 tweets ā€¢ 2 min read
A few things I learned from functional programming and Haskell, a thread. šŸ§µ 1/N Referential transparency is freeing.
I can trust code and not be surprised by effects, and use substitution to understand what's going on. I feel like I can always understand how something works in the end because I have a simple process to figure things out.

2/N
Nov 12, 2021 ā€¢ 17 tweets ā€¢ 7 min read
I like building stuff with #Haskell.

In this thread I'd like to share with you a few selected side projects I've made over the years šŸ‘‡šŸ§µ

1/N
My first real Haskell program was hablog, a blog/website server, built with scotty, that powers my website (gilmi.me) to this day.

It dynamically converts markdown files to html and serves them.

Github.com/soupi/hablog

2/N