Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Algorithm to create fair / evenly matched teams based on player rankings

Idiomatic R code for partitioning a vector by an index and performing an operation on that partition

Is nested function efficient?

Merge two arrays with alternating values

Self-referential data structures in Lisp/Scheme

Generics and Constrained Polymorphism versus Subtyping

Functional programming and multicore architecture

Isn't Monad just a syntactic sugar?

Confusion about flatMapLatest in RxSwift

What are freer monads?

What are hyperfunctions in the context of computer science?

Validation versus disjunction

Function composition, Kleisli arrow, and Monadic laws

How does one avoid creating an ad-hoc type system in dynamically typed languages?

Scala: collecting updates/changes of immutable state

What Self Balancing Tree is simplest in Functional Programming?

ngrx dealing with nested array in object

How does this compile?

What do you call the data wrapped inside a monad?

How can quotient types help safely expose module internals?