Articles by Tag #haskell

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

A Guide to Functional Programming

Functional programming has gained popularity due to its ability to provide efficient and scalable...

Learn More 277 49Nov 11 '24

Learning Physics with Functional Programming and Haskell

TL;DR; I gave a talk at LambdaConf 2025 Youtube this is a follow up post. Haskell Files -> GitHub....

Learn More 13 0May 15

Intro to Functional Programming- 3 : Lazy Evaluation

Handling Infinity and Recursive Elegance Part 3 of 4: From Code Chaos to Mathematical...

Learn More 11 2Jun 5

Intro to Functional Programming - 1

Why Your Object-Oriented Code is Driving You Crazy (And What Math Can Teach Us) Part 1 of...

Learn More 11 3Jun 4

Parsers are relative bimonads

Parsers are what now?! Even to a Haskeller —proficient in the magics of functors and monads— the...

Learn More 9 0Aug 20 '24

Choosing A Template Engine: The More Powerful Problem

Continuing on the topic of template engines, I would like to share my thoughts on the power of...

Learn More 7 0May 17

Intro Functional Programming - 2: Higher-order Function

Higher-Order Functions Are Your New Superpower Part 2 of 4: From Code Chaos to...

Learn More 7 1Jun 5

Aritmética de Peano em Haskell

Vamos mergulhar um pouquinho em Haskell? A ideia é fazer um pouco de aritmética de Peano. Estou...

Learn More 7 2Jan 15

Most Modern Software engineers are not engineers at all.

They are at best artisans, at worst specialized monkeys. TL;DR Concerning the engineering...

Learn More 6 28Aug 21 '24

Top Open Source functional programming technologies

Author: Roman Matveev. LinkedIn x.com Purpose The goals of this article is to research...

Learn More 5 0Oct 29 '24

My Code Just Learned to Count. I'm So Proud!

Welcome Back to the Underground Round two: FIGHT! 🥊 Last time, I let you in on hardware's...

Learn More 5 0Aug 10

¿Cómo instalar Haskell?

Hay varias opciones para instalar las herramientas necesarias para programar en Haskell y también...

Learn More 4 1Mar 24

From C# to Haskell and Back Again: My Journey into Functional Programming

As an experienced C# developer, I've always been comfortable in the world of objects, classes, and...

Learn More 3 0Dec 31 '24

Common Lisp VS Haskell

An experienced developer, doing quantum computing and the author of Coalton, the library that brings...

Learn More 3 0Aug 22 '24

Scala is one of the best ways to learn Haskell

First, a reminder: You DON’T NEED TO learn Haskell — that’s not what I want to talk about. I...

Learn More 2 0Sep 17 '24

NeoHaskell v0.4.0: Update with Concurrency Fixes and Architectural Improvements

After 3 weeks facing a wall of awful, I managed to fix this concurrency bug in the service worker...

Learn More 2 0Sep 1 '24

Hardware Devs Have a Dirty Little Secret 🤫

They'll show you the scary VHDL and Verilog in public. But some of them are using something......

Learn More 2 0Aug 9

Type-Level Web DSL in Haskell

Understanding Servant: A Type-Level Web DSL in Haskell Relatable Problem...

Learn More 1 0Dec 8 '24

Scala for Haskell developers

So, you have some Haskell experience and want (or need to) write Scala code. The following is a rough...

Learn More 1 0Aug 27 '24

Hacking Haskell with Nix: Two Tricks

I have mentioned a few times in my posts that Haskell is my go-to language. This is true even for...

Learn More 1 0May 22

Magic JSON in Haskell

Among all Haskell libraries I have used, the one I reach for the most is autodocodec. I will explain...

Learn More 1 0May 23

Embracing ReaderT finally

Intended audience: programmers, esp those with functional-programming background. My last outing...

Learn More 1 0Apr 18

Advent of Code and Aesthetics

Over the last few days, I've been solving Advent of Code 2024 puzzles in Haskell. This is only my...

Learn More 1 0Dec 14 '24

🚀 Introducing `neo`: A CLI Tool for Your NeoHaskell Projects

We're excited to announce the release of **`neo`**, the official command-line interface for **NeoHaskell**

Learn More 0 0Mar 27

A Minimal Static Blog Generator in Purescript - My Notes and Code Walkthrough

About two years ago, I decided to move my Tumblr blog to some sort of a custom-made static blog generating tool written in Purescript (a Haskell-inspired language that compiles to JS).

Learn More 0 0Apr 13

Understanding Functional Programming with Haskell

Functional Programming (FP) is a paradigm that treats computation as the evaluation of mathematical...

Learn More 0 0Jul 12

More Haskell Diagrams: Contribution Graph

Motivation I am almost done with a monthly challenge to write a blog post every day. Going...

Learn More 0 0Aug 30 '24

Haskell Project Template with Nix Flakes

This post introduces my Haskell project template powered by Nix Flakes -- a simple setup I use to...

Learn More 0 0May 20

Dao of Functional Programming (Chapter 1: Clean State)

This would be an irregular series of posts on my new attempt to learn Category Theory. This time, it...

Learn More 0 0May 17

JSON Schema in Haskell using AutoDoCodec

In April 2022 I made a review of Haskell libraries for JSON Schema. The outcome of my research was...

Learn More 0 0Jul 26