Top "Paradigms" questions

A tag for questions relating to the world view underlying a particular software methodology or theory.

What is Component-Driven Development?

Component-Driven Development term is starting to get used widely, esp. in connection with Inversion of Control. What is it? What …

inversion-of-control components ioc-container paradigms
Flow Based Programming

I have been doing a little reading on Flow Based Programming over the last few days. There is a wiki …

language-agnostic paradigms
Why is Clojure dynamically typed?

One thing I like very much is reading about different programming languages. Currently, I'm learning Scala but that doesn't mean …

dynamic functional-programming clojure language-design paradigms
What is the usage of Model in MVC? Is it actually useful?

I'm new in this, so bear with me. I've been using one MVC framework in a couple of projects lately, …

model-view-controller architecture paradigms
How do functional programming languages work?

If functional programming languages cannot save any state, how do they do simple stuff like reading input from a user? …

oop programming-languages haskell functional-programming paradigms
Can you represent the same example using Procedural, Functional, Logic and OO programming Languages?

Can anyone please provide me with an example that can help me to understand Procedural, functional, Logic and Object Oriented …

paradigms
What modern editors compete with emacs/vi?

Emacs and vi are the traditional editors of the programming gurus. But, have any modern editors been able to displace …

emacs editor vi paradigms
Scala versus F# question: how do they unify OO and FP paradigms?

What are the key differences between the approaches taken by Scala and F# to unify OO and FP paradigms? EDIT …

scala f# functional-programming comparison paradigms
Understanding MVC: Whats the concept of "Fat" on models, "Skinny" on controllers?

I'm trying to understand the concept of "Fat" on models vs "skinny" on controllers and from what I've been discussing …

php model-view-controller paradigms