Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Sum of Fibonacci term using Functional Swift

Avoid isPresent() and get() in control logic

Why do some functional languages not use parenthesis for function arguments? [closed]

functional-programming

Can any recursive definition be rewritten using foldr?

Name and existence of functor or monad to chain and terminate sequence of operations

Scalaz monad transformers. Applying f1:A => G[B], f2:B => G[C] function to F[G[A]] object

Scala underscore explanation

Ambiguous type with type families

Pattern matching on two records with the same fields

Scala Type Syntax

Why does not Clojure support private functions in macro?

How to use first/head and rest/tail with Swift?

Sorting key function that uses custom comparison [duplicate]

C# 7 - Why can't I return this awaitable type from an async method?

Proper way of applying two (or many) option values to a function in F#

Functional programming axioms

Is there any point in drawing an UML class diagram in functional programming?

Compose multiple predicate functions into one

Scala: Function0 vs by-name parameters

Writing the function "once" in Elixir