Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Applicative instance for functions from same domain to Applicative

Has anyone proposed a Pipe operator for javascript?

Forms as functional components with react

Producer and consumer problem in Haskell?

Void in constrast with Unit

Y combinator, Infinite types and Anonymous recursion in Haskell

How to return the index of a for loop in OCaml?

return the nth element of a list in OCaml?

Defining reduced arity partial functions

zip function in Racket/Scheme

Advantage of Functional Reactive Programming over event-listeners

How do I clear states or empty array on click in react 0.14 ES6?

Why prefer monoids over semigroups in Haskell? Why do we need mempty?

What are "reduction semantics"? Please explain the use of PLT Redex in layman's term

fold_tree in OCaml

The composition of functions in a list of functions!

Finding unique (as in only occurring once) element haskell

Simulate global variable

Are there functional programming languages that run on the GPU?

Why has "map (filter fst)" the type "[[(Bool, a)]] -> [[(Bool, a)]]"?