Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Registering a signal handler in Haskell with an action depending on state

Functional Programming and business domain model

How to functionally handle a logging side effect

Is there an idiomatic way to do implicit local state in OCaml?

How are people implementing immutable data structures in JavaScript when the language doesn't offer any obvious way of implementing immutability?

How do I split an OCaml list into head and tail?

How to traverse array from both left to right and from right to left?

Sharing data in Haskell

ES6 proxy work-around for "TypeError: Cannot create proxy with a non-object as target"?

Is this Depth First Search implementation tail recursive now?

how to use applicative validation using languageext?

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