Search code examples
Purity vs Referential transparency...

language-agnosticfunctional-programmingside-effectsreferential-transparencypurely-functional

Read More
Is there a way to 'restrict' elm function f : A -> Maybe B into f0 : ProperA -> B with...

functional-programmingelmpurely-functional

Read More
How to view higher-order functions and IO-actions from a mathematical perspective?...

haskellfunctional-programmingiohigher-order-functionspurely-functional

Read More
Efficient heaps in purely functional languages...

haskellfunctional-programmingbinary-heapheapsortpurely-functional

Read More
How can I avoid nested ternary expressions in my code?...

javascriptfunctional-programmingpurely-functional

Read More
Flatten list of lists by one Level in Groovy without mutating variables...

listgroovyflattenpurely-functional

Read More
How to implement functional parallel-map in c?...

cparallel-processingfunctional-programmingarray-mappurely-functional

Read More
Scala fold right and fold left...

scalafunctional-programmingpurely-functionalfoldleft

Read More
Purescript: How to read a string from stdin and save it?...

javascriptfunctional-programmingpurescriptpurely-functionalspago

Read More
Extending understanding of Applicative from liftA2 to liftA3...

haskelltypesfunctional-programmingpurely-functional

Read More
A Functional-Imperative Hybrid...

functional-programmingstatepurely-functionalimperative

Read More
Finding a more idiomatic and shorter way of writing balanced binary tree insert in Haskell...

haskellpurely-functional

Read More
Implicit categories in type class resolution...

scalafunctional-programmingtypeclassimplicitpurely-functional

Read More
How to execute deterministic code from an untrusted third party safely?...

securityhaskellmonadsdeterministicpurely-functional

Read More
Functional programming in Python with Pandas...

pythonpandasfunctional-programmingpurely-functional

Read More
GNU const/pure attributes vs constexpr...

c++cgccconstexprpurely-functional

Read More
How to perform side-effects in pure functional programming?...

functional-programmingpurely-functional

Read More
How to change keys from a map in scala...

javascalafunctional-programmingpurely-functional

Read More
implementing bubble sort with go...

gobubble-sortpurely-functional

Read More
Why is printf() an impure function?...

cprintfpurely-functional

Read More
React: Modify Parent State While Child Renders...

reactjsreact-hookspurely-functional

Read More
Best Practices and Approaches while implementing pure functional Scala code which is dependent on im...

scalafunctional-programmingpurely-functional

Read More
Compute all prefix sums in purely functional programming style in O(n) time in Kotlin...

kotlinfunctional-programmingpurely-functionalprefix-sum

Read More
Can I mutate a variable in place in a purely functional way?...

scalaidrispurely-functional

Read More
`is pure` trait and default parameters...

functional-programmingrakupurely-functionalrakudo

Read More
Exception handling and purity in Haskell...

haskellexceptionfunctional-programmingpurely-functionalio-monad

Read More
Is this JavaScript function, taking a mutable reference argument, a pure function?...

javascriptfunctionfunctional-programmingpurely-functional

Read More
Functional-reactive operator in RxJava2 that produces new state from previous state and additional i...

rx-javareactive-programmingrx-java2purely-functional

Read More
filter max of N...

recursionfilteringpurely-functionalanuraffl

Read More
How Monads are considered pure?...

haskellfunctional-programmingmonadspurely-functional

Read More
BackNext