Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Haskell pattern matching - what is it?

What can C++ offer as far as functional programming?

Learning Haskell with a view to learning Scala

Is there a jQuery map utility that doesn't automically flatten?

Are there any tools for performing static analysis of Scala code? [closed]

What is the connection between laziness and purity?

Isn't that code in tail recursive style?