Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Functional variant of 'oneof' function in Racket

Whats the most efficient way to get the middle elements of a list?

Parametric Polymorphism vs Subtype polymorphism F#

Incorrect type inference while pattern matching in Scala

Array.prototype.filter automatically filtering out falsey value

Using reduceLeft in place of foldLeft in scala

Apply a list of functions to a value

Is there a way in Range-v3 to prepend or append an element to a range/view?

How to limit a Kotlin sequence with a predicate caring about the next element?

Meaning of method side effects in Scala

Haskell - Blank cells in a sudoku

How do you write foldWhile with the standard library?

Can anyone tell me what is wrong with this F# snippet?

Scala: accessing properties using covariant Field[+T]

FS2 Stream exception handling not working

Need Func to supply to Where() method of both IEnumerable and IQueryable

Scala immutable lists adding a 'Unit' element

Efficient Rust collector of Results holding Vecs

Implementation of Functor protocol with associated type (Swift)