schoolofhaskell.com
School of Haskell | School of Haskell
1 min read · 2020-07-27 · As of March 2020, School of Haskell has been switched to read-only mode.A gentle introduction to Haskell for beginners.The prerequisite for this series of tutorials is some knowledge of imperative…
Shared by 3, including Luis Bravo
youtube.com
Haskell for Imperative Programmers #1
2020-06-10 · In this course we explore functional programming with Haskell.
Shared by 7, including Christopher D. Long (Крістофер Д. Лонг), Luis Bravo
inner-product.com
What Functional Programming Is, What it Isn't, and Why it Matters
10 min read · 2020-06-11 · The programming world is moving towards functional programming (FP). More developers are using languages with an explicit bias towards FP, such as Scala and Haskell, while object-oriented (OO)…
Reader View · Shared by 85, including Massimiliano Aroffo, Matthias Lampe, Luis Bravo, Stefan Weber, Jessel Sookha, MIT CSAIL
doisinkidney.com
What is Good About Haskell?
~11 min read · From 2019 · Posted on October 2, 2019 Beginners to Haskell are often confused as to what’s so great about the language. Much of the proselytizing online focuses on pretty abstract (and often poorly defined)…
Reader View · Shared by 13, including Christopher D. Long (Крістофер Д. Лонг), Luis Bravo, AIKing.Eth - Vincent Boucher
stephendiehl.com
A Haskell Reading List
1 min read · From 2016 · Here is a list of papers and writings of what I consider are essential Haskell reading.
Shared by 16, including Kate, Luis Bravo
shuklan.com
Haskell Lectures
1 min read · From 2013 · Introduction to Haskell - CS 1501
Reader View · Shared by 10, including nuuk, Rodrigo Sampaio Vaz, Luis Bravo
howistart.org
Haskell with Chris Allen
20+ min read · From 2015 · My name is Chris. I teach Haskell to people that are new to programming and as well as long-time coders. Haskell is a general purpose programming language that is most useful to mere mortals. I’m…
Reader View · Shared by 17, including Brian, Luis Bravo
learnyouahaskell.com
Learn You a Haskell for Great Good!
5 min read · From 2016 · Welcome to Learn You a Haskell for Great Good! If you're reading this, chances are you want to learn Haskell. Well, you've come to the right place, but let's talk about this tutorial a bit first. I…
Reader View · Shared by 19, including Luis Bravo, Mattia Fregola 🤔, Jon Thompson
DEV Community 👩💻👨💻
Comparing the same web scraper in Haskell, Python, Go
6 min read · 2020-07-02 · So this project started with a need - or, not really a need, but an annoyance I realized would be a g...
Reader View · Shared by 5, including Luis Bravo
haskellbook.com
Haskell Programming
3 min read · 2020-06-18 · A Haskell book for beginners that works for non-programmers and experienced hackers alike.
Reader View · Shared by 10, including Axel Rauschmayer, Alberto, Luis Bravo
wjwh.eu
Preliminary benchmarking results for a Haskell I/O manager backend based on io_uring
8 min read · 2020-07-26 · Posted on July 26, 2020 by wjwh Haskell provides lightweight user space threads that get scheduled by the Run Time System (RTS) onto a limited number of operating threads in a so-called M:N threading…
Reader View · Shared by 3, including Luis Bravo