Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How do you write foldWhile with the standard library?

Can anyone tell me what is wrong with this F# snippet?

Scala: accessing properties using covariant Field[+T]

FS2 Stream exception handling not working

Need Func to supply to Where() method of both IEnumerable and IQueryable

Scala immutable lists adding a 'Unit' element

Efficient Rust collector of Results holding Vecs

Implementation of Functor protocol with associated type (Swift)

Is there a way in Julia to modify a function f(x) such that it will return f(x)*g(x)

Reusing logic with different discriminated unions in a purely functional setting

How to filter for a combination of list arguments and multiple character strings in dplyr

r functional-programming

Why does a Javascript function act differently upon instantiation than execution?

With a Scala Either, how do you stop at the first error, but gets the already computed values

Why is flatMap on a Vector[Option[Int]] whose mapper function result is not a Vector[Option[Int]] valid?

Filter a range without using an intermediate list

Setting default values in clojure defn

Any pythonic way to do "[['a', 2], ['b',1]] + [['b', 2], ['c', 1]] = [['b', 3], ['a', 2], ['c', 1]]"?

Python: lazy iterating through directory-like structure

Pattern matching record types

Define a default return value to Haskell function