Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Why does Haskell's foldr NOT stackoverflow while the same Scala implementation does?

Looking for a functional language [closed]

Scala way to program bunch of if's

Scala: Silently catch all exceptions

Scala: Producing the intermediate results of a fold

What do people use the identity function for? [duplicate]

How do functional languages represent algebraic data types in memory?

What are "vocabulary types", and how many exist?

Use attributes for value tuples

Is there a way to "remove" the parts of a functor that do not store its argument?

Monad transformer for progress tracking

Railway Oriented programming in C# - How do I write the switch function?

Type algebra and Knuth's up arrow notation

How does one use cached data in a functional language such as Erlang?

Hard to understand Haskell memory allocation behaviour

Elixir/ExUnit: passing context from testcase to teardown/cleanup method (on_exit) possible?

Difference between flatMap, flatTap, evalMap and evalTap

Is there a convenience method to create a Predicate that tests if a field equals a given value?

When is a composition of catamorphisms a catamorphism?

In Python, partial function application (currying) versus explicit function definition