Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Performance Implications of Point-Free style

What programming languages have something like Haskell’s `newtype`

Is there a python function to return a new dict with a new key added, like assoc in clojure?

Equivalent for inject() in Python?

How to determine type of Haskell functions?

python reduce to find the union of sets

Apply list of functions on an object in Python

Can compilers deduce/prove mathematically?

What do Haskell (data) constructors construct?

why do lambda functions in c++11 not have function<> types?

What is the exact definition of a closure?

Substitute values in a string with placeholders in Scala

Are continuations monads?

IntStream iterate in steps

clojure vs c# language

Concurrent map/foreach in scala

How to model class hierarchies in Haskell?

Functional Programming and Type Systems

Are there any statically-typed functional languages?

While or Tail Recursion in F#, what to use when?