Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What good homework style tutorials are recommended for learning functional programming in Python? [closed]

How does foo(&nil) behave differently than foo(&"not a proc")?

Haskell Arrows inside Tuples

Nice examples of imperative versus functional solutions to practical problems

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