Relative Content

Tag Archive for paradigms

Empirical evidence for choice of programming paradigm to address a problem

The C2 wiki has a discussion of Empirical Evidence for Object-Oriented Programming that basically concludes there is none beyond appeal to authority. This was last edited in 2008. Discussion here seems to bear this out: questions on whether OO is outdated, when functional programming is a bad choice and the advantages and disadvantages of AOP are all answered with contributors’ opinions without reliance on evidence.

What are algorithmic paradigms?

We generally talk about paradigms of programming as functional, procedural, object oriented, imperative etc but what should I reply when I am asked the paradigms of algorithms?

Developing web sites that imitate desktop apps. How to fight that paradigm? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. Supposse there’s a company where web sites/apps are […]

Functional reactive programming — is Fay expressive enough?

So I’m doing a fairly involved javascript/html client with lots of ajax calls and other involvements of callback-ism. I’m entertaining the thought of using Fay for this purpose. I’m aware of Elm. Tried it and liked the FRP elements. Now I’m looking to know if similar structure is possible in Fay.

Do any LOP languages exist?

I have read a few of the articles related to the Language Oriented Programming paradigm. Therefore, I concluded that LOP paradigm can let programmers be more productive because of it’s extensibility.