Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Does return break referential transparency?

Amortization of functional array-doubling stack

Scala Streams Performance

Function Overhead in Functional Languages like Haskell or in Hybrids like Scala [closed]

In functional programming, can a function call another function that was declared outside of it's scope and not passed as a parameter?

functional-programming

What is the difference between the Clojure function (nth [coll index]) and the composition (last (take index coll))

Running queries in parallel in Doobie

What is the connection between primitive recursion and catamorphisms?

How to combine Haskell code with Objective-C for iOS development?

Coq: Prop versus Set in Type(n)

(Chez) Scheme benchmarks?

Cats effect - parallel composition of independent effects

java: libraries for immutable functional-style data structures [closed]

How to compose two functions whose outer function supplies arguments to the inner function

Great resources in F# for beginners use and examples for business [closed]

Scala Catalog of functional Design Patterns

Basic Scalaz State question

When should we call addDisposableTo(disposeBag) in RxSwift?

When to use interfaces, and when to use higher order functions?

What do functional programmers mean by "moral"? [closed]