Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Find at least one element that exists in all three lists in OCaml

Functional non recursive approach to looping in Haskell

Does OCaml have fusion laws

What's the functional programming's answer for overriding?

Applying var or #' to a list of functions in Clojure

Understanding function types

A concise way to write functions for arithmetical operations in Java 8

Generics and Functional programming in Swift

How Scheme evaluates the man or boy test?

What is the depth (or limitation if any) for nesting BiFunction

Haskell: What does the warning "Variable is implicitly quantified due to a context" mean?

Does using option type remove need for if statements?

Stateful function pipeline

Clojure: O(1) function to check if sequence has exactly 1 element

Transformation of (a -> IO b) to IO (a -> b)

How to write a Semigroup Instance?

F# either monad (ROP) to to compose function with two parameters

f# functional-programming

Filtering on Java 8 List

Function return type not enforced

Bird name for the (=<<) combinator?