Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Rebinding variables in outer scopes in Elixir

Kotlin/Java functional and immutable way of collecting a map in a map

How to evaluate this generic abstract syntax tree in Haskell?

Passing a character string as a parameter name/value pair into a R function

r functional-programming

ZIO : How to compute only once?

Group array of objects nested by several groupBy functions

How Haskell's thunks are so efficient?

Implementation of Church numeral multiplication in Haskell not working

How to define parameter names for higher order functions in C#

Average a columns in a 2D array with functional programming

What is the relationship between a monoid and a functor?

Swift enum case access level

How do I avoid nested Monads in fp-ts or deal with them elegantly?

Scala type parameters in various places

How to make a function call itself n times

Function that returns function with argument

r functional-programming

Kotlin: How to write nested loops in functional way?

Is "associates to the right" equivalent to being left or right associative?

What is a good way of reusing function result in Scala

Why function is the first argument in Haskell