Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Functional programming: how far should immutability go? [closed]

Is there a name for this function

Is this possible in scala def convert(f: () ⇒ Future[Int]): Future[() ⇒ Int] =?

F# How should I think about delimiting items in sequences?

functional-programming f#

Are the liftM functions deprived of their monadic essence?

Difference union types and discriminated unions typescript/F#

Declarative thread safety in .NET

Passing a function object: Error

ColdFusion: Invoke cffunction from the same component

Integrating Haskell in non-functional projects

How do I get Mathematica to thread a 2-variable function over two lists, using functional programming techniques?

F# replace ref variable with something fun

Monotonify (list-munging) without a For loop

How to make this code more compact and idiomatic?

Finding means and medians across data frames in r

r functional-programming

Solving Equations in Haskell

Example where lambdas are very useful in Python

Lazy for comprehension evaluation in scala

Tree data structure algorithms in Scheme?

function making