Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Finding enum value with Java 8 Stream API

In functional programming what is "currying"? [duplicate]

Good resources on using functional programming in game development? [closed]

How would I translate a Haskell type class into F#?

Clojure lazy sequence usage

Pass method as parameter in Groovy

Accessing a Specific Element in a Tuple

Difference between Generics and AnyObject in Swift

Why is the use of Maybe/Option not so pervasive in Clojure?

Is there a visual modeling language or style for the functional programming paradigm?

Is Scala functional programming slower than traditional coding?

Why does ocaml need both "let" and "let rec"? [duplicate]

Is it possible to decorate include(...) in django urls with login_required?

Is there a Python equivalent for Scala's Option or Either?

When should one use the Actor model?

Differences between functors and endofunctors

Why is catching an exception non-pure, but throwing an exception is pure?

F# - Function with no arguments?

What is happening when I compose * with + in Haskell?

How do I identify immutable objects in Java