Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in functional-programming

How does Clojure's laziness interact with calls to Java/impure code?

What is more pythonic - function composition, lambdas, or something else? [closed]

What is the basic structure in Netwire 5?

Use an array as a Scala foldLeft accumulator

Does copy and update for immutable record types in F# share or copy memory?

bind first argument of function without knowing its arity

How a lambda expression maps into a functional interface?

Why is there no compile error for my @FunctionalInterface with two methods?

Is mutating accumulator in reduce function considered bad practice?

Haskell list difference operator in F#

Implementing a direct-threaded interpreter in a functional language like OCaml

functional assembly language [closed]

What's the *right* way to handle a POST in FP?

Java generics - implementing higher order functions like map

Scala Typing: How to Ensure Numeric Type

Relations between different functional programming notions

How do I represent variants (sum-types) in JSON?

Is there a way to avoid copying the whole search path of a binary tree on insert?

understanding toolz use cases

How to handle errors in Ramda