Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What is the main difference between Free Monoid and Monoid?

Is there a functional language for C++ ecosystem?

Understanding foldl in ML

How to accumulate errors in Either?

An alternative to an array of functions?

F# - Can I return a discriminated union from a function

To which kind of problem is functional programming well suited? [closed]

functional-programming

Scala "match" help

Is it possible to define an infix function?

Erlang : Returning from a function

How much is there to LINQ?

Are there any non-Lisp dialects that allow for syntactic abstraction?

In pure functional languages, is data (strings, ints, floats.. ) also just functions?

Is recursion in scala very necessary?

Is it possible to change the step size of the built-in haskell range function or literal?

What would make you try (or not try) a new programming language? [closed]

Functional Programming: Best Platform/Environment [closed]

functional-programming

What's so special about 'return' keyword

In Haskell, (+) is a function, ((+) 2) is a function, ((+) 2 3) is 5. What exactly is going on there?