Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Why does Enum require to implement toEnum and fromEnum, if that's not enough for types larger than Int?

Haskell Strict MVar with Bang pattern

How to return a Mono<ResponseEntity> where the response entity can be of two different types

Ramda: Is there a way to 'fork' a parameter to two functions during pipe?

How to emulate Lisp's let function in R?

How do I group lines of strings separated by empty lines using java stream

How to make EitherT[Future, String, Int] from Future[Either[String, Int]] with cats?

How to flatMap 2 different fields in one iteration with Java 8 Streams?

variables in haskell change without logic when I repeat them

Return first element of the tuple

How do I create a new type-safe primitive type, based on Int?

Exhaustive map over a union of typed objects

How to swap to elements in Seq

F# apply sprintf to a list of strings

Arrays.Stream vs Stream.of

F# zip implementation

How do you get duplicates in a list in elixir?

How to push an element to an array inside a Map using functional programming in TypeScript/JavaScript?

OCaml: How to decode unicode-escape string?

Functional Transformation of a collection of Option<T>