Search code examples
How to convert an imperative double for-loop to functional style without return in Scala?...


scalafor-loopfunctional-programmingimperative-programming

Read More
Exercise in C to calculate sum from x to y...


cimperative-programming

Read More
Functional way to loop over nested list...


scalafunctional-programmingtail-recursionimperative-programming

Read More
Why don't imperative languages have pattern matching?...


scalafunctional-programmingimperative-programming

Read More
Implementing Karger's minimum cut algorithm in functional paradigm...


algorithmgraphclojurefunctional-programmingimperative-programming

Read More
For the grammar given, provide 3 valid example strings...


regexautomataimperative-programming

Read More
Does runtime generally use an imperative-like interpretation of functional language code...


haskellfunctional-programmingocamlinterpreterimperative-programming

Read More
What (precisely) is a command?...


terminologyimperative-programming

Read More
Prolog 'is/2' predicate implementation...


prologimperative-programmingdeclarative-programming

Read More
Haskell vs. procedural programming in the real world...


haskellfunctional-programmingimperative-programming

Read More
Translating a simple imperative algorithm to functional style...


pythonhaskellfunctional-programmingimperative-programming

Read More
return type after while in a try...


while-looptry-catchocamlimperative-programming

Read More
Mutable fields of records with multiple files...


functional-programmingocamlmutableimperative-programming

Read More
Do objects and instances mean something else for an imperative language like C compared to an object...


coopimperative-programming

Read More
OCaml: Throw away return value in imperative code...


ocamlimperative-programming

Read More
disadvantage of pure function in functional programming...


c++haskellfunctional-programmingimperative-programming

Read More
An operator riddle...


algorithmprogramming-languagescomparisonoperatorsimperative-programming

Read More
Converting an imperative algorithm that "grows" a table into pure functions...


pythonfunctional-programmingsoftware-designimperative-programming

Read More
Stuck on a Concurrent programming example, in pseudocode(atomic actions/fine-grained atomicity)...


multithreadingconcurrencyshared-memoryimperative-programming

Read More
When imperative style fits better?...


scalafunctional-programmingimperative-programming

Read More
Imperative vs Functional by example...


scalafunctional-programmingimperative-programming

Read More
Technical term for a constraint on an object in imperative programming...


oopimperative-programming

Read More
Scheme - Imperative to Functional Programming...


functional-programmingimperative-programming

Read More
Is there a standardized way to transform functional code to imperative code?...


programming-languagesfunctional-programmingimperative-programming

Read More
Is functional Clojure or imperative Groovy more readable?...


groovyfunctional-programmingclojureimperative-programming

Read More
What's the expression equivalent of the Assignment statement called?...


functional-programmingvariable-assignmentimperative-programming

Read More
Explain the algorithm to solve 'longest increasing subsequence' problem...


algorithmdynamic-programmingimperative-programming

Read More
Does anyone else think instance variables are problematic in database-backed applications?...


databaseimperative-programmingstate-management

Read More
Translate imperative control flow with break-s/continue-s to haskell...


haskellfunctional-programmingimperative-programming

Read More
Fascinated by FP but still think imperative, how do I think functional?...


programming-languagesfunctional-programmingimperative-programming

Read More
BackNext