Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

private functions vs nested functions

How could the command pattern be replaced by lambda expressions?

What are the properties of the unsided fold?

Currying in Scala: multiple parameter lists vs returning a function

Scala: transform a collection, yielding 0..many elements on each iteration

Functional way to take element in a list until a limit in Scala

Is there something like the threading macro from Clojure in Python?

How to stop execution in for-comprehension if Option is None using cats IO?

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