Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

What is ' (apostrophe) in Racket?

Basic way of sending HTTP/POST in Haskell using http-conduit

Functional programming: Curry & Fold - what are the etymologies?

Why is this Python code executing twice?

Filtering an object by property in Ramda.js

Is there an equivalent to python reduce() function in scala?

foldr/foldl with logic operators in SML

Non-escaping error when implementing Church Numerals in Swift 3

F# Function Type Annotation for Multiple Types

How to pass in Streams Prev element result to next one

Sort Java Stream like switch conditional

Haskell evaluating properties of a data type only once when first accessed?

Functional programming: how far should immutability go? [closed]

Is there a name for this function

Is this possible in scala def convert(f: () ⇒ Future[Int]): Future[() ⇒ Int] =?

F# How should I think about delimiting items in sequences?

functional-programming f#

Are the liftM functions deprived of their monadic essence?

Difference union types and discriminated unions typescript/F#

Declarative thread safety in .NET

Passing a function object: Error