Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Vowel datatype in Haskell, is it possible?

Tail Recursive Levenshtein Distance

Evaluation of nullary functions in Haskell

Transforming functions of type `a -> b` into those of type `String -> String` in Haskell

Why this implementation of a pure function isn't considered to have external dependencies?

JS Curry function with Recursion

How to compose functions that return Bools to one function

How would be a functional approach to shifting certain array elements?

Mapping over sequence with a constant

Lazy evaluation and IO side effect confusion

Haskell Programmatically/Dynamically Define Functions

Monadic impurity and Haskell's purity. How they are combined?

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