Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Testing laws of side-effecting monad

passing functions in nim

Any linter to warn about side-effects in JavaScript?

how to see the implemented code of a function of a module in haskell?

Syntax of the method of an instantiated object: can't seem to get it right

Kotlin: Retain, replace or remove each map entry in-place

What do move semantics imply for referential transparency in Rust?

Partial application versus pattern matching: why do these Haskell functions behave differently?

Write an anonymous sub in Perl to a file for later use

Which Javascript functional library: Underscore or wu.js or Functional or ...? [closed]

Unit-testing in Procedural or Functional Programming Languages

Algorithm for computing the plausibility of a function / Monte Carlo Method

Implementing a functional/persistent dictionary data structure

How do Frege classes work?

Equivalent of C++'s std::bind in Java?

Scalaz equivalent to forM_

Why can't I assign a function with ifelse in R?

r functional-programming

How to use a map with *args to unpack a tuple in a python function call

Can you make a function take more than one type in Elm? Can you have an overloaded function?

Could the "reduce" function be parallelized in Functional Programming?