Search code examples
What is the difference between a 'closure' and a 'lambda'?...


functionlambdafunctional-programmingclosuresterminology

Read More
Get first element of a collection that matches iterator function...


javascriptcollectionsfunctional-programmingunderscore.js

Read More
Anonymous macro in scheme...


functional-programmingmacrosschemelisp

Read More
Keepsorted function...


listfunctional-programmingocaml

Read More
Can one define a data type that wraps values of only those types for which an instance of a particul...


haskellfunctional-programming

Read More
What is wrong with this code for creating lists in OCaml?...


functionrandomfunctional-programmingocaml

Read More
Understanding function literal types...


scalafunctional-programming

Read More
What part of the type system is getting in the way, when I try to pass IO action via reader monad tr...


haskellfunctional-programmingiomonad-transformersreader-monad

Read More
Just want choose some random elements of a list and return them in OCaml...


listrandomfunctional-programmingocaml

Read More
OCaml higher order functions...


recursionfunctional-programmingiterationocamldynamic-programming

Read More
How to skip successive elements in a Java stream?...


javajava-8functional-programmingjava-stream

Read More
Iterate over Option instances until the first non-empty is found...


scalafunctional-programming

Read More
What exactly is meant by "partial function" in functional programming?...


pythonhaskellfunctional-programmingpartial-applicationpartial-functions

Read More
Efficient connected components from a 2D array...


haskellmatrixfunctional-programmingnested-listsdepth-first-search

Read More
Module type semantics in OCaml...


functional-programmingocamlfunctor

Read More
Does Ray Offer any Functional/Declarative Interface to Map a Remote Function to an Iterator/Iterable...


pythonconcurrencyfunctional-programmingray

Read More
ruby : return object if test is true...


rubyfunctional-programming

Read More
Scala not handling non-explicitly typed closures for ':' functions...


scalatypesfunctional-programmingprogramming-languages

Read More
Is it possible in Haskell to derive a type from a value of another type so that any two different va...


haskellfunctional-programming

Read More
filter and map in same iteration...


javascriptnode.jsfunctional-programming

Read More
Memoization Function In Kotlin...


functional-programmingkotlin

Read More
Is there a way to parameterize a type with a value of another one in Haskell?...


haskellfunctional-programming

Read More
Trying to get higher order functions to work in powershell...


powershellfunctional-programmingclosureshigher-order-functions

Read More
Approach to functional core, imperative shell...


unit-testingfunctional-programming

Read More
Java Stream processing with if / checking stream state...


javalambdafunctional-programmingjava-stream

Read More
F# functional programming: why am I getting type mismatch errors?...


.netfunctional-programmingf#

Read More
Find indexes from list in Elixir...


arraysfunctional-programmingelixir

Read More
In-place algorithms in functional languages...


lambdafunctional-programmingin-place

Read More
deleting duplicates tail recursively in OCaml...


listrecursionfunctional-programmingpattern-matchingocaml

Read More
What is 'Currying'?...


javascriptfunctional-programmingterminologydefinitioncurrying

Read More
BackNext