Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Using LINQ query syntax with custom Maybe monad implementation

Concat two strings together

How to move a subtree between trees in Haskell?

Exceptions and referential transparency

Collatz conjecture in Rust: functional v imperative approach

Why functional programming language support automated memoization but not imperative languages?

How to use cats and State Monad

Implementing functional addition in Haskell

Javascript reduce gotcha - skips first iteration?

Understanding the implementation of Y-Combinator

Find Haskell functions f, g such that f g = f . g

Understanding Monad Transformer Type Signatures

Combining Either's in Vavr?

Apply constraint within constraint in Haskell

How can I map a function to a list and stop when a condition is fulfilled and tell me if it stopped or reached the end?

static methods make Java a pseudo functional language?

Simplest example of backwards continuations in Scheme without explicit mutation

Modelling Typeclasses in C++

Is there a bidirectional multimap persistent data structure?

Reverse currying?