Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

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

Tensorflow "map operation" for tensor?

Must a Language that Implements Monads be Statically Typed?

What are the benefits of letrec?

Is there a total alternative to the `read` function?

When is it okay to use "var" in Scala?