List Question
20 TechQA 2013-11-30T22:41:03.460000In Java, would all these methods be considered pure functions?
1.1k views
Asked by user3053240
why closures are part of scala or any functional programming language
317 views
Asked by Vivek
Do modern JavaScript engines perform optimizations targeting pure functions?
165 views
Asked by adrianton3
Angular Change Detection and array.includes
112 views
Asked by DBK
Why are "pure" functions called "pure"?
7.4k views
Asked by Tyler
Would using a global function like Object.keys() inside a pure function be reasonably considered an impurity?
257 views
Asked by daniel blythe
Terser: Annotate function as always pure (and what does it mean)
527 views
Asked by Peter Gerdes
Can a React usestate update be nested in another useState functional update?
478 views
Asked by 1man
C++ class constructors qualified as __attribute__((pure)) or __attribute__((const))
354 views
Asked by Nordlöw
Haskell: Trapped in IO monad
1.4k views
Asked by user2548080
Persistant data, pure functions and RAM
76 views
Asked by Alan Kersaudy
Optimization for pure vs. const function
131 views
Asked by Kevin Meier
Functions that have no effect on global state
77 views
Asked by rwallace
I cannot find anything that is impure about my function
127 views
Asked by SnekNOTSnake
Can function which calls pure function can be called pure function?
664 views
Asked by lcpnine
Can Javascript Class methods still be considered "pure", if they call other "pure" class methods?
210 views
Asked by Han Che
Could PureAttribute only be guaranteed when manipulating primitive types?
157 views
Asked by Den
Can pure functions exist in pure object-oriented programming languages?
1k views
Asked by Jacob Archambault
c++: is there a way to ensure the compiler that calling twice the same const method gives the same result?
163 views
Asked by janou195
Can GCC emits a warning/error if a pure function calls a "not pure" function?
285 views
Asked by VannTen