Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Functional Programming: what is an "improper list"?

Elegant way to search an PHP array using a user-defined function

Dynamic dispatch in Haskell

How can I pre-set arguments in JavaScript function call? (Partial Function Application)

Stack overflows from deep recursion in Java?

How do functors work in haskell?

How do you design a functional program? [closed]

f# functional-programming

Mixing Erlang and Haskell

Using Either to process failures in Scala code

Functional Programming in C++ [closed]

Passing optional callback into Swift function

What's a good beginning text on functional programming? [closed]

Is there a nice way to make function signatures more informative in Haskell?

Functional programming, Scala map and fold left [closed]

What is the 'expression problem'?

What is the difference between def foo = {} and def foo() = {} in Scala?

Clojure: How to find out the arity of function at runtime?

What does the term "reason about" mean in computer science?

How can currying be done in C++?

How does this lambda/yield/generator comprehension work?