Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Nested map of arrays the FP way

Java8 lambda: sort a stream in reverse order?

mixing foldr with OR in Haskell (laziness?)

Why was "complement" used as a name for the function in ramda.js

Chaining Optional.orElseThrow

currying function instead of if condition in javascript

Vector of functions in APL

Functional programming - standard symbols, diagrams, etc

Can 2 or more equations defining a function in Haskell share the same where / let block?

Make macros and functions integrate more seamlessly

Guarantying assignment to a function's return value in OCaml

Function objects in Smalltalk (or executing blocks with no `value:`)

Conditional pattern matching in Racket

Very generic argmax function in C++ wanted

What/where is get_Zero in F#'s int?

Using case class to display Expressions

Is functional programming in Rust zero-cost?

Idiomatically negate a filter

Why does concatenation of lists take O(n)?

Pure functional Random number generator - State monad