Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Why do Haskell patterns have to be linear?

Are programs in functional languages more likely to have stack overflows?

Pythagorean triple in Haskell without symmetrical solutions

Why does Haskell have non-strict functions (semantics)? [closed]

What technique in functional programming is difficult to learn but useful afterwards?

Use of the identity function in JavaScript

How do you sort an array of words with Ramda?

How to check if all the element in the list of one algebraic type in Haskell?

Scala, make my loop more functional

Why doesn't Haskell have a stronger alternative to Eq?

How to define a variable based on an if/then/else statement

Does runtime generally use an imperative-like interpretation of functional language code

How can I get started with functional programming? [closed]

functional-programming

Perl 5 - Iterator

Haskell + "Remove a parameter"

What functional language implementations allow threads to run in parallel?

Are lambda expressions/delegates in C# "pure", or can they be?

Defining functions pointfree-style in functional programming. What are the cons/pros?

Which is a more functional programming language, Haskell or Python? [closed]

Which PRNG is suited for a functional usage?