3
votes
5answers
229 views
Is functional Clojure or imperative Groovy more readable?
OK, no cheating now.
No, really, take a minute or two and try this out.
What does "positions" do?
Edit: simplified according to cgrand's suggestion.
(defn redux [[current next] …
-3
votes
2answers
139 views
How is Java an ‘imperative’ programming language and not a ‘declarative’ one?
Specially in comparison to C/C++ (which are declarative), how is Java imperative?
4
votes
7answers
225 views
F# remove imperative code - quick help
I'm new to functional world and appreciate help on this one.
I want to SUPERCEDE ugly imperative code from this simple function, but don't know how to do it.
What I want is to ra …
2
votes
5answers
226 views
Are programs in functional languages more likely to have stackoverflows?
I am starting to learn ocaml, and am really appreciating the power of recursion in the language. However, one thing that I am worried about is stack-overflows.
If ocaml uses the …
10
votes
9answers
1k views
Are we in a functional programming fad?
I use both functional and imperative languages daily, and it's rather amusing to see the surge of adoption of functional languages from both sides of the fence. It strikes me, howe …
7
votes
11answers
847 views
Haskell vs. procedural programming in the real world
These days I'm getting seriously into functional programming.
While I'm really excited about Haskell and the possibilities it seems to offer, I can also see now that it is going …
3
votes
10answers
446 views
Mixing object-oriented and functional programming
What languages are available that promote both object-oriented and functional programming? I know that any language that supports first-class functions can be considered functional …
1
vote
3answers
175 views
What is meant by imperative and interrogative code
My Manager asked me to code in ASP.net. What is meant my imperative and interrogative code.
How it related to programmers?
