Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Is functional programming less efficient for this case?

Side Effects in Functional Programming

How does term-rewriting based evaluation work?

Frege's equivalent of Haskell's getLine and read

Best way of removing duplicates from a list by object attribute