Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

F# filter function - first argument's condition seems to be reversed

f# functional-programming

The ideal way to write permutation function in OCaml

Transform an M[A => B] to an A => M[B]

Discrete Event Simulation without global Queue?

Not in scope: readMaybe, which library should I import?

Chaining values with catamorphisms

Combining the state monad with the costate comonad

Future with State monad

How does reduce/scan work in APL with user defined functions?

Functional way to loop over nested list

Can I curry this better?

Replace if-without-else in Scala

Scala implicit ambiguity doesn't get resolved without annoying dummy argument to mark the type.

Creating a filterable list with RxJS

OCaml equivalent of javascript 'apply'

In Javascript, why is there no "prototype" property for an instance or object literal?

Function declarations cannot be nested within non-function blocks

How to directly use a function as a Functional Type in Java 8

Java 8 Way of Adding in Elements

Writing a parameterless function in Ramda in a point free style?