Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Is there any algebraic structures used in functional programming other then monoid?

Are the Streams in Java 8 monads?

N-queens in Haskell without list traversal

What is "Scrap Your Boilerplate"?

How to write testable code in Swift

Tensorflow "map operation" for tensor?

Must a Language that Implements Monads be Statically Typed?

What are the benefits of letrec?

Is there a total alternative to the `read` function?

When is it okay to use "var" in Scala?

Control.Parallel compile issue in Haskell

RxJS Promise Composition (passing data)

Are there any decent scripting languages that use functional programming?

Scalaz: request for use case for Cokleisli composition

How does the functional programming recommendation for static methods influence testability?

Why does FRP consider time as a factor for values?

Scala Passing Function with Argument

How do F# units of measure work?

In C# is it a good practice to use recursive functions in algorithms? [closed]

How to iterate through a module's functions [duplicate]