Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

When is tail-recursion needed, in the context of lazy evaluation?

Non-exhaustive patterns using if-then-else

Why "and" and "or" provide these results after receiving lists?

Can Bifunction be used to replace a Tuple in Java 8? [duplicate]

Haskell complex function composition

Ocaml - writing a function who's number of arguments is determined at runtime

In Haskell can you have functions that return nothing?

Using Regex in F# to Filter Strings

Deserialize a binary tree breadth-first in Functional Programming

Why is the following scala experimental code not working?

Swift 3: Filter a range

Filter List in Functional Programming Style

Why calling a function like this works in Scala?

Named parameters functions in Clojure

apply function to all instances of an attribute in an object tree

Extract object attribute from list of objects in Javascript

In Rust, is it possible to return a static function from a function?

How is `each` different from `for-loop` when returning a value?

C# LanguageExt - combine multiple async calls into one grouped call