Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Do something up to N times or until condition is met in Scala

Haskell - Checking if a list contains an element atleast N times

Loose programming in high level languages, how, why and how much?

How to design for extension using records

How to organize Procs in Ruby?

Different between Eff monad and Free monad

The role of the asterisks (kinds, *) in this Foldable instance

Python: get the corresponding key from value

Clojure equivalent of ruby's #methods method?

Empty result when string splited using pattern

How can I delete a focused property of an object with a van Laarhoven Lens?

In scala, why doesn't list.flatMap(List) work?

Conversion between Option[F[ShoppingCart]] to F[Option[ShoppingCart]]

Can some explain me how this solution works

Pure functions and I/O

functional-programming

JavaScript: Can a constructor function create a documentElement object?

Beginner: Expressions in F#

f# functional-programming

What's the difference between these functions implemented with currying and transducers?

When should use covariance and contravariance when designing a class with generic type

Tracking number of function calls + closures (à la SICP) in Python