Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Why IO is a monad instead of a comonad?

What is the purpose of the state monad?

Does Java 8 provide an alternative to the visitor pattern?

Does the function monad really offer something more than the function applicative functor? If so, what?

Side-effects in closures, are they still purely functional?

Replacing if-else within 'for' loops with Java-8 Streams

Is the dollar operator ($) supported in elm?

Functional programming library for Objective-C [closed]

can if be a proper function rather than a special form

What could be the fastest and least painful way to learn LISP for a C developer?

Writing a high order function to capture common pattern haskell

C++ LINQ-like iterator operations

Pure functional using F#

Is F#'s implementation of monads unique with respect to the amount of keywords available to it?

Java Map computeIfAbsent issue

Why does the main function in Haskell not have any parameters?

Execution flow in MVC

Why OCaml's threading is considered as `not enough`?

How to implement the Elvis operator in Java 8?

Can Nullable be used as a functor in C#?