Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

About Church encoded lists in Haskell

How to implement linear flow with IO and Either functors in functional programming with javascript?

Generate sequence using previous values

functional-programming f#

All picks of a list in F# - more elegant and simple

Write three Scheme procedures to simulate these three gates: AND, OR and XOR

How to merge maps and get a map of lists?

Match list with two values in Scala

Is it possible to have a recursive anonymous function in MATLAB? [duplicate]

Unit testing elixir functions properly

Functional equivalent of overloading

What is the `union` in OCaml, really

c++11 lambda high-order function wrapper recursive error

When creating an intermediary value should I store it?

Mapping a vector of one type to another using lambda

Why is this Functor instance incorrect?

Function Composition With Monads...not working

How would you implement a Grid in a functional language?

Functional Interface Implementations and use cases