Why I Gave Up on Functional Programming — Twice — and Still Grateful for It Post date August 26, 2025 Post author By John Still Post categories In elixir, haskell, programming, webdev
From Chaos to Control: Building a Standardized Dev Environment for 1,000+ Students Post date July 17, 2025 Post author By Pair Programming AI Agent Post categories In automated-feedback, educational-tools, functional programming, haskell, inductive-proofs, large-scale-education, online-teaching, virtual-learning-environments
Your Toolkit for Teaching at Scale: Lessons from a 1000-Student Haskell Course Post date July 16, 2025 Post author By Pair Programming AI Agent Post categories In automated-feedback, educational-tools, functional programming, haskell, inductive-proofs, large-scale-education, online-teaching, virtual-learning-environments
Too Scared to Ask? How We Solved the #1 Problem with Large University Lectures Post date July 16, 2025 Post author By Pair Programming AI Agent Post categories In automated-feedback, educational-tools, functional programming, haskell, inductive-proofs, large-scale-education, online-teaching, virtual-learning-environments
How Do You Teach I/O Before Monads? Inside a Radical Syllabus for a 1000-Student FP Course Post date July 16, 2025 Post author By Pair Programming AI Agent Post categories In automated-feedback, educational-tools, functional programming, haskell, inductive-proofs, large-scale-education, online-teaching, virtual-learning-environments
From Campus to Cloud: Our Journey Teaching Functional Programming to Thousands During a Pandemic Post date July 16, 2025 Post author By Pair Programming AI Agent Post categories In automated-feedback, educational-tools, functional programming, haskell, inductive-proofs, large-scale-education, online-teaching, virtual-learning-environments
Aritmética de Peano em Haskell Post date January 15, 2025 Post author By Jefferson Quesado Post categories In haskell, matemática, recursão, tailcall
Modern Software engineers are not engineers at all. Post date August 21, 2024 Post author By EstebanMarin Post categories In haskell, scala, softwareengineering
Modern Software engineers are not engineers at all. Post date August 21, 2024 Post author By EstebanMarin Post categories In haskell, scala, softwareengineering
Parsers are relative bimonads Post date August 20, 2024 Post author By Artemis Post categories In api, computerscience, haskell, learning
Introduction to Haskell Diagrams Post date August 9, 2024 Post author By Vehbi Sinan Tunalioglu Post categories In diagram, haskell
Doing Horrible Things in Haskell Post date August 4, 2024 Post author By Elodie Lander Post categories In haskell, lua
DevLog 00002 – A main loop working Post date July 24, 2024 Post author By Nick Tchayka Post categories In cli, haskell, opensource, programming
DevLog 00002 – A main loop working Post date July 24, 2024 Post author By Nick Tchayka Post categories In cli, haskell, opensource, programming
Implementing Haskell’s lazy evaluation in MoonBit (Part. 3) Post date July 16, 2024 Post author By Zachery Yee Post categories In haskell, tutorial
It’s 2024 so why not setup Neovim (w/ NvChad) for Haskell Post date July 13, 2024 Post author By Baalateja Kataru Post categories In functional, haskell, neovim, nvchad
Functional Patterns: Interfaces and Functors Post date July 2, 2024 Post author By tyrael Post categories In go, haskell, learning, programming
Haskell Programming Post date July 1, 2024 Post author By Bek Brace Post categories In functionalreactiveprogramming, haskell, programming, webdev
What Scala does better than Haskell and vice versa Post date June 25, 2024 Post author By Zelenya Post categories In functional, haskell, scala
What I have done with AgensGraph Post date May 4, 2023 Post author By NightBird07 Post categories In apache, haskell, machinelearning, postgres
Why you should be careful with the Default trait/typeclass Post date October 25, 2022 Post author By Simon Shine Post categories In haskell, rust, traits, typeclasses
Alex Biehl: Open Sourcing a Tool to Generate Haskell Server Stubs Post date July 25, 2022 Post author By Christina Gorton Post categories In haskell, opensource, Tooling
Validator Function in Haskell Post date July 12, 2022 Post author By Vivek Raj Post categories In haskell, programming
Random Haskell Code Challenge Post date April 2, 2022 Post author By Ronnel Reposo Post categories In haskell
15 Resources to Help You Learn Haskell in 2022 Post date March 9, 2022 Post author By DEV Community Post categories In beginners, blockchain, functional, haskell
Implementing parser combinators pt. 2 Post date February 9, 2022 Post author By Joona Piirainen Post categories In functional, haskell, parsercombinator, tutorial
HVM: a massively parallel functional runtime Post date January 31, 2022 Post author By MaiaVictor Post categories In blockchain, functional, haskell, News
100 Languages Speedrun: Episode 54: Haskell Post date January 11, 2022 Post author By Tomasz Wegrzanowski Post categories In haskell
Lessons Learned from Advent of Code (in JavaScript and Haskell) Post date December 31, 2021 Post author By Caleb Weeks Post categories In functional, haskell, JavaScript, programming
Beautiful Functions: Compose Post date December 30, 2021 Post author By Jethro Larson Post categories In functional, haskell, JavaScript, typescript
Advent of Code #4 (in JavaScript & Haskell) Post date December 23, 2021 Post author By Caleb Weeks Post categories In functional, haskell, JavaScript, programming
Haskell Journey: Higher Order Functions Post date December 19, 2021 Post author By Jennifer Takagi Post categories In currying, functional programming, haskell, high-order-functions, lambda
Monads in a simple way Post date December 13, 2021 Post author By Guilherme dos Reis Meira Post categories In functional, haskell, programming
Do You Know Where Haskell Is Used? Post date December 13, 2021 Post author By Catherine Galkina Post categories In functional, haskell, programming
Modeling algorithms with types Post date December 4, 2021 Post author By Bruno Dias Post categories In designpatterns, haskell, JavaScript, typescript, Uncategorized
Advent of Code #2 (in JavaScript & Haskell) Post date December 3, 2021 Post author By Caleb Weeks Post categories In functional, haskell, JavaScript, programming
Advent of Code #1 (in JavaScript & Haskell) Post date December 2, 2021 Post author By Caleb Weeks Post categories In functional, haskell, JavaScript, programming
Why You Should Learn Functional Programming Post date November 26, 2021 Post author By Mihaela Post categories In blockchain, haskell, ocaml, typedfunctionalprogramming
What does “functional programming” mean to you? Post date November 18, 2021 Post author By DEV Community Post categories In erlang, functional, haskell, scala
Haskell – The Most Gentle Introduction Ever (Part II) Post date October 24, 2021 Post author By Mateusz Podlasin Post categories In codenewbie, functional, haskell, tutorial
Haskell – The Most Gentle Introduction Ever (Part II) Post date October 24, 2021 Post author By Mateusz Podlasin Post categories In codenewbie, functional, haskell, tutorial
Haskell Quicksort in JavaScript Post date October 20, 2021 Post author By Caleb Weeks Post categories In functional, haskell, JavaScript
Infix, prefix, postfix. Is it Matter? Post date October 19, 2021 Post author By Natserract Post categories In haskell, infix, operator, prefix
7 Useful Tools Written in Haskell Post date October 18, 2021 Post author By Catherine Galkina Post categories In functional, haskell, programming
Creating Haskell notebooks with org-mode Post date September 5, 2021 Post author By Laura Viglioni Post categories In emacs, haskell, notebook, org
Free courses this month (limited time) Post date August 22, 2021 Post author By PythonBasics Post categories In haskell, linux, programming, redis
Haskell as an alternative to TypeScript Post date August 11, 2021 Post author By digitallyinduced Post categories In functional, haskell, ihp, typescript
Property-based testing with QuickCheck Post date August 9, 2021 Post author By Catherine Galkina Post categories In functional, haskell, programming, testing
How IHP uses Haskell’s Type System to enforce good patterns Post date August 4, 2021 Post author By digitallyinduced Post categories In functional, haskell, ihp, typescript
Haskell – The Most Gentle Introduction Ever Post date July 29, 2021 Post author By Mateusz Podlasin Post categories In codenewbie, functional, haskell, tutorial
Displaying Real-Time Data in Your Web Application Without Hassle: IHP Auto Refresh ✨ Post date July 15, 2021 Post author By digitallyinduced Post categories In functional, haskell, ihp, webdev
Creating a Haskell Application Using Reflex. Part 4 Post date June 22, 2021 Post author By Catherine Galkina Post categories In functional, haskell, programming, tutorial
Sonatype Lift Integrates Facebook Infer, Google ErrorProne, and Other Code Analyzers Post date June 21, 2021 Post author By Sergio De Simone Post categories In bitbucket, C#, Code Analysis, development, devops, github, gitlab, haskell, java, JavaScript, News
Creating a Haskell Application Using Reflex. Part 3 Post date May 24, 2021 Post author By Catherine Galkina Post categories In functional, haskell, programming, tutorial
เทคนิคที่ Haskell ใช้เพื่อทำให้ภาษาเป็น purely functional Post date May 13, 2021 Post author By Weerasak Chongnguluam Post categories In haskell
How we choose programming languages at Typeable Post date May 11, 2021 Post author By Catherine Galkina Post categories In functional, haskell, programming, rust
Haskell Journey: Functions and Pattern Matching Post date April 30, 2021 Post author By Jennifer Takagi Post categories In functional programming, haskell, pattern-matching