Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in higher-order-functions

Erlang: is it possible to write the minimum function as a list fold?

how do I apply a function n times? [closed]

How to write this function idiomatically?

Higher order function: "Cannot invoke 'map' with an argument list of type '((_) -> _)'"

Higher-Order Programming Using Boost::Python

Unable to use or cast a constructor as a fn

Higher-order functions in C as a syntactic sugar with minimal effort

Clojure Partial Application - How to get 'map' to return a collection of functions?

Different brackets style on Scala function definition parameter list

forEach on a 'new Array' isn't doing what I expect

Higher order polymorphism + value types

How to test higher order functions in Clojure?

Is recursion a smell (in idiomatic Clojure) because of of zippers and HOFs?

Flipping with rank-N types

Lambda calculus expression implementing function application

Javascript _.map() vs array.map(); why does one work here and not the other?

How to Reduce by key in "Scala" [Not In Spark]

Can we pass a function as an argument

r higher-order-functions

Is there a multiplication analogue to Integer::sum?

How to define a list of functions of the same arity in Scala?