Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Compose javascript functions with more than one argument

How to compose two Flows side-by-side?

Simplifying a Keras LSTM model in functional API

Rxjs vs Lodash ? can rxjs be an alternative for lodash?

How do I determine type of Haskell functions? [duplicate]

Challenge: Neater way of currying or partially applying C#4's string.Join

Does using functional languages help against computing values repeatedly?

functional-programming

Pivot or zip a seq<seq<'a>> in F#