Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Function objects in C++ (C++11)

Erlang equivalents of Haskell where/partial/lambda

Is `fun x -> x` the only function that has type 'a -> 'a in OCaml?

Weak Polymorphism in OCaml

Reducing options in scala?

Is there any difference between closure in Scheme and usual closure in other languages?

Why is there no "Functor" trait in Scala? [closed]

Express.js server with functional programming (pure routes)

Difference between lifting and higher order functions

Count occurrences of each tag using functional programming

Haskell performance: Composition vs Application?

Difference between initial and terminal objects in a category

How hard is it to change from OOP thinking to pure functional-oriented programming thinking in .NET? [closed]

Very simple RogueLike in F#, making it more "functional"

How to validate parameters in a functional way?

Lambdas in Salesforce Apex

Monads from all angles - Mathematical, diagramatic and programmatical

Understanding I/O monad and the use of "do" notation

How to ensure that a python function generates its output based only on its input?

Java 8 functional constructor from templated object