Search code examples
Purity vs Referential transparency...

language-agnosticfunctional-programmingside-effectsreferential-transparencypurely-functional

Read More
Can immutability be a memory hog?...

memoryfunctional-programmingimmutability

Read More
How to apply a function in an iterable list...

listfunctionloopsfunctional-programmingocaml

Read More
Flattening a Nested List in OCaml...

functional-programmingocaml

Read More
Is assignment with "let" not against the idea of functional programming in Clojure...

functional-programmingclojurelet-binding

Read More
About the different requirements of different steps in a monad transformer stack pipeline...

haskellfunctional-programmingmonad-transformersstate-monadreader-monad

Read More
Ruby string to date time format...

javarubydatefunctional-programming

Read More
What is 'Currying'?...

javascriptfunctional-programmingterminologydefinitioncurrying

Read More
Java 8 Stream API to denormalize Map<A, Set<B>> to Map<B, A> without a Pair...

javafunctional-programmingjava-8java-stream

Read More
Can you explain closures (as they relate to Python)?...

pythonfunctional-programmingclosures

Read More
How Haskell's thunks are so efficient?...

haskellfunctional-programmingthunk

Read More
Does Java SE 8 have Pairs or Tuples?...

javalambdafunctional-programmingjava-8java-stream

Read More
Composing functions in python...

pythonfunctional-programmingcompositionfunction-composition

Read More
how do I count the amount of times a (recursive) function executes itself in ocaml?...

functional-programmingocaml

Read More
non recursive lambda calculus factorial function...

lambdafunctional-programminglambda-calculus

Read More
Performance issue in Scala code - O(n log n) faster than O(n)...

algorithmscalafunctional-programming

Read More
Best Practices for "Abstract" functions in JavaScript?...

javascriptfunctional-programmingabstract-class

Read More
Track process during Effect.all...

typescriptfunctional-programmingfp-tseffect-ts

Read More
What determines the the lifetime of the process spawned via System.Process.createProcess?...

multithreadinghaskellconcurrencyfunctional-programmingpipe

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

haskellmatrixfunctional-programmingnested-listsdepth-first-search

Read More
Can I use StateT/MaybeT/forever to eliminate explicit recursion from this IO action?...

haskellfunctional-programmingstate-monadio-monad

Read More
How to change all the values in an Elixir map...

functional-programmingelixir

Read More
How can I lazily forward text to shell program and lazily get output back from it?...

haskellfunctional-programmingiopipe

Read More
Does PHP have an equivalent to Python's all()...

phpfunctional-programming

Read More
After filtering, check if array is not empty after filtering or has all original values; like Javasc...

phparraysfunctional-programmingis-empty

Read More
What is a 'thunk', as used in Scheme or in general?...

programming-languagesfunctional-programmingscheme

Read More
SML Circularity error when writing in Continuation-Passing Style...

typesfunctional-programmingsmlcircular-referencecontinuation-passing

Read More
Why can't print text passed via std input to createProcess-ed process?...

haskellfunctional-programmingiopipe

Read More
Functional programming vs Object Oriented programming...

oopfunctional-programmingparadigms

Read More
Mapping a function on a generator in JavaScript...

javascriptfunctional-programminggenerator

Read More
BackNext