Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Handle one element in a stream without closing it [duplicate]

What is monad analog in Java?

Python fluent filter, map, etc

Is a nested pure function still a pure function?

What is the best way to do extensive null checks in F# when calling C# code

f# functional-programming

Functional programming: How to carry on the context for a chain of validation rules

Left to right application of operations on a list in Python 3

Extract single element from list in F#

Clojure: How to create a function at runtime

Haskell - specifying kind in data declaration

Is there a functional programming idiom for filtering a list into trues and falses?

Recursion runtime implementation Java vs. other/functionals languages?

Too many arguments for function

2 questions at the end of a functional programming course

return a list of element from a list in OCaml

Neat way to apply a function to every nth element of a sequence?

How to shuffle list in O(n) in OCaml?

flatMap or bind in Python 3?

Binding a name to a value vs. assigning a value to a variable

Haskell's function application operator ($) usage