POP Culture: An intro to Plugin Oriented Programming
2020-02-04, 14:50–15:40, B.2.011

Plugin Oriented Programing, also known as POP, is a new programming paradigm and open source project developed by SaltStack. Like any programming paradigm learning POP means thinking about programming differently. Using POP to create a plugin oriented project is easy. This introduction will help you learn how POP works and how to get started with a new POP project. In this talk we'll look at ways POP breaks new ground in:
- Memory management
- Dealing with complexity
- Subs and patterns
- App merging

We will also provide a demonstration of POP in action.