Search code examples
Preferred Way of Building Strings in D...

dpurely-functionalnothrowmemory-safety

Read More
Is there a solution for the match-mapping-group pattern in python by Functional programming?...

python-3.xfunctional-programmingfunctional-dependenciesfunctional-interfacepurely-functional

Read More
Why purely functional languages allow passing parameters only by value?...

referencefunctional-programmingparameter-passingpurely-functional

Read More
When is it okay to modify a variable in functional languages?...

functional-programmingschemelisppurely-functionalmutability

Read More
Is having a `(a -> b) -> b` equivalent to having an `a`?...

haskellfunctional-programmingpurely-functional

Read More
Lambda expression and static or instance fields...

javalambdajava-8functional-programmingpurely-functional

Read More
A way to avoid a common use of unsafePerformIO...

haskellglobal-variablespurely-functionalunsafe-perform-io

Read More
Splitting complex String Pattern (without regex) in a functional approach...

scalaparsingstring-parsingidiomspurely-functional

Read More
How do I transform this nested array of objects into a single array of objects?...

javascriptarraysfunctional-programmingdata-manipulationpurely-functional

Read More
Are static methods close to pure methods?...

static-methodspurely-functional

Read More
Stateful function pipeline...

scalafunctional-programmingclosurespipelinepurely-functional

Read More
Unweave sequence, Kotlin functional/streaming idiom...

kotlinsequencespurely-functional

Read More
Pure methods in c++/c# classes...

c#c++purely-functional

Read More
Order changes when using print vs println...

clojuremonadspurely-functional

Read More
Clojure: working with a java.util.HashMap in an idiomatic Clojure fashion...

clojureinterophashmappurely-functionalclojure-java-interop

Read More
Why does empty function composition work in Haskell?...

haskellfunctional-programmingneural-networkfunction-compositionpurely-functional

Read More
How to write correct type signature for Vect in Idris?...

dependent-typeidrispurely-functional

Read More
Identifying pure functions in python...

pythonabstract-syntax-treepurely-functional

Read More
Generate and combine functions from collections...

c#functional-programmingpurely-functional

Read More
F# UnitTesting function with side effect...

unit-testingf#side-effectspurely-functional

Read More
F# Immutability, pure function and side effect...

f#immutabilitypurely-functional

Read More
Can this be considered a pure function (functional programming)?...

functional-programmingpurely-functionalparadigms

Read More
GCC optimization of pure functions...

c++gccoptimizationconstantspurely-functional

Read More
How do I extend this mergeWords function to any number of strings?...

haskellfunctional-programmingpurely-functional

Read More
How to create a List of Lists in Scala in functional programming style...

scalafunctional-programmingpurely-functional

Read More
Is it possible to represent Set as Tree in Haskell?...

haskelltreepurely-functional

Read More
Learning Haskell with a view to learning Scala...

scalahaskellfunctional-programmingpurely-functional

Read More
PHP pass objects by value...

phpimmutabilitypurely-functional

Read More
The place of closures in functional programming...

functional-programmingclosurespurely-functional

Read More
Repeated application of parameters from a stream to a fluent builder method...

javafunctional-programmingjax-rsjava-streampurely-functional

Read More
BackNext