Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to represent a simple finite state machine in Ocaml?

Is there anything like Haskell's 'maybe' function built into Scala?

Is `data PoE a = Empty | Pair a a` a monad?

Scala fold right and fold left

Map, Filter, Foldr in DrRacket/Scheme

Swift: What's the best way to pair up elements of an Array

Finding the subsets of an array in PHP

more elegant way to write if( list.nonEmpty) Some(list.max) else None?

Check if an array of objects have a key value using underscore

Problems on migrating from functional to OO

Scala Get First and Last elements of List using Pattern Matching

Cartesian product in clojure

"int -> int -> int" What does this mean in F#?

How do I convert an inductive type into a coinductive type efficiently (without recursion)?

Why is the non-deterministic choice function in Curry's std lib not defined straightforwardly but rather with a helper 2-argument function?

How would you implement LINQ methods with SelectMany? [closed]

How to get the “inflexible semantics of monad transformers” using extensible effects?

What's the difference between partial evaluation and function inlining in a functional language?

Scala State monad - combining different state types

View Reduction Steps in Haskell