Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Seeking a scala-esque approach to iterate through a list with access to the "next" element

Filling a Scala immutable Map from a database table

Clojure functions - returning value computed before the last statement

Python list of dictionaries projection, filter, or subset?

Assign Lists/Tuples with do notation

understanding the type signature of (.)

Desugared form of "let in"

f# functional-programming

how to join two array is scala

How is this function working: const const (negate 1) (negate 2) 3

F# Add New Item to Collections.Map?

f# functional-programming

Map a list of functions over a list of arguments (Python)

Why does chaining .map() and .filter() in Kotlin not work as expected?

Parameterized Types in Haskell

How long before the line of business app in F# becomes the norm?

Anything like Java's static imports in F#?

What is the proper name of a zip-like method that "pivots" a list of lists?

functional-programming

Second Monad Law:Unit

Cost sensitive folds

Haskell which function to group list every n such that :: [a] -> Int -> [[a]]

What is the purpose of an applicative functor?