Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

"filter" higher order function in C++

functional java: what's this P1 thing?

Most concise way to combine sequence elements

How to get rid of this ambiguity?

Does C support function expressions?

Does Scala have a function application operator?

Pass scala function as java functional interface argument

How to join array of optional integers to string?

Objects in functional programming - Immutability

How do I enforce run-time conditions on data in Haskell?

Swift: Lazily encapsulating chains of map, filter, flatMap

Wrapping my head around OCaml

Is there a more lispy way to write this code?

How to combine delegates in C#

Can I pass an arbitrary function to another function in Scala?

Problem calculating overlapping date ranges

Function objects in C++ (C++11)

Erlang equivalents of Haskell where/partial/lambda

Is `fun x -> x` the only function that has type 'a -> 'a in OCaml?

Weak Polymorphism in OCaml