Are event-driven computer languages as useful to learn as other kinds of programming languages? And do they make for more or less complicated programming?
Are event-driven computer languages as useful to learn as other kinds of programming languages? And do they make for more or less complicated programming?
Indeed, its useful. An 'event driven language' is any language that has the functionality to respond to an 'event' (do nothing and wait until you are needed)
Conceptually, all the programming languages are some. Only difference is that it's way of writing.