Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Good introduction to free theorems [closed]

What are the performance impacts of 'functional' Rust?

designing large projects in OCaml [closed]

How can I throw an exception in Clojure?

Doubly Linked List in a Purely Functional Programming Language

What is a function literal in Scala?

Ruby's yield feature in relation to computer science

What is zip (functional programming?)

Are functional languages inherently slow? [closed]

Using partial functions in Scala - how does it work?

How to reduce code duplication when dealing with recursive sum types

Why is the raising of an exception a side effect?

How to reduce Seq[Either[A,B]] to Either[A,Seq[B]]?

Convert String array to Map using Java 8 Lambda expressions

What's a functional replacement for if-then statements?

f# functional-programming

Why doesn't java.util.Collection implement the new Stream interface?

What does (f .) . g mean in Haskell?

Real world Haskell programming [closed]

Function syntax puzzler in scalaz

What is a monad in FP, in categorical terms?