Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Functional equivalent to iterating over a 2D array

Converting a function with two recursive calls in scheme to make it tail-recursive

Are symbolic computation and functional programming related? [closed]

IEnumerable<T> in OCaml

Java equivalent to Python's itertools.groupby()?

a simple generalisation of the Applicative (Functor) type-class; pattern matching on constructors

Graph programming in Scheme

Currying and multiple integrals

Is this an implementation of a fixpoint combinator?

Different brackets style on Scala function definition parameter list

OCaml Currying/ Multiple arguments

C++ tools with the same functionality as Python's filter and map

Is it possible to implement linear time BFS in Haskell?

Haskell (.) for function with multiple operands

Successive function application in MATLAB

How do I "unpack" a list as individual arguments in Haskell? [duplicate]

Writing a curried javascript function that can be called an arbitrary number of times that returns a value on the very last function call

dynamically parse a string and return a function in scala using reflection and interpretors

F#: Adding an interface (like IComparable) to an existing type (e.g. from a library like Fare)

OCaml function: replace a element in a list