Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How to express Function type?

Dead clown with functional data structure

f# functional-programming

What is the equivalent method in Java to map in haskell or select in C#?

Does SML provide an efficient immutable list implementation for very large collections, or should arrays and mutation be used for this optimization?

How can memoize be implemented in pure functional languages?

Is `F a = (a -> p) -> q` an applicative functor?

Java 8 Functional Programming - Passing function along with its argument

How do I pass a function as a parameter to an OpenSCAD module?

F# Sequences and Records

f# functional-programming

The purpose of functors

Expose variadic functions through a plugin interface

How to use the traverse TypeClass to accumulate state based on the elements and then map over the state and elements?

Examples and exercises of code improvement

Scala: Dependency Injection via Reader and compatibility

F# - creating 100 objects into a List - most functional and idiomatic way

Searching through Array for 2 values next o each other

f# functional-programming

Create and then write to a text file what is printed to the REPL

Does Haskell support debug?

Ensuring a heterogenous list contains one typeclass

Is Typescript capable of doing simple function composition?