Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Reducing options in scala?

Is there any difference between closure in Scheme and usual closure in other languages?

Why is there no "Functor" trait in Scala? [closed]

Express.js server with functional programming (pure routes)