Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

Elm: decoding floats encoded as strings in JSON

Horner's rule for two-variable polynomial

Taylor series via F#

Traverse a type generated by Azure Storage type provider in F#

Can this be considered a pure function (functional programming)?

How to use Ramda pipe?

JAVA 8 pass return value back into same method x number of times