Questions tagged as 'paradigmas'

2
answers

What is Event Oriented Programming?

What is event-oriented programming? What Differs Between Event-Oriented Programming and Object-Oriented Programming? What languages can we cite that are event-oriented?
asked by 13.08.2015 / 17:37
1
answer

What is the programming paradigm used by JavaScript?

What is the programming paradigm used by JavaScript or is it like Python that uses multiple paradigms?     
asked by 05.05.2016 / 01:09
3
answers

What is parallel programming?

I have some doubts about parallel programming: What is parallel programming? Is it a programming technique or paradigm? Is there a specific language for parallel programming? In what cases is it better to use parallel programming?
asked by 26.03.2015 / 00:05
2
answers

Imperative and Declarative Paradigm

What are the differences between imperative and declarative programming paradigms? Advantages and disadvantages?     
asked by 21.08.2015 / 17:02
1
answer

What makes Python a multiparadigma programming language?

on this Wikipedia page lists some examples of multiparadigma language like C ++, Groovy , Oz, Ruby, Scala, Swift, Groovy and even Python . I particularly did not find the explanation so objective considering it. What makes Python a multipar...
asked by 23.02.2017 / 18:25
2
answers

Object orientation in R: S3, S4 and Reference Class

The R has, among others, three main forms of object orientation: S3; S4; e, Reference Classes. What are the main differences between the three methods? And how to implement them (preferably provide a minimal and simple example with...
asked by 12.09.2014 / 15:34
1
answer

Software development: paradigms [duplicate]

I have always heard and still hear many comparisons, someone claiming that building software is equated with a building construction. I see that engineers are able to project buildings on schedule and within budget much more often than IT...
asked by 28.08.2015 / 16:17
1
answer

Source of object orientation

I've been working with Object Orientation for 4 years, but until now I have not asked myself the origin of this paradigm. What I'm trying to understand, basically, is what were the motivations for creating this paradigm, that is, what was intend...
asked by 14.03.2015 / 02:23
1
answer

What does document-oriented mean?

I've seen that there are a lot of targeted terminologies, such as object-oriented, agent-oriented, aspect-oriented, class-oriented, and many others. But what I saw recently is document-oriented, as stated in MongoDB's description:    Mongo...
asked by 10.07.2017 / 22:35
1
answer

What is a multi-paradigm language?

The title of the question already summarizes everything I want to know. Visual Basic .NET, C #, Boo, C ++ are multi-paradigm languages. What is a paradigm? And a multi-paradigm language?     
asked by 20.05.2016 / 01:39