1
vote
3answers
97 views
What statically typed, functional and interpreted language would you suggest? [closed]
For now I know C++ - statically typed, multi-paradigm (but there is no functional programming paradigm) and complied language.
I heard that for learning purposes it is better to le …
1
vote
8answers
422 views
What are all the Programming Paradigms?
I have heard of many and studied several, are there others that I've missed? I have studied:
Procedural
Object Oriented
Functional
DataFlow
Declarative
Logic
Total Functional Pr …
4
votes
14answers
413 views
practical uses of OOP
I recently had a debate with a colleague who is not a fan of OOP. What took my attention was what he said:
"What's the point of doing my coding in objects? if it's reuse then I ca …
-2
votes
3answers
78 views
What more do you want to see in your favourite programming language? [closed]
Possible Duplicate:
What more do you want to see in your favourite programming language? What does it lack?
As a wiki question, I want to know what you all want that is la …
0
votes
3answers
81 views
What more do you want to see in your favourite programming language? What does it lack? [closed]
I don't want to make this another 'What feature of your most favourite programming language do you really hate?' so instead try to focus on more constructive changes or additions y …
16
votes
13answers
2k views
What is the difference between procedural programming and functional programming?
I've read the Wikipedia articles for both procedural programming and functional programming, but I'm still slightly confused. Could someone boil it down to the core?
0
votes
3answers
99 views
What are the advantages of a functional programming language? [closed]
Possible Duplicates:
Functional programming and non-functional programming
What task is best done in a functional programming style?
What are the real world advantages o …
11
votes
4answers
178 views
Can aptitude for learning Programming paradigms be influenced by culture or native language’s grammar?
It is well known that different people have different aptitudes regarding various programming paradigms (e.g. some people have trouble learning non-procedural, especially functiona …
6
votes
5answers
246 views
AOP… Should I unlearn OOP ?
I have skimmed the online documentation, read the wiki entry, the posts and the blogs, but I'm still puzzled.
What is, in a nutshell, Aspect Oriented Programming ?
Is it simply b …
1
vote
6answers
337 views
Confused. Is OO inherently imperative or is is it multi-paradigm?
As I have read through stackoverflow answers and questions I am getting the impression that OO is compartmentalized to to be inherently imperative.
But isn't OO just a way to comp …
0
votes
1answer
332 views
What programming paradigm will be most successful in future multi-core computers?
Many of us have two or more CPU cores on our desktop today. Most applications work quite similarly to what they did when we had only one core.
But what when a typical desktop mac …
-2
votes
2answers
63 views
Recommendations for Acquiring Concepts?
This somewhat parallels a semi-frequent discussion on /.. What languages are recommended for someone to learn, based on their concepts, to become a programmer; for instance, many o …
9
votes
5answers
1k views
Aspect Oriented Programming vs. Object-Oriented Programming
Like most developers here and in the entire world, I have been developing software systems using object-oriented programming (OOP) techniques for many years. So when I read that as …
3
votes
3answers
296 views
How do I write unit tests in PHP with a procedural codebase?
I'm mostly convinced of the benefits of unit testing, and I would like to start applying the concept to a large existing codebase written in PHP. Less than 10% of this code is obj …
1
vote
3answers
113 views
How many control-of-flow paradigms are there? (deleted)
----zvolkov: trying to delete this old question but it won't let me ----
--Note: the question is NOT about programming language paradigms as in OOP vs functional vs. formal logic! …
