Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to define an alias in Agda's type delaration?

Functional programming and equation solvers

Type safe modular arthmetic no annotation

purrr pmap function arguments

How to use Either monad and avoid nested flatMap

Does sequence on an infinite list of IO actions by definition result in a never-ending action? Or is there a way to bail out?

unfamiliar syntax in Haskell / Clash function type signature

Chain fp-ts TaskEither with Either in right

Where does the performance boost of map or list comprehension implementations over calling a function over a loop come from?

Data Type with cached calculations in functional programming

Point-free version of g(f(x)(y))

How can I modify std::adjacent_difference to only give the diffs?

Functional approach to basic array construction

Chronomorphisms in Scala

Better way to continue after exceptions in java

Use [...new Set()] to get only uniques based off inner Array<object.id>?