Nov 1, 2025 · 13 min read · Provided Source file (Initially success.hs was only given): Initial Observation We are given a haskell source code success.hs. Looking at the source code, it's very messy: import System.Environment (getArgs) import System.Exit (exitFailure, exitSu...
Join discussion
Sep 7, 2025 · 4 min read · Introduction Functional programming (FP) has seen a significant rise in popularity over the last decade, with languages like Elixir, Scala, and Haskell gaining traction in both industry and academia. As software complexity grows and modern applicatio...
Join discussion
Jul 16, 2025 · 4 min read · Haskell is a functional programming language. So functions are the building blocks of Haskell code. 💡 A function is a special type of relation that relates values present in one set (called Domain) to values present in another set (called Range). ...
Join discussion
Jun 25, 2025 · 2 min read · As the software industry continues to evolve, engineering teams are constantly looking for tools and languages that allow them to build more reliable, scalable, and maintainable systems. While many organizations still lean on mainstream languages lik...
Join discussionJun 21, 2025 · 2 min read · HexaDirectionalDancing For MinaCoding2025 Prompt 28: Coded in Two Colors, HexaDirectionalDancing coded in Locomotion, SonicPi & HydraVideoSynth represents the theme of Two Colors, through the visuals (designed in two colors) and the Audio that uses t...
Join discussion
Jun 9, 2025 · 10 min read · Introduction Lately I’ve been fascinated with simple models of computation. It’s astounding to me that systems like the lambda calculus and SKI combinators, defined in just a few lines, can express any computable function. But there’s one thing in pa...
Join discussionMay 29, 2025 · 4 min read · I learned how to cross-compile Haskell projects under NixOS using Docker images for ARM architectures, and how to run them under emulation on x86_64 hosts. Motivation I attended the AWS Summit 2025 in Singapore. I enjoyed the event. There were booths...
Join discussion
May 23, 2025 · 7 min read · Among all Haskell libraries I have used, the one I reach for the most is autodocodec. I will explain what it is and what freebies it gives you. I have been thinking about writing this post for a while, but I never got around to it. There is no right ...
Join discussion