#paradigms

Found 3 articles tagged with #paradigms

Protocol-Oriented Programming in Swift

Swift protocols play a leading role in the structure of standard library and a common method of abstraction, provide a similar experience to interfaces that some other languages have.

JavaScript Programming Paradigms

JavaScript is a multi-paradigm language which supports functional, prototype-based object-oriented, and event-driven programming.

Asynchronous Programming in JavaScript

On the evolution of asynchronous programming style including callbacks, promises, and async/await.