Search code examples
Randomness in a nested pure function...


haskellfunctional-programmingmonadspurely-functional

Read More
Haskell: for each (k,v) in Map, do IO() with k and v...


haskelldictionaryiofunctional-programmingpurely-functional

Read More
Haskell: if-then-else blocks and data with asymmetrical constructors...


haskelltypesfunctional-programminglazy-evaluationpurely-functional

Read More
Does [Pure] have any implications other than "no visible side-effects" to Code Contracts?...


c#custom-attributescode-contractspurely-functional

Read More
How to write a pure String to String function in Haskell FFI to C++...


stringhaskellffipurely-functional

Read More
Dealing with database reads in Clojure...


clojurefunctional-programmingside-effectspurely-functional

Read More
Unexpected Results with Functional Programming in C...


chaskellfunctional-programmingpurely-functional

Read More
Cope with Bacon.js's side effects...


ajaxcoffeescriptpurely-functionalbacon.js

Read More
What are good wrappers to transfer state change in haskell?...


haskellfrpstatefulpurely-functional

Read More
Haskell: How to do a generic random function?...


genericshaskellfunctional-programmingsignaturepurely-functional

Read More
How to ration amount in purely functional style...


javascriptlodashpurely-functional

Read More
Scala Double epsilon calculation in a functional style...


scaladouble-precisionpurely-functionalepsilon

Read More
Haskell: Change a list of 100 numbers to 10 lists of 10 numbers?...


listfunctionhaskellfunctional-programmingpurely-functional

Read More
Pass a nested function as a parameter...


javascriptfunctional-programmingpurely-functional

Read More
Haskell Selective Text Obfuscation...


haskelltextfunctional-programmingobfuscationpurely-functional

Read More
Transforming a Haskell function to a point free representaion...


haskellhaskell-platformpointfreepurely-functional

Read More
Using parameters that don't change after being read...


haskellmonadspurely-functionalpure-function

Read More
Determine if a static method is purely functional...


javareflectionpurely-functional

Read More
Updating immutable objects...


scalafunctional-programmingpurely-functional

Read More
Purity of Memoized Functions in D...


cachingpersistencedmemoizationpurely-functional

Read More
Correct functional implementation on Binomial Heap...


data-structuresfunctional-programmingsmlpurely-functionalbinomial-heap

Read More
What did Joel Spolsky mean in the paradox of a variable's value not changing and changing at the...


recursionschemepurely-functional

Read More
Is this simiple purely functional queue valid?...


data-structuresfunctional-programmingschemequeuepurely-functional

Read More
Handling WebExceptions properly?...


f#functional-programmingpurely-functional

Read More
Is Functional Programming Similar to Self-Modifying Code?...


functional-programmingself-modifyingpurely-functional

Read More
Is it possible to write an impure template in C++?...


c++templatesfunctional-programmingpurely-functional

Read More
type of a function in D...


functional-programmingdpurely-functional

Read More
F# PurelyFunctionalDataStructures WeightBiasedLeftistHeap ex 3.4...


data-structuresf#functional-programmingpurely-functionaltailrecursion-modulo-cons

Read More
C++ Compile Time Check for Sideffects...


c++functional-programmingpurely-functional

Read More
Difference between `(Integer a) => a -> Bool` and ` Integer -> Bool`?...


functionhaskellpurely-functional

Read More
BackNext