Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Python: how to put constructors in map() function?

What is the best way to pass generic function that resolves to multiple types

f# functional-programming

Lambda Expressions and Memory Management

Why isn't there a simple syntax for coproduct types in Haskell?

What is the purpose of flexible type annotation in F#?

How to write function for N-ary tree traversal in Haskell

Is it a bad idea to put functions in Clojure maps, like in JavaScript?

The math behind 1.0999999999999999 in Haskell [duplicate]

Checking to see if a list is ordered consecutively

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?