#literate-programming
Read more stories on Hashnode
Articles with this tag
In the previous blog posts (part 1, part 2), we managed to read Watson frames and state from its JSON files. In this blog post, we will do something...
In the previous blog post, we read the Watson frames from a JSON file. In this blog post, we will read the Watson state file and print it to the...
Watson is a command-line tool that helps you to track your time. It is simple and powerful, yet it lacks some features that I would like to have. In...
This blog post is a Literate Haskell program that produces its own OpenGraph image using the infamous Haskell diagrams library. Motivation So far, I...
Working with text, especially wrapping it, can be tricky when generating images with Haskell's diagrams library. In this blog post, we will write a...
Let's continue exploring the Haskell diagrams library. In this post, we will embed external images in our diagrams. Motivation I would like to create...