Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Getting errors trying to get observable from "observable's chain"

Simply typed lambda calculus vs Hindley-Milner type system

Using JavaScript Reduce to generate an object

When is a => f(a) not equivalent to f?

groupBy-like function such that the binary predicate holds between consecutive elements of each group instead of any two

Is it possible to partially apply a React component?

Understanding FP in an enterprise application context (in Scala)

Closures as solution to data merging idiom

Abusing generics to implement a curried composition function in Java

Can I functionally concatenate a number and string?

Explain bindbind() function

What's a Good Name for this extended `compose` function?

last element in list using ocaml List.fold_left

How to use Applicative for concurrency?

Elm function with the type: Signal (List a) -> List (Signal a)

Can I set the keys of an array using array functions like array_map

How to write a parser for a mutually recursive ADT without recursion and side effects?

A Replace Function in Lisp That Duplicates Mathematica Functionality

Does passing a function belonging to self cause a retain cycle when not in a closure?

Where to put database access/functionality in clojure application?