Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Sums of different lists using recursion

Zero or all optional but typed parameters

Python functional approach: remove key from dict using filter

How can I find the definition of a Prelude function?

How to remove a fold from within a for-comprehension?

Proper implementation for a 2 type parameters Functor in Scala

F# and Enterprise Software

Avoid pattern matching inside a monad in Haskell

Swift mutating Function as first class value

Why are first class functions not type checked in typescript?

Mapping data from one data structure to another

What are fast algorithms/data structures for querying near points on the surface of a sphere?

To use closures or not, John Conways Game of Life

Clojure - To pass a function as a var 'vs' To call a function from within the other function?

Understanding bind function

Does List in Scala is not homogeneous collection?

Scala combine Seq of Timestamps

map function for n-ary tree in Scheme

Create Predicate with and/or/negate methods in one statement?