Tagged Questions
5
votes
8answers
590 views
Is functional programming a subset of imperative programming?
One of the main characteristics of functional programming is the use of side-effectless functions. However, this can be done in an imperative language also. The same is true for recursion and lambda ...
2
votes
4answers
101 views
Is there a standardized way to transform functional code to imperative code?
I'm writing a small tool for generating php checks from javascript code, and I would like to know if anyone knows of a standard way of transforming functional code into imperative code?
I found this ...
1
vote
2answers
116 views
Fascinated by FP but still think imperative, how do I think functional?
Like most ppl, I started with and still do a lot of imperative code(mostly Java, Ruby, Javascript).
I've never been a big fan of OO, either because I never understood it properly or because I don't ...
1
vote
3answers
491 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?