Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

Functional Transformation of a collection of Option<T>

Implementing memoization in C# [closed]

Bottom up Hindley-Milner type inference: Applying a substitution to an implicit constraint

Benefits of @FunctionalInterface in staged builders

How to use Function with primitive return or argument type in Java?

How to skip successive elements in a Java stream?

Can a function which returns a new object be considered "pure"?

Is this a generic transformer for any monad?

How to reduce iterations when chaining map reduce filter?

Does Functional programming allow better runtime compiler optimizations?

Why does "override val" not exist in f#?

NetLogo: How to implement `sentence-map` (aka `flatMap`)?

JUnit 4: Set up things in a test suite before tests are run (like a test's @BeforeClass method, just for a test suite)

Are there any functional languages that don't have garbage collection

Recursive calls between two functions

JavaScript: Folding infinite streams (generator function)

Declare a function with no return value?

What is denotational semantics?

On representations of permutations