Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

JavaScript: Folding infinite streams (generator function)

Declare a function with no return value?

What is denotational semantics?

On representations of permutations

Algorithms that don't terminate in a lazy language

Architectural Thinking in Functional Languages

Difference between JUMP and CALL

Haskell comparing two lists' lengths but one of them is infinite?

What are the advantages of built-in immutability of F# over C#?

Functional Breadth First Search

Replacing characters in a String in Scala

Why is Future considered to be "not referentially transparent"?

Scala case class prohibits call-by-name parameters?

use purrr::pwalk to create multiple shiny observeEvents from tibble

Add element to immutable vector rust

Generic lambda or function value type in Kotlin

Rust: Idomatic way to iterate over columns of a 2d vector

Reject values while using Maps.uniqueIndex with Guava

F# XML parsing

Monad trait in Scala