Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What principles should I follow to code in PHP with fewer Java-like objects and more similar to Clojure's functional programing principles?

Passing state between functional steps in Scala

How to use the map function on a vector of maps in clojure

How to convert simple average function in javascript to pointfree form using Ramda?

How to implement `zipTree` using `foldTree`?

Differences between Expression vs Function

Scala: Maintain child class in parent methods?

Abstraction of functional test code in Node

Is there an efficient index persistent data structure with multiple indexes

Flatten nested Ior's with scala-cats

How to convert an array [] to a series of { key: value } paired objects?

int -> ('a -> 'a)

Applying a function twice in R

r functional-programming

Convert nested array of strings into nested array of doubles using functional programming

why in Scala a function type needs to be passed in separate group of arguments into a function

If i know how a traced output looks, how can i begin creating my function? (Scheme)

How to replace a value in one map with the value of another map, based on a pattern match?

OO to functional — learning from everyday problem

How to iterate and work on the values of a map whose values are a list of elements using java 8 streams and lambdas

Scala FlatMap and Applicative context boundaries yield compile error