Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Python library functions taking no keyword arguments

compare case class fields with sub fields of another case class in scala

Lifting inside continuations

What is a good design pattern to combine datasets that are related but stored in different dataframes?

Why is my Haskell function argument required to be of type Bool?

Is there a name for this subset of bifunctors?

From OO to functional programming at 10,000 feet

side effect gotchas in python/numpy? horror stories and narrow escapes wanted

Fiddling with point-free code?

Adding type constraints to the context of instance declarations in Haskell

Program Structure -- Simple Commandline To Do List App -- What's the Haskell way?

Achieving the right abstractions with Haskell's type system

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