Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Pipeline of functions scala

Could I ask for physical analogies or metaphors for recursion?

Maybe a type in typescript

How do I explicitly return Unit?

How can I have curried case class constructors?

How to adapt trampolines to Continuation Passing Style?

What's the theoretical loophole that allows F# (or any functional language) to apply a function mulitple times on the same input

functional-programming f#

How can I write an app that doesn't change state (in functional language)?

Are functional languages inherently more parallelizable than their OO or imperative cousins?

How to subtract specific elements in a list using functional programming in Mathematica?

Modifying multiple Lists inside a function and returning it in Scala

Referential Transparency

How to do list concatenation "the correct" way (using tail-recursion)

Scala Function vs Class Dichotomy

Function arithmetic?

Scala: Iterate over CSV files in a functional way?

Standard ML repeat last command, left arrow?

Scala function transformation

Is the concept of Algebraic Data Type akin to Class definitions in OO languages?

Clojure constantly and map function