Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What do "reify" and "reification" mean in the context of (functional?) programming?

What is the motivation for Scala assignment evaluating to Unit rather than the value assigned?

Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?

any() function in Python with a callback

Recursion schemes for dummies?

What is the combinatory logic equivalent of intuitionistic type theory?

Kotlin - Void vs. Unit vs. Nothing

Pass a typed function as a parameter in Dart

Is Ruby a functional language?

Generating permutations lazily

python list comprehensions; compressing a list of lists?

Groovy map method of collections

Is functional programming relevant to web development? [closed]

Split JavaScript array in chunks using Lodash

What's the status of current Functional Reactive Programming implementations?

Why is writing a compiler in a functional language easier? [closed]

Why no Array.prototype.flatMap in javascript?

Write a Haskell interpreter in Haskell

Are any JavaScript engines tail call (TCO) optimized?

How/why do functional languages (specifically Erlang) scale well?