Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

Subtyping between function types

Can a pure function change input arguments?

Effect abstraction in Cats and parallel execution

How to write a fixed point function in haskell

Technical choices in unmarshalling hash-consed data

Filter method for C++ data structures

Object model in functional style?