Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Set key in a Javascript generator function

How can I generate a list of all Tetrominos?

Functions that can be deduced by their type signature

C++17 Cannot use std::bind to produce a std::function

Haskell Is there a function for creating every variation of applying a function to a list

SProxy in purescript?

Loop until... with Ramda

Which is better in OCaml pattern matching, `when` or `if-then-else`? [closed]

Are LINQ expressions an acceptable way to manipulate data in F#?

How to implement a fast type inference procedure for SKI combinators in Python?

Fold function in Octave

Generate N distinct permutations of a very large list in R?

Lambda Calculus vs Category theory in FP [closed]

When is dynamic polymorphism necessary (compared with static polymorphism)?

Registering a signal handler in Haskell with an action depending on state

Functional Programming and business domain model

How to functionally handle a logging side effect

Is there an idiomatic way to do implicit local state in OCaml?

How are people implementing immutable data structures in JavaScript when the language doesn't offer any obvious way of implementing immutability?

How do I split an OCaml list into head and tail?