Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to not fall into R's 'lazy evaluation trap'

Are statistical programming languages like R/SAS considered functional or procedural [closed]

Mapping a function on a generator in JavaScript

Vulnerability in the functional programming paradigm?

The semantics of Mathematica's Thread function, someone needs to finally put this to rest

lambda in python

Functional Programming + Domain-Driven Design

Any real world experience debugging a production functional program?

Functional code for looping with early exit

golang-style "defer" in C++ [duplicate]

Elixir - What does the 'use' keyword do?

Tail recursion on R Statistical Environment

Union of two sets in Scala

Removing syntactic sugar: List comprehension in Haskell

Which event-driven applications are implemented in Haskell?

Why is there only one non-strict function from Int to Int?

Does 'foldp' violate FP's no mutable state principle?

How to change all the values in an Elixir map

Adding two lambda-functions in C++

Is there a difference between type signatures a -> b -> a and c -> a -> c?