Questions tagged as 'paradigmas'

1
answer

What are the main differences between Functional Programming and Reactive Programming?

Would you like an explanation in a clear and objective way? I read separate cases, but wanted to know the main points that differentiate the two     
asked by 01.08.2018 / 21:11
0
answers

In a programming language, are primitive types always first-class citizens?

Is it correct to say that every primitive type is a first-class citizen in a programming language? If not, for what reason? Can this vary from language to language?     
asked by 09.08.2017 / 02:03
0
answers

How to access vectors in scheme?

Give us also: (define (contav vect) (contav-aux vect 0 (vector-length vect) 0)) I've tried the following but for some reason is always giving error, can you give me a hand? Thank you! (define (contav-aux vect indice tam...
asked by 12.11.2018 / 20:35
1
answer

Why do you often say that using global variables is bad practice? [duplicate]

I'm going straight to the point. In internet tutorials the outside, you always find someone criticizing some, considering it as a "bad practice." For example, one of them is the use of the global keyword. As far as you can reach m...
asked by 06.05.2016 / 15:15