Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Stream a collection and collect into multiple results depending on independent predicates

Why is functional programming good? [closed]

functional-programming

Why can't Promise.resolve be called as a function?

map function if a predicate holds

As OOAD is to OOP what is the equivalent for functional programming?

How do I access a list element I've added with the cons (:) operator?

How to check if is null and if has a specific value using Optional in java?

Anonymous vs Non Anonymous functions Lua

What happens if you compile a program that takes no input? (Haskell IO purity issues (again))

Pattern matching functions in OCaml

Replace if-else with functional code

Some languages and uses for monads

Embedding higher kinded types (monads!) into the untyped lambda calculus

In which languages is function abstraction not primitive

hi :: (b -> c) -> (a -> b) -> (a -> c) in Haskell

Why is `++` for Haskell List implemented recursively and costs O(n) time?

Why does this Scala line return a Unit?

Can I ignore thread safety when programming in Erlang?

What is Clojure spec?

Find max value in Java with a predefined comparator