Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Immutable game object, basic functional programming question

Invoking a function on a "side" of a Bifunctor dependent on the value of a boolean

How to understand segmented binomial heaps described in <Purely Functional Data Structures>

Why do we need Monad Transformers in Scala?

Elegant implementation of n-dimensional matrix multiplication using lists?

Which terms is corresponding for Map, Filter, Foldable, Bind etc from Category Theory?

Generalizing fold such that it becomes expressive enough to define any finite recursion?

The sense of term ambient in ambient monad

Unsure of how to design a useful library using combinators

Agents in Haskell or functional languages?

Monad Transformers in C#

Apply a list of Functions to a Java stream's .map() method

Is it possible to infer the normalized source of a pure λ function on Haskell?

Is there a way to use print with the formats of printf in Haskell?

Is there a fast, functional prime generator?

How to safely `mapM` over `System.IO.openFile`

Counting aborted transactions in Clojure

Create a method that accepts variable length of Function arguments with possibly different types

How to implement Floyd's Hare and Tortoise algorithm in Agda?

Logging using the free monad