Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Python functions within lists

Merging a list of Strings using mkString vs foldRight

How does orElse work on PartialFunctions

Scala: What is the difference between filter and takeWhile on a stream?

Using 'reduce' on a list of dictionaries

Any example in which Clojure really shines against Java which is not concurrency/immutability-feature related?

What is the advantage of using scala pattern matching instead of java switch case?

Are there already built in functional C#/.NET constructs like these? g(h()), or

Standard name for (filter p xs, filter (not.p) xs)

Difference between let, fun and function in F#

What do I learn to "enlighten myself with the ways" of functional programming?

Will I develop good/bad habits because of lazy evaluation?

How can I get the nested keys of a map in clojure?

How to check covariant and contravariant position of an element in the function?

What are your feelings on functional specs? And Software design? [closed]

What's your naming convention for helper functions? [closed]

Why sum x y is of type (Num a) => a -> a -> a in Haskell?

Scala functional programming gymnastics

Object oriented programming in Haskell