Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Haskell >>= operation: why is the function argument required to return another Monad?

Cleaning a list of data in Java8

Haskell - why would I use infinite data structures?

Monads - where are they necessary?

Short-circuiting function from foreach

Scheme let statement

How to write idiomatic clojure (+ functional) code?

Percent sign in defun and defstruct

Haskell irrefutable pattern matching

Does the functionality of Grouping operator `()` in JavaScript differ from Haskell or other programming languages?

What are R's equivalents to Perl's map and grep?

How would you write fetching a collection the "Reactive Cocoa" way?

Specifying class constraints in value constructors

Practical use of improper lists in Erlang (perhaps all functional languages)

Javascript functional lazy evaluation example explanation required

F# - Converting nested for-loops to a functional style

f# functional-programming

jQuery .map into array

What is the raku equivalent of the JavaScript arrow function?

Is it possible to use unary function instead of binary in `flip`?

By-name repeated parameters