Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Is there any algebraic structures used in functional programming other then monoid?

Are the Streams in Java 8 monads?

N-queens in Haskell without list traversal

What is "Scrap Your Boilerplate"?

How to write testable code in Swift