Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

Is there a JS function that acts like IntStream in Java? [duplicate]

Folding over Trees in OCaml

Convention for marking methods as pure functions in Java