Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Cartesian product over a list of lists in Haskell

React - What's the great benefit of having immutable props?

How can I calculate a file checksum in Elixir?

Array.reduce on a multidimensional array to array of objects

Constrained Value Types in Haskell

java - curry an existing static function

What does it mean when an OCaml variable starts with `#`? (hash sign/pound sign)?

In java 8+ are only single argument method reference permitted in a stream

How to contruct a Seq depending on different conditions that follows each other

Does Haskell have an eager version of `foldr`?

Help in designing a tree structure - Tension between functional and OOP

Rewriting C# code in F#

Erlang: simple refactoring

Functional programming in Python and C++ [closed]

Getting constant length retrieve time constant with immutable lists in a functional programming context

Scala: Functional aggregation of Seq[T] elements => Seq[Seq[T]] (preserving order)

Using Functional Programming to compute prime numbers efficiently

Is it possible to implement a function that returns an n-tuple on the lambda calculus?

Correct way to work with two instances of Option together

Thinking Functionally. Building a New Array in Haskell / Purescript