Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Haskell composition (.) vs F#'s pipe forward operator (|>)

Why can't I map integers to strings when streaming from an array?

How do you know when to use fold-left and when to use fold-right?

Removing elements with Array.map in JavaScript

In pure functional languages, is there an algorithm to get the inverse function?

functional-programming

How to sort a list in Scala by two fields?

Functional design patterns [closed]

val-mutable versus var-immutable in Scala

F# development and unit testing? [closed]

What is dependent typing?

Set operations (union, intersection) on Swift array?

What's the fuss about Haskell? [closed]

How can I use map and receive an index as well in Scala?

Understanding why Zipper is a Comonad

Truly understanding the difference between procedural and functional

Applicatives compose, monads don't

What is "point free" style (in Functional Programming)?

Dart: mapping a list (list.map)

Beginners Guide to Haskell? [closed]

Useful code which uses reduce()? [closed]