—
Functors to Monads: A Story of Shapes
in #functional programming, #interpreters, #functors, #functor combinators, #monads, @Haskell
—
Seven Levels of Type Safety in Haskell: Lists
in #functional programming, #dependent types, #singletons, #types, @Haskell
—
Haskell Nuggets: k-means
in #machine learning, #dependent types, #functional programming, @Haskell
—
I nixified my blog
in #nix, #purescript, @Meta
—
Advent of Code 2020: Haskell Solution Reflections for all 25 Days
in #functional programming, #challenges, #advent of code, @Haskell, +Advent of Code
—
Roll your own Holly Jolly streaming combinators with Free
in #functor combinators, @Haskell
—
Shuffling things up: Applying Group Theory in Advent of Code
in #advent of code, #abstract algebra, #group theory, @Haskell, @Math, +Advent of Code
—
Enhancing Functor Structures Step-By-Step (Part 2)
in #functional programming, #free, #interpreters, #invariant functors, #functor combinators, @Haskell, +Enhancing Functor Structures
—
Enhancing Functor Structures Step-By-Step (Part 1)
in #functional programming, #free, #interpreters, #invariant functors, #functor combinators, @Haskell, +Enhancing Functor Structures
—
Adjunctions in the wild: foldl
in #category theory, @Haskell, @Math
—
Dead-simple TCP/IP services using servant
in #functional programming, #servant, @Haskell, @Tutorials
—
The Functor Combinatorpedia
in #functional programming, #free, #interpreters, #functor combinators, @Haskell
—
Applicative Regular Expressions using the Free Alternative
in #parsers, #functor combinators, @Haskell, @Math
—
Visualizing Prequel Meme Prefix Tries with Recursion Schemes
in #recursion schemes, @Haskell, @Tutorials, +Beginner/Intermediate Haskell Projects
—
Alchemical Groups: Advent of Code with Free Groups and Group Homomorphisms
in #advent of code, #abstract algebra, #group theory, @Haskell, @Math, +Advent of Code
—
Introduction to Singletons (Part 4)
in #functional programming, #dependent types, #singletons, #types, @Haskell, @Tutorials, +Introduction to Singletons
—
Introduction to Singletons (Part 3)
in #functional programming, #dependent types, #singletons, #types, @Haskell, @Tutorials, +Introduction to Singletons
—
The Const Applicative and Monoids
in #functional programming, #monoids, #applicatives, @Haskell
—
Introducing the backprop library
in #functional programming, #numerical, #machine learning, #artificial neural networks, @Haskell, +Backprop
—
"Interpreters a la Carte" in Advent of Code 2017 Duet
in #functional programming, #types, #lens, #advent of code, #functor combinators, @Haskell, +Beginner/Intermediate Haskell Projects
—
Introduction to Singletons (Part 2)
in #functional programming, #dependent types, #singletons, #types, @Haskell, @Tutorials, +Introduction to Singletons
—
Introduction to Singletons (Part 1)
in #functional programming, #dependent types, #singletons, #types, @Haskell, @Tutorials, +Introduction to Singletons
—
Advent of Code 2017! Ongoing solutions and explanations
in #functional programming, #challenges, #advent of code, @Haskell, +Advent of Code
—
Hamiltonian Dynamics in Haskell
in #functional programming, #physics, #numerical methods, #dependent types, @Haskell, +Hamilton
—
Fixed-Length Vector Types in Haskell (an Update for 2017)
in #functional programming, #dependent types, #singletons, #types, @Haskell, @Tutorials, @Reference
—
Verify your Typeclass Instances in Haskell Today!
in #functional programming, #dependent types, #singletons, #types, #existential types, #abominations, @Haskell
—
Introducing the Hamilton library
in #functional programming, #physics, #numerical methods, @Haskell, @Projects, +Hamilton
—
Practical Dependent Types in Haskell 2: Existential Neural Networks and Types at
Runtime
in #functional programming, #dependent types, #numerical, #singletons, #types, #artificial neural networks, #machine learning, #existential types, @Haskell, @Ramblings, +Practical Dependent Types in Haskell
—
Practical Dependent Types in Haskell: Type-Safe Neural Networks (Part 1)
in #functional programming, #dependent types, #numerical, #singletons, #types, #linear algebra, #artificial neural networks, #machine learning, @Haskell, @Ramblings, +Practical Dependent Types in Haskell
—
Automatic Propagation of Uncertainty with AD
in #ad, #numerical methods, @Haskell, @Tutorials, +Uncertain, +Beginner/Intermediate Haskell Projects
—
Blog Rewrite with Hakyll and Purescript
in #hakyll, #purescript, @Meta
—
Introducing the "Prompt" library
in #functional programming, #monads, @Haskell, @Projects
—
mtl is Not a Monad Transformer Library
in #functional programming, @Haskell, @Ramblings, +Haskell Mythbusters
—
Fixed-Length Vector Types in Haskell, 2015
in #functional programming, #dependent types, #singletons, #types, @Haskell, @Tutorials, @Reference
—
Unique sample drawing & searches with List and StateT --- "Send more money"
in #monads, @Haskell, @Tutorials
—
Auto: A Todo GUI application with Auto (on GHCJS, etc.)
in #auto, #ghcjs, @Haskell, @Auto, @Tutorials, +All About Auto, +Beginner/Intermediate Haskell Projects
—
Auto: Building a Declarative Chatbot with Implicit Serialization
in #auto, @Haskell, @Auto, @Tutorials, +All About Auto, +Beginner/Intermediate Haskell Projects
—
Introducing: the Auto library!
in #auto, @Haskell, @Ramblings, @Projects, @Auto, +All About Auto
—
Effectful, Recursive, Real-World Autos: Intro to Machine/Auto Part 3
in #arrows, #auto-machines, #machines, @Haskell, @Ramblings, +Intro to Machines and Arrows
—
A Non-Unique Monad Instance
in #functional programming, #monads, #algebra, @Haskell, @Projects
—
IO Monad Considered Harmful
in #functional programming, #monads, #io, @Haskell, +Haskell Mythbusters
—
First-Class "Statements"
in #functional programming, #io, @Haskell, @Ramblings
—
Auto as Category, Applicative & Arrow (Intro to Machines/Arrows Part 2)
in #arrows, #auto-machines, #machines, @Haskell, @Ramblings, +Intro to Machines and Arrows
—
Pipes: Streaming Huffman Compression in Haskell (Part 3)
in #pipes, @Haskell, @Tutorials, +Huffman Compression, +Beginner/Intermediate Haskell Projects
—
Inside My World (Ode to Functor and Monad)
in #functional programming, #monads, #io, @Haskell, @Ramblings
—
Streaming Huffman Compression in Haskell (Part 2: Binary and Searches)
in @Haskell, @Tutorials, +Huffman Compression, +Beginner/Intermediate Haskell Projects
—
A (Dead End?) Arrowized Dataflow Parallelism Interface Attempt
in #parallelism, #arrows, @Haskell, @Ramblings, @Projects
—
Streaming Huffman Compression in Haskell (Part 1: Trees and State)
in #monads, @Haskell, @Tutorials, +Huffman Compression, +Beginner/Intermediate Haskell Projects
—
Intro to Machines & Arrows (Part 1: Stream and Auto)
in #arrows, #auto-machines, #functional reactive programming, #machines, @Haskell, @Ramblings, +Intro to Machines and Arrows
—
Blog engine updates: Markdown Preprocessor & Fay Scripts
in #fay, @Meta
—
Code 2013
in #functional programming, #bash, #programming languages, #prolog, #javascript, #ruby, #fortran, #ocaml, #vim, @Ramblings, @Personal
—
Wolf, Goat, Cabbage: The List MonadPlus & Logic Problems
in #functional programming, #monads, @Haskell, @Ramblings, +MonadPlus: Success/Failure Monads, +Practical Monads
—
The List MonadPlus --- Practical Fun with Monads (Part 2 of 3)
in #functional programming, #monads, @Haskell, @Ramblings, +MonadPlus: Success/Failure Monads, +Practical Monads
—
Practical Fun with Monads --- Introducing: MonadPlus!
in #functional programming, #monads, @Haskell, @Ramblings, +MonadPlus: Success/Failure Monads, +Practical Monads
—
The Compromiseless Reconciliation of I/O and Purity
in #functional programming, #io, @Haskell, @Ramblings
—
Deploying Medium to Large Haskell Apps to Heroku by Precompiling
in #web development, #heroku, #outdated, @Haskell, @Tutorials
—
Shake: Task Automation and Scripting in Haskell
in #shake, #scripting, @Haskell, @Tutorials