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 276 49Nov 11 '24

Learning Physics with Functional Programming and Haskell

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

Learn More 12 0May 15

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

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

Functional Patterns: The Monad

This is the final part of a series of articles entitled Functional Patterns. Make sure to check out...

Learn More 11 0Jul 6 '24

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

Functional Patterns: Composition and Implicitness

This is part 2 of a series of articles entitled Functional Patterns. Make sure to check out the...

Learn More 8 0Jul 1 '24

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

Doing Horrible Things in Haskell

A while back I encountered a conversation on a platform that shall remain unnamed, where people were...

Learn More 7 1Aug 4 '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

Functional Patterns: The Monoid

Trigger Warning: this article contains Haskell codeblocks! Introduction As a...

Learn More 6 1Jun 29 '24

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

Functional Patterns: Zips and the Applicative

This is part 5 of a series of articles entitled Functional Patterns. Make sure to check out the...

Learn More 5 0Jul 4 '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

Functional Patterns: Interfaces and Functors

This is part 3 of a series of articles entitled Functional Patterns. Make sure to check out the...

Learn More 4 0Jul 2 '24

¿Cómo instalar Haskell?

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

Learn More 4 1Mar 24

Functional Patterns: Recursions and Reduces

This is part 4 of a series of articles entitled Functional Patterns. Make sure to check out the...

Learn More 4 0Jul 3 '24

Haskell Programming

Hey everyone, I'm excited to announce the launch of my brand-new Haskell programming course on...

Learn More 3 0Jul 1 '24

Haskell for Scala developers

Imagine you’re my colleague: you have functional Scala experience and must start contributing to the...

Learn More 3 0Jul 15 '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

Understanding Triggers in NeoHaskell: A Gateway to Event-Driven Programming

Demystifying triggers in NeoHaskell

Learn More 2 0Aug 5 '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

The Aesthetic Beauty of the Haskell Programming Language

Haskell is renowned for its elegant aesthetics and ability to express complex concepts in a concise...

Learn More 1 0Jul 6 '24

Indexable Containers in Haskell

While learning Haskell, you will come across List, the most popular indexable container available in...

Learn More 1 0Aug 11 '24

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

Type-Level Web DSL in Haskell

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

Learn More 1 0Dec 8 '24

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

Executable Blog Posts: Second Take

This is a second take for my previous blog post Abusing Haskell: Executable Blog Posts. This time, I...

Learn More 1 0Aug 11 '24