Search code examples
Equivalence relation in prolog...

functional-programmingprologlogicpurely-functional

Read More
Purely functional stack implementation with scheme...

functional-programmingstackschemepurely-functional

Read More
How to use |> operator with a function which expects two parameters?...

functional-programmingelmpurely-functional

Read More
Modulo function in Clean...

purely-functionalclean-language

Read More
How lazy evaluation forced Haskell to be pure...

haskelllazy-evaluationpurely-functional

Read More
How to identify which elements are missing from an incomplete array, given a complete array?...

javascriptarraysfunctional-programmingpurely-functional

Read More
Troubles when trying to "remove by index" on a Purely functional Linked List...

kotlindata-structureslinked-listfunctional-programmingpurely-functional

Read More
What does it mean to "run" inside a monad?...

haskellmonadsmonad-transformerspurely-functional

Read More
scala coursera functional programing assignment FunSets...

scalafunctional-programmingpurely-functional

Read More
Making things immutable while working with loops in Scala...

scalafunctional-programmingimmutabilityscala-collectionspurely-functional

Read More
Functional Programming: How to convert an impure function to a pure function when the input needs to...

javascripttypescriptfunctional-programmingpurely-functional

Read More
Shadowing in F#...

mathf#algebrapurely-functionalshadowing

Read More
Why this snippet is not pure?...

javascriptpurely-functional

Read More
Avoid revisiting node in an invariant directed graph...

haskelldirected-graphpurely-functional

Read More
Kotlin: Update Immutable List Element...

kotlinpurely-functional

Read More
Haskell: use last reference to a variable to efficiently create a new variable...

chaskellghcin-placepurely-functional

Read More
Why is catching an exception non-pure, but throwing an exception is pure?...

haskellexceptionfunctional-programmingpurely-functional

Read More
Using pure function with Javascript object...

javascriptpurely-functional

Read More
Logging from within a Functional Programming Paradigm...

loggingfunctional-programmingpurely-functional

Read More
Is it possible for pure functions in Haskell to mutate local copies of variables?...

haskellimmutabilitypurely-functional

Read More
Is this function pure? (Random computation, deterministic result)...

randomfunctional-programmingdeterministicpurely-functional

Read More
Syntactical issue between order of two functions...

functional-programmingpurescriptpurely-functionalpurescript-pux

Read More
pure Knuth/Fisher-Yates shuffle in haskell...

algorithmhaskellfunctional-programmingshufflepurely-functional

Read More
Understanding the evaluation and execution order with semicolon syntax...

syntaxpurely-functionalanuraffl

Read More
How to handle Ajax in pure function components in react?...

javascriptajaxreactjspurely-functional

Read More
Making Clojure let statement more functional...

clojurefunctional-programmingpurely-functional

Read More
Can a functional component be considered as pure if it has an internal mutable state?...

javascripttypescriptfunctional-programmingcomponentspurely-functional

Read More
Functional listener with state...

scalafunctional-programmingpurely-functionalreferential-transparency

Read More
Purely functional (persistent) ring buffer...

haskelldata-structuresclojureocamlpurely-functional

Read More
Can pure functions be asynchronous?...

javascriptecmascript-6functional-programmingpurely-functional

Read More
BackNext