Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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?

r data.table functional programming / metaprogramming / computing on the language

What is the concept of Chain Complete?

What is Applicative Builder

Nested Reduce Functions / Recursion / Functional Programming / Tree Traversal

Understanding IO monad

regular shaped tree fold left scala implementation

Is there a function head in mathematica that can be used to define an input type?

pattern for implementing undo/redo in clojure