Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Achieving polymorphism in functional programming

Javascript as a functional language

Defining and calling function in one step

What does "pure" mean in "pure functional language"?

What are "downward funargs"?

Specification for a Functional Reactive Programming language

Haskell's algebraic data types

Uses for Haskell id function

What's the Scala way to implement a retry-able call like this one?

Get a function's arity

Bind Vs Lambda?

Scala Functor and Monad differences

How do I do a "break" or "continue" when in a functional loop within Kotlin?

Maintaining complex state in Haskell

What are "n+k patterns" and why are they banned from Haskell 2010?

Partition a Java 8 Stream

How to pass a function instead of a block [duplicate]

What is a 'thunk', as used in Scheme or in general?

Functional programming in C++. Implementing f(a)(b)(c)

What exactly is meant by "partial function" in functional programming?