DEV Community

Haskell

A lazy, pure and functional language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Haskell for madmen: Hello, monad!

Haskell for madmen: Hello, monad!

56
Comments 6
8 min read
Playing with Fmt

Playing with Fmt

5
Comments
1 min read
Parsing CSV in Haskell

Parsing CSV in Haskell

6
Comments
2 min read
Lifting const

Lifting const

15
Comments 1
2 min read
Refactoring the Mars Rover Kata in Haskell

Refactoring the Mars Rover Kata in Haskell

6
Comments
10 min read
Mars Rover Kata in Haskell

Mars Rover Kata in Haskell

10
Comments 1
3 min read
Haskell for madmen: Setup

Haskell for madmen: Setup

29
Comments 9
3 min read
Fun with Typeclasses

Fun with Typeclasses

8
Comments
2 min read
Merging IO and Either into one monad

Merging IO and Either into one monad

8
Comments
5 min read
[Discuss] What's your favourite Fibonacci implementation and in which language? Mine is in Haskell

[Discuss] What's your favourite Fibonacci implementation and in which language? Mine is in Haskell

10
Comments 5
2 min read
Going Functional 3 - Filter and Reduce

Going Functional 3 - Filter and Reduce

6
Comments
5 min read
Data Validation in Typescript Using the Either Pattern

Data Validation in Typescript Using the Either Pattern

48
Comments 8
10 min read
Haskell do notation explained through JavaScript async await - part 2

Haskell do notation explained through JavaScript async await - part 2

7
Comments
7 min read
Haskell - Encoding and Decoding JSON with Aeson

Haskell - Encoding and Decoding JSON with Aeson

8
Comments
3 min read
Building a Blog in Haskell with Yesod–Giving Back

Building a Blog in Haskell with Yesod–Giving Back

6
Comments
2 min read
Going Functional 2 - Our own map, purity and some functional constructs*

Going Functional 2 - Our own map, purity and some functional constructs*

11
Comments
5 min read
Functors from first principle - explained with JS

Functors from first principle - explained with JS

86
Comments 3
7 min read
Building a Blog in Haskell with Yesod–JSON API

Building a Blog in Haskell with Yesod–JSON API

6
Comments 2
5 min read
Writing a Tictactoe game in Haskell

Writing a Tictactoe game in Haskell

9
Comments 3
6 min read
Building a Blog in Haskell with Yesod–Returning JSON

Building a Blog in Haskell with Yesod–Returning JSON

6
Comments
2 min read
Building a Blog in Haskell with Yesod–Authorization

Building a Blog in Haskell with Yesod–Authorization

6
Comments
2 min read
"Haskell for madmen" started

"Haskell for madmen" started

4
Comments 3
1 min read
Tales of the Ruby Grimoire - Part One - The Grimoire

Tales of the Ruby Grimoire - Part One - The Grimoire

22
Comments 2
6 min read
Tales of the Ruby Grimoire - Part Four - The Lemurs of Haskell

Tales of the Ruby Grimoire - Part Four - The Lemurs of Haskell

6
Comments
8 min read
Let the compiler do the work for you!

Let the compiler do the work for you!

51
Comments 10
5 min read
Which programming language features do you love and why?

Which programming language features do you love and why?

9
Comments 11
2 min read
Haskell do notation explained through JavaScript async await - part 1

Haskell do notation explained through JavaScript async await - part 1

7
Comments
6 min read
Building a Blog in Haskell with Yesod–Authentication

Building a Blog in Haskell with Yesod–Authentication

6
Comments
2 min read
Building a Blog in Haskell with Yesod–Using a Database

Building a Blog in Haskell with Yesod–Using a Database

9
Comments
3 min read
Building a Blog in Haskell with Yesod–The Basic Structure

Building a Blog in Haskell with Yesod–The Basic Structure

15
Comments 2
9 min read
Interest in a Haskell tutorial?

Interest in a Haskell tutorial?

69
Comments 8
1 min read
Scripting in Haskell and PureScript

Scripting in Haskell and PureScript

11
Comments
4 min read
Haskell as Training Wheels

Haskell as Training Wheels

15
Comments 6
6 min read
Tic-tac-toe in Haskell

Tic-tac-toe in Haskell

7
Comments
3 min read
A Haskell trip [part 2]

A Haskell trip [part 2]

13
Comments 2
7 min read
A Haskell trip [Part 1]

A Haskell trip [Part 1]

7
Comments
3 min read
Why do you want to learn Haskell?

Why do you want to learn Haskell?

5
Comments 2
1 min read
Trasa tutorial pt. 1: Type safe web routing with trasa

Trasa tutorial pt. 1: Type safe web routing with trasa

5
Comments
6 min read
Encoding and decoding JSON with Aeson

Encoding and decoding JSON with Aeson

9
Comments
3 min read
Lists

Lists

9
Comments
7 min read
API constraints a'la carte in Haskell & PureScript

API constraints a'la carte in Haskell & PureScript

11
Comments
3 min read
Finding Flow in Haskell

Finding Flow in Haskell

7
Comments
8 min read
Installing Haskell Compiler in Linux

Installing Haskell Compiler in Linux

9
Comments
2 min read
More Functional Patterns and Recursion

More Functional Patterns and Recursion

14
Comments
5 min read
Type classes

Type classes

12
Comments
4 min read
Using github repos as Haskell dependency

Using github repos as Haskell dependency

7
Comments 3
1 min read
Types

Types

11
Comments
4 min read
Difference between monad-transfomer, mtl, and mtl-style technique

Difference between monad-transfomer, mtl, and mtl-style technique

19
Comments
3 min read
What the heck is polymorphism?

What the heck is polymorphism?

239
Comments 19
7 min read
Lambda calculus

Lambda calculus

37
Comments 4
4 min read
It's a Kind of Magic: Kinds in Type Theory

It's a Kind of Magic: Kinds in Type Theory

41
Comments 2
8 min read
Is Haskell bad for FP?

Is Haskell bad for FP?

61
Comments 66
1 min read
Language Features: Best and Worst

Language Features: Best and Worst

69
Comments 66
4 min read
Writing a Fast Sudoku Solver in Haskell #2: A 200x Faster Solution

Writing a Fast Sudoku Solver in Haskell #2: A 200x Faster Solution

22
Comments
12 min read
Relearn You a Haskell (Part 2: List Comprehensions, Tuples, and Types)

Relearn You a Haskell (Part 2: List Comprehensions, Tuples, and Types)

29
Comments 2
8 min read
Typeclass(Interface) is Kernel Concept of Haskell Functor, Monad These Weird

Typeclass(Interface) is Kernel Concept of Haskell Functor, Monad These Weird

8
Comments 1
1 min read
$ in haskell

$ in haskell

6
Comments
1 min read
Writing a Fast Sudoku Solver in Haskell

Writing a Fast Sudoku Solver in Haskell

55
Comments 2
26 min read
Write You a Haskell

Write You a Haskell

55
Comments 7
1 min read
Haskell I/O and XPath

Haskell I/O and XPath

8
Comments
12 min read
loading...