Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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)]]"?

Why doesn't a prism set function return an Option/Maybe

If Either can be either Left or Right but not both, then why does it correspond to OR instead of XOR in Curry-Howard correspondence?

C# to F#: Functional thinking vs. polymorphism

takeWhile, dropWhile laziness java9

clojure for loop, store the values in a set or map