Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What is the functional analogue of a Strategy pattern?

Is there a way to "preserve" results in Haskell?

Haskell: Are type variables in "where" clauses in the same namespace with their parents?

Using nested reduce in Swift

Javascript: How can I replace nested if/else with a more functional pattern?

Do we still need mutex if everything is immutable?

Can this be refactored to use generic functional principles?

Confused about (fmap length Just) [1,1,1,1] vs. fmap length $ Just [1,1,1,1]

Remove All but First Occurrence of a Character in a List of Strings

f# functional-programming

Changing the value of a field in a map function of Stream

Scala - value < is not a member of AnyVal

How to pass Function as parameter to computeIfAbsent method?

How do I implement a list comprehension using map and filter?

Ramda: How to remove keys in objects with empty values?

Timeout Error in Fraudulent Activity Notification HackerRank

Using foldl to count number of true values

Do you think functional language is good for applications that have a lot of business rules but very few computation? [closed]

Using ML in "Real-World" Applications

Pattern matching zero-argument functions in scala: mystified by warning

Can I pass an object's instance method to a method expecting a callback in Scala?