Tagged Questions
6
votes
5answers
984 views
What functional language techniques can be used in imperative languages?
Which techniques or paradigms normally associated with functional languages can productively be used in imperative languages as well?
e.g.:
Recursion can be problematic in languages without ...
2
votes
4answers
268 views
Are the implementation details of declarative languages inherently imperative
I'm reading 'Functional Programming' by Tomas Petricek & Jon Skeet and I understand the difference between declarative & imperative programming.
What I was wondering is how are the primitive ...