Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Limit a number to a range (Haskell)

Clean Scala syntax for "Append optional value to Seq if it exists"

Translate a Scala Type example to Haskell

How do I uncurry a function in Python?

Is a functional language a good choice for a Flight Simulator? How about Lisp?

Functional programming in C++11, F# style

Lambdas inside list comprehensions

Haskell Cons Operator (:)

Examples of functional programs 'writing themselves' via type analysis [closed]

f# functional-programming

Keeping State in a Purely Functional Language

what is a fully type-inferred language? and limitations of such language?

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)